SautinSoft.ExcelToPdf 2026年7月1日

dotnet add package SautinSoft.ExcelToPdf --version 2026年7月1日
 
NuGet\Install-Package SautinSoft.ExcelToPdf -Version 2026年7月1日
 
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="2026年7月1日" />
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SautinSoft.ExcelToPdf" Version="2026年7月1日" />
 
Directory.Packages.props
<PackageReference Include="SautinSoft.ExcelToPdf" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SautinSoft.ExcelToPdf --version 2026年7月1日
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SautinSoft.ExcelToPdf, 2026年7月1日"
 
#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.
#:package SautinSoft.ExcelToPdf@2026年7月1日
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SautinSoft.ExcelToPdf&version=2026年7月1日
 
Install as a Cake Addin
#tool nuget:?package=SautinSoft.ExcelToPdf&version=2026年7月1日
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Nuget Nuget Passed windows macOS linux docker aws microsoftazure

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

SautinSoft.ExcelToPdf

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

Top Features

System Requirement

  • .NET Framework 4.6.2 - 4.8.
  • .NET 6, .NET 8, .NET 9.
  • 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 ExcelDocument = Path.GetFullPath(@"..\..\test.xlsx");
string pdfFile = Path.ChangeExtension(ExcelDocument, ".pdf"); 
x.ConvertFile(ExcelDocument, pdfFile);

Convert XLSX to DOCX

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

Convert XLSX to RTF

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

Resources

Product Compatible and additional computed target framework versions.
.NET 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 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed.
.NET Framework net462 is compatible. net463 was computed. net47 was computed. net471 is compatible. net472 is compatible. net48 is compatible. net481 was computed.
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SautinSoft.ExcelToPdf:

Package Downloads
SautinSoft.Bundle

SautinSoft.Bundle is a package of .NET components for processing WORD, EXCEL, PDF, HTML, Text. With our components you get fast and reliable results in an easy–to–use format. Only the .NET is required, so you can deploy your application easily without having to think about other licenses.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026年7月1日 90 7/1/2026
2026年6月10日 156 6/10/2026
2026年5月19日 141 5/20/2026
2026年5月5日 141 5/5/2026
2026年4月22日 141 4/22/2026
2026年4月2日 317 4/3/2026
2026年3月5日 489 3/5/2026
2026年2月19日 467 2/20/2026
2026年1月20日 232 1/20/2026
2025年11月10日 744 11/10/2025
2025年10月17日 268 10/17/2025
2025年9月8日 1,873 9/8/2025
2025年8月25日 2,192 8/25/2025
2025年8月12日 1,469 8/12/2025
2025年8月4日 1,640 8/4/2025
2025年6月20日-hotfix 2,703 6/20/2025
2025年6月5日 4,985 6/5/2025
2025年5月27日 3,338 5/27/2025
2025年4月23日 29,098 4/23/2025
2025年4月7日 6,135 4/7/2025
Loading failed

What's new in the version Excel to PDF .Net 2026.7: https://sautinsoft.com/products/excel-to-pdf/help/net/release-notes/