sautinsoft.pdfmetamorphosis
7.0.21.4
See the version list below for details.
dotnet add package sautinsoft.pdfmetamorphosis --version 7.0.21.4
NuGet\Install-Package sautinsoft.pdfmetamorphosis -Version 7.0.21.4
<PackageReference Include="sautinsoft.pdfmetamorphosis" Version="7.0.21.4" />
paket add sautinsoft.pdfmetamorphosis --version 7.0.21.4
#r "nuget: sautinsoft.pdfmetamorphosis, 7.0.21.4"
// Install sautinsoft.pdfmetamorphosis as a Cake Addin #addin nuget:?package=sautinsoft.pdfmetamorphosis&version=7.0.21.4 // Install sautinsoft.pdfmetamorphosis as a Cake Tool #tool nuget:?package=sautinsoft.pdfmetamorphosis&version=7.0.21.4
PDF Metamorphosis .Net is 100% C# assembly to convert RTF, Text, HTML, DOCX documents to PDF. Also can split and merge PDF documents.
Requires only .Net Framework 4.0 or higher. Can be used in .Net Core 2.0 and higher.
Absolutely standalone library.
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. |
.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. |
-
.NETCoreApp 2.0
- System.IO.Packaging (>= 4.3.0)
- System.Text.Encoding.CodePages (>= 4.0.1)
- System.Xml.XPath.XmlDocument (>= 4.3.0)
- ZKWeb.System.Drawing (>= 3.0.0)
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
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 |
---|---|---|
2024.12.19 | 406 | 12/18/2024 |
2024.12.3 | 1,354 | 12/4/2024 |
2024.11.6 | 6,879 | 11/6/2024 |
2024.8.15 | 17,267 | 8/15/2024 |
2024.5.27 | 6,267 | 5/28/2024 |
2024.1.12 | 42,404 | 1/12/2024 |
2023.10.5 | 29,920 | 10/5/2023 |
2023.5.18 | 10,520 | 5/18/2023 |
9.3.2.8 | 19,363 | 2/8/2023 |
9.2.10.13 | 18,475 | 10/13/2022 |
9.1.5.4 | 18,468 | 5/4/2022 |
9.0.2.16 | 33,827 | 2/16/2022 |
8.6.1.24 | 7,144 | 1/25/2022 |
8.5.12.13 | 5,298 | 12/13/2021 |
8.5.7.20-beta | 1,502 | 7/20/2021 |
8.5.7.1 | 10,362 | 7/1/2021 |
8.4.5.11-beta | 596 | 5/11/2021 |
8.4.5.6-beta | 519 | 5/6/2021 |
8.4.1.28 | 13,680 | 1/28/2021 |
8.3.7.7 | 59,514 | 7/7/2020 |
8.3.5.20 | 1,735 | 5/20/2020 |
8.2.2.25 | 3,672 | 2/28/2020 |
8.1.10.10 | 4,572 | 10/9/2019 |
8.0.9.6 | 4,275 | 9/6/2019 |
7.1.2.14 | 18,093 | 2/14/2019 |
7.0.21.4 | 2,081 | 1/30/2019 |
7.0.8.10 | 5,951 | 8/10/2018 |
7.0.8.1 | 1,058 | 8/3/2018 |
7.0.6.4 | 1,733 | 5/31/2018 |
7.0.5.3 | 2,053 | 5/3/2018 |
6.8.10.4 | 35,699 | 4/12/2017 |
6.7.12.19 | 4,259 | 1/6/2017 |
+ Updated DOCX and RTF Readers.
+ Improved the algorithm of table height calculation, it became more accurate.
+ Fixed the issue in counting of columns width in table auto-fit mode.
+ The number of pages of the original document coincides with the number of pages of the resulting file.
+ Fixed the issue with a table left indent during rendering a document into PDF format.
+ Fixed the bug with moving the table to the next page and losing some of the text.
+ Fixed the issue with merged cells in table processing algorithm, during rendering into PDF.