SautinSoft.ExcelToPdf 5.1.7.22

There is a newer version of this package available.
See the version list below for details.
dotnet add package SautinSoft.ExcelToPdf --version 5.1.7.22
NuGet\Install-Package SautinSoft.ExcelToPdf -Version 5.1.7.22
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="5.1.7.22" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SautinSoft.ExcelToPdf --version 5.1.7.22
#r "nuget: SautinSoft.ExcelToPdf, 5.1.7.22"
#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=5.1.7.22

// Install SautinSoft.ExcelToPdf as a Cake Tool
#tool nuget:?package=SautinSoft.ExcelToPdf&version=5.1.7.22

«Excel to PDF .Net» will help you in development of applications which need to convert XLSX and XLS to PDF, PDF/A, DOCX and RTF.
   
Read: XLSX, XLS.
Write: PDF, DOCX, RTF.
Doesn't support Charts.
+ Created in 100% managed C#.  No Microsoft Office automation.
+ Has own XLSX and XLS parser (Charts are not supported).
+ Has own DOCX renderer according to ECMA-376 specification.
+ Has own RTF renderer according to RTF 1.8 specification.
+ Has own PDF renderer according to PDF reference 1.4, PDF/A.
+ .Net Framework 4.0 and higher.
+ .Net Core 2.0 and higher.
+ .Net Standard 2.0.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 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 1,677 11/22/2023
2023.8.31 3,278 8/31/2023
2023.6.22 6,121 6/23/2023
5.7.3.28 4,721 3/29/2023
5.6.11.14 6,153 11/14/2022
5.6.4.1 16,629 4/4/2022
5.5.7.22 35,752 7/22/2021
5.4.1.20 10,606 1/20/2021
5.3.6.16 12,557 6/16/2020
5.2.3.17 5,939 3/18/2020
5.2.3.5 1,804 3/6/2020
5.1.7.22 6,606 7/23/2019
5.1.5.22 1,904 5/22/2019
5.1.3.26 1,800 3/27/2019
5.0.11.20 2,543 11/22/2018
4.3.5.17 4,344 5/16/2018
4.2.7.24 6,809 7/21/2017
4.1.11.29 2,432 3/13/2017

News in the version 5.1.7.22:
+ Fixed some problems with Sheets.PrintArea.
+ Improved the image positioning algorithm.