sautinsoft.exceltopdf 2023.8.31

There is a newer version of this package available.
See the version list below for details.
dotnet add package sautinsoft.exceltopdf --version 2023.8.31
NuGet\Install-Package sautinsoft.exceltopdf -Version 2023.8.31
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="sautinsoft.exceltopdf" Version="2023.8.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add sautinsoft.exceltopdf --version 2023.8.31
#r "nuget: sautinsoft.exceltopdf, 2023.8.31"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install sautinsoft.exceltopdf as a Cake Addin
#addin nuget:?package=sautinsoft.exceltopdf&version=2023.8.31

// Install sautinsoft.exceltopdf as a Cake Tool
#tool nuget:?package=sautinsoft.exceltopdf&version=2023.8.31

Nuget Nuget Passed windows macOS linux docker aws microsoftazure

.NET SDK to convert Excel to PDF, DOCX, RTF

SautinSoft.ExcelToPdf

SautinSoft.Excel is .NET assembly (SDK) to convert Excel workbooks to PDF, RTF, DOCX, Word.

Top Features

System Requirement

  • .NET Framework 4.6.1 - 4.8.1
  • .NET Core 2.0 - 3.1, .NET 5, 6, 7, 8
  • .NET Standard 2.0
  • Windows, Linux, macOS, Android, iOS.

Getting Started with Excel to PDF .Net

Are you ready to give Excel to PDF .NET a try? Simply execute Install-Package sautinsoft.exceltopdf from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Excel to PDF .NET and want to upgrade the version, please execute Update-Package sautinsoft.exceltopdf to get the latest version.

Convert XLSX to PDF

ExcelToPdf x = new ExcelToPdf();
// Set PDF as output format.
x.OutputFormat = SautinSoft.ExcelToPdf.eOutputFormat.Pdf;
string excelFile = Path.GetFullPath(@"..\..\test.xlsx");
string pdfFile = Path.ChangeExtension(excelFile, ".pdf"); 
x.ConvertFile(excelFile, pdfFile);

Convert XLSX to DOCX

ExcelToPdf x = new ExcelToPdf();
// Set DOCX as output format.
x.OutputFormat = SautinSoft.ExcelToPdf.eOutputFormat.Docx;
string excelFile = Path.GetFullPath(@"..\..\test.xlsx");
string docxFile = Path.ChangeExtension(excelFile, ".docx"); 
x.ConvertFile(excelFile, docxFile);

Convert XLSX to RTF

ExcelToPdf x = new ExcelToPdf();
// Set RTF as output format.
x.OutputFormat = SautinSoft.ExcelToPdf.eOutputFormat.Rtf;
string excelFile = Path.GetFullPath(@"..\..\test.xlsx");
string rtfFile = Path.ChangeExtension(excelFile, ".rtf"); 
x.ConvertFile(excelFile, rtfFile);

Resources

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 is compatible.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2023.11.22 2,100 11/22/2023
2023.8.31 3,436 8/31/2023
2023.6.22 6,718 6/23/2023
5.7.3.28 5,300 3/29/2023
5.6.11.14 6,274 11/14/2022
5.6.4.1 17,406 4/4/2022
5.5.7.22 37,508 7/22/2021
5.4.1.20 11,129 1/20/2021
5.3.6.16 13,143 6/16/2020
5.2.3.17 6,161 3/18/2020
5.2.3.5 1,865 3/6/2020
5.1.7.22 6,742 7/23/2019
5.1.5.22 1,959 5/22/2019
5.1.3.26 1,855 3/27/2019
5.0.11.20 2,583 11/22/2018
4.3.5.17 4,380 5/16/2018
4.2.7.24 7,014 7/21/2017
4.1.11.29 2,469 3/13/2017

+ We have added support for the XLSX format. Now our component complies with all modern document management requirements.
+ Improved "XSLX to PDF" conversion speed by 3 times.
+ Improved "XSLX to DOCX" conversion speed by 2 times.
+ Improved "XLSX to RTF" conversion speed by 4 times.
+ Added support for multiple versions of PDF format: PDF 1.2 — 1.7, PDF/A-1a — PDF/A-3u. https://en.wikipedia.org/wiki/PDF/A.
+ Improves performance when reading any of the Range object's properties, especially in case of large Ranges. This applies to all objects that are inherited from Range (WorkSheet, RangeRow etc.)
+ Reworked interfaces for interaction between XLSX — PDF, DOCX, RTF. But they left the obverse compatible with older versions. This will allow old customers to easily migrate to the new engine.
+ Fixes some other rare bugs that occasionally might result in a corrupted file.
+ .NET 8.X: Improved speed and stability of the dll with the operation into memory.
+ Fixes a bug where files containing pivot tables were loaded through Excel to PDF .Net then saved and resulting files come out corrupted.
+ Greatly improves performance, generating a PDF file with 10000 used cells used to take up 65 seconds takes only 18 seconds (will vary depending on operations performed on a cell by your code).