sautinsoft.exceltopdf
5.6.4.1
Install-Package sautinsoft.exceltopdf -Version 5.6.4.1
dotnet add package sautinsoft.exceltopdf --version 5.6.4.1
<PackageReference Include="sautinsoft.exceltopdf" Version="5.6.4.1" />
paket add sautinsoft.exceltopdf --version 5.6.4.1
#r "nuget: sautinsoft.exceltopdf, 5.6.4.1"
// Install sautinsoft.exceltopdf as a Cake Addin
#addin nuget:?package=sautinsoft.exceltopdf&version=5.6.4.1
// Install sautinsoft.exceltopdf as a Cake Tool
#tool nuget:?package=sautinsoft.exceltopdf&version=5.6.4.1
«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.6.1 and higher.
+ .NET Core 2.0 and higher.
+ .NET Standard 2.0.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.1
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 2.2
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
.NETCoreApp 3.1
- System.Drawing.Common (>= 4.7.0)
- 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.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net5.0
- System.Drawing.Common (>= 4.7.0)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
-
net6.0
- System.Drawing.Common (>= 4.7.0)
- 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 |
---|---|---|
5.6.4.1 | 1,186 | 4/4/2022 |
5.5.7.22 | 7,417 | 7/22/2021 |
5.4.1.20 | 2,841 | 1/20/2021 |
5.3.6.16 | 6,080 | 6/16/2020 |
5.2.3.17 | 3,192 | 3/18/2020 |
5.2.3.5 | 559 | 3/6/2020 |
5.1.7.22 | 4,297 | 7/23/2019 |
5.1.5.22 | 986 | 5/22/2019 |
5.1.3.26 | 887 | 3/27/2019 |
5.0.11.20 | 1,550 | 11/22/2018 |
4.3.5.17 | 3,220 | 5/16/2018 |
4.2.7.24 | 3,344 | 7/21/2017 |
4.1.11.29 | 1,568 | 3/13/2017 |
+ Excel to PDF .Net now supports platforms .NET 5 and .NET 6.
+ Fixed the bug: Some output Excel files of new version crashed the Microsoft Excel 2016-2019.
+ Finnish language - Numbers formatted as Percentage are missing the space before the percent symbol. Now is Fixed.
+ Fixed a bug with loading PDF/A causes StackOverflowException.
+ Cell background becomes black after converting to pdf. Now is Fixed.
+ Fixed minor issues from our customers, thereby the component became more error-free.