ceTe.DynamicPDF.Converter.NET
3.8.0
Prefix Reserved
See the version list below for details.
dotnet add package ceTe.DynamicPDF.Converter.NET --version 3.8.0
NuGet\Install-Package ceTe.DynamicPDF.Converter.NET -Version 3.8.0
<PackageReference Include="ceTe.DynamicPDF.Converter.NET" Version="3.8.0" />
<PackageVersion Include="ceTe.DynamicPDF.Converter.NET" Version="3.8.0" />
<PackageReference Include="ceTe.DynamicPDF.Converter.NET" />
paket add ceTe.DynamicPDF.Converter.NET --version 3.8.0
#r "nuget: ceTe.DynamicPDF.Converter.NET, 3.8.0"
#addin nuget:?package=ceTe.DynamicPDF.Converter.NET&version=3.8.0
#tool nuget:?package=ceTe.DynamicPDF.Converter.NET&version=3.8.0
DynamicPDF Converter for .NET allows .NET developers to dynamically convert many common file formats to PDF in real-time. Converter supports converting of over 50 file types to PDF including HTML and MS Office formats.
Events within DynamicPDF allow developers to easily handle any successful or failed conversions.
This is a .NET Standard 2.0 dll, so it can be used with .NET Core, .NET Standard and .NET framework etc.
DynamicPDF Converter is backed by a great team of developers and support staff. Flexible licensing (including royalty free) is available to meet all your needs.
Release Notes:
* Added options to print active sheets and visible sheets using ConvertOnlyActiveSheet and ConvertOnlyVisibleSheets properties.
* Fixed a "COMException: Document not saved. The document may be open, or an error may have been encountered when saving" exception caused when converting a specific Excel file to PDF.
* Added a new property "IgnorePrintAreas" to allow ignoring the print area setting from exccel sheet while converting to PDF.
* Fixed an issue with the missing images when converting a htm file from a network path.
* Fixed an issue with using Append parameter in ConverterOptions that occurs when converting images to PDF.
Product | Versions 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. 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 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 was computed. 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
- Microsoft.NETCore.Platforms (>= 2.0.0)
-
.NETStandard 2.0
- NETStandard.Library (>= 2.0.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 |
---|---|---|
3.27.0 | 29,684 | 4/18/2024 |
3.26.0 | 1,218 | 3/12/2024 |
3.25.0 | 865 | 2/28/2024 |
3.24.0 | 5,023 | 1/12/2024 |
3.23.0 | 2,801 | 11/10/2023 |
3.22.0 | 5,299 | 9/7/2023 |
3.21.0 | 966 | 8/25/2023 |
3.20.0 | 3,096 | 6/29/2023 |
3.19.0 | 45,252 | 8/17/2022 |
3.18.0 | 2,144 | 7/7/2022 |
3.17.0 | 1,873 | 6/22/2022 |
3.16.0 | 1,618 | 5/26/2022 |
3.15.0 | 1,601 | 5/17/2022 |
3.14.0 | 3,100 | 4/6/2022 |
3.13.0 | 1,338 | 3/25/2022 |
3.12.0 | 9,619 | 12/28/2021 |
3.11.0 | 1,365 | 11/10/2021 |
3.10.0 | 10,642 | 9/21/2021 |
3.9.0 | 17,415 | 4/22/2021 |
3.8.0 | 947 | 3/26/2021 |
3.7.0 | 1,003 | 3/5/2021 |
3.6.0 | 1,168 | 2/18/2021 |
3.5.0 | 1,415 | 1/22/2021 |
3.4.0 | 5,986 | 11/30/2020 |
3.3.0 | 1,113 | 11/3/2020 |
3.2.0 | 2,336 | 9/15/2020 |
3.1.0-Beta | 616 | 8/11/2020 |
3.0.0-beta | 1,068 | 3/13/2020 |
* Added options to print active sheets and visible sheets using ConvertOnlyActiveSheet and ConvertOnlyVisibleSheets properties.
* Fixed a "COMException: Document not saved. The document may be open, or an error may have been encountered when saving" exception caused when converting a specific Excel file to PDF.
* Added a new property "IgnorePrintAreas" to allow ignoring the print area setting from exccel sheet while converting to PDF.
* Fixed an issue with the missing images when converting a htm file from a network path.
* Fixed an issue with using Append parameter in ConverterOptions that occurs when converting images to PDF.