SautinSoft.ExcelToPdf 5.4.1.20

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

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

«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 is compatible.  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.  net9.0 was computed.  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. 
.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 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 is compatible.  net471 was computed.  net472 was computed.  net48 is compatible.  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. 
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
2024.11.30 9,344 11/29/2024
2024.10.16 4,770 10/17/2024
2023.11.22 26,552 11/22/2023
2023.8.31 6,024 8/31/2023
2023.6.22 12,181 6/23/2023
5.7.3.28 9,826 3/29/2023
5.6.11.14 7,598 11/14/2022
5.6.4.1 21,215 4/4/2022
5.5.7.22 52,530 7/22/2021
5.4.1.20 15,713 1/20/2021
5.3.6.16 16,488 6/16/2020
5.2.3.17 7,172 3/18/2020
5.2.3.5 2,122 3/6/2020
5.1.7.22 7,200 7/23/2019
5.1.5.22 2,127 5/22/2019
5.1.3.26 2,032 3/27/2019
5.0.11.20 2,727 11/22/2018
4.3.5.17 4,503 5/16/2018
4.2.7.24 8,547 7/21/2017
4.1.11.29 2,573 3/13/2017

+ We've improved our PDF-renderer in Excel to PDF .Net component by adding special Image Cache. Data for the repeated images will not be placed in PDF document twice. That innovation really affected to PDF size and the rendering speed.
+ Improved font matching algorithm for PDF, which helped to fix a bug with Korean characters.
+ Added assembly compiled for .NET 5.0 and higher.
+ Fixed minor issues from our customers, thereby the component became more error-free.