sautinsoft.exceltopdf
2023.11.22
dotnet add package sautinsoft.exceltopdf --version 2023.11.22
NuGet\Install-Package sautinsoft.exceltopdf -Version 2023.11.22
<PackageReference Include="sautinsoft.exceltopdf" Version="2023.11.22" />
paket add sautinsoft.exceltopdf --version 2023.11.22
#r "nuget: sautinsoft.exceltopdf, 2023.11.22"
// Install sautinsoft.exceltopdf as a Cake Addin #addin nuget:?package=sautinsoft.exceltopdf&version=2023.11.22 // Install sautinsoft.exceltopdf as a Cake Tool #tool nuget:?package=sautinsoft.exceltopdf&version=2023.11.22
.NET SDK to convert Excel to PDF, DOCX, RTF
SautinSoft.Excel is .NET assembly (SDK) to convert Excel workbooks to PDF, RTF, DOCX, Word.
Quick links
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
- Website: www.sautinsoft.com
- Product Home: Excel to PDF .Net
- Download SautinSoft.ExcelToPdf
- Developer Guide
- API Reference
- Support Team
- License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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 was computed. 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 was computed. 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 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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. |
-
.NETCoreApp 2.0
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.1
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.2
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.0
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.1
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETFramework 4.8.1
- No dependencies.
-
.NETStandard 2.0
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net5.0
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net6.0
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net7.0
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net8.0
- System.Configuration.ConfigurationManager (>= 4.7.0)
- System.Drawing.Common (>= 4.7.3)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
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 | 7,553 | 11/22/2023 |
2023.8.31 | 3,753 | 8/31/2023 |
2023.6.22 | 9,139 | 6/23/2023 |
5.7.3.28 | 7,415 | 3/29/2023 |
5.6.11.14 | 6,506 | 11/14/2022 |
5.6.4.1 | 19,850 | 4/4/2022 |
5.5.7.22 | 44,038 | 7/22/2021 |
5.4.1.20 | 13,284 | 1/20/2021 |
5.3.6.16 | 15,075 | 6/16/2020 |
5.2.3.17 | 6,742 | 3/18/2020 |
5.2.3.5 | 1,922 | 3/6/2020 |
5.1.7.22 | 7,011 | 7/23/2019 |
5.1.5.22 | 2,019 | 5/22/2019 |
5.1.3.26 | 1,894 | 3/27/2019 |
5.0.11.20 | 2,652 | 11/22/2018 |
4.3.5.17 | 4,439 | 5/16/2018 |
4.2.7.24 | 7,717 | 7/21/2017 |
4.1.11.29 | 2,507 | 3/13/2017 |
+ We have improved the algorithm for converting Excel to PDF format. The conversion speed has doubled.
+ A new option has been added that allows you to stretch the original sheet based on the pagebreaks: x.PageStyle.PageScale.ScaleByPageBreak();
+ Qualitatively improved the source code and removed many dependencies. We also optimized the work of the library for cloud solutions: Azure, Google Cloud, AWS, etc.
+ Fixed a bug with incorrect reading of the date in the source document.
+ In some files, characters disappeared if they went beyond the visibility of the cell border.
+ Fixed minor issues from our customers, thereby the component became more error-free.