SautinSoft.PdfMetamorphosis
2024.8.15
See the version list below for details.
dotnet add package SautinSoft.PdfMetamorphosis --version 2024.8.15
NuGet\Install-Package SautinSoft.PdfMetamorphosis -Version 2024.8.15
<PackageReference Include="SautinSoft.PdfMetamorphosis" Version="2024.8.15" />
paket add SautinSoft.PdfMetamorphosis --version 2024.8.15
#r "nuget: SautinSoft.PdfMetamorphosis, 2024.8.15"
// Install SautinSoft.PdfMetamorphosis as a Cake Addin #addin nuget:?package=SautinSoft.PdfMetamorphosis&version=2024.8.15 // Install SautinSoft.PdfMetamorphosis as a Cake Tool #tool nuget:?package=SautinSoft.PdfMetamorphosis&version=2024.8.15
.NET SDK to convert HTML, DOCX, TXT to PDF
SautinSoft.PdfMetamorphosis is .NET assembly (SDK) which gives API to convert Text, HTML, RTF, DOC and DOCX documents to PDF format.
Quick links
Top Features
- Convert DOCX file to PDF file.
- Convert RTF file to PDF file.
- Convert HTML file to PDF file.
- Convert Text file to PDF file.
- Split and Merge PDF files.
System Requirement
- .NET Framework 4.6.2 - 4.8
- .NET 6, .NET 8
- Windows, Linux, macOS, Android, iOS.
Getting Started with PDF Metamorphosis .Net
Are you ready to give PDF Metamorphosis .NET a try? Simply execute Install-Package sautinsoft.pdfmetamorphosis
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have PDF Metamorphosis .NET and want to upgrade the version, please execute Update-Package sautinsoft.pdfmetamorphosis
to get the latest version.
Convert Word to PDF
string docxPath = @"..\..\example.docx";
string pdfPath = Path.ChangeExtension(docxPath, ".pdf");
SautinSoft.PdfMetamorphosis p = new SautinSoft.PdfMetamorphosis();
p.DocxToPdfConvertFile(docxPath, pdfPath);
Convert HTML to PDF
string inputFile = @"..\..\example.htm";
string outputFile = @"..\..\test.pdf";
SautinSoft.PdfMetamorphosis p = new SautinSoft.PdfMetamorphosis();
p.HtmlToPdfConvertFile(inputFile, outputFile);
Merge PDF files
string[] pdfFiles = { @"..\..\test-00001.pdf", @"..\..\test-00002.pdf" };
SautinSoft.PdfMetamorphosis p = new SautinSoft.PdfMetamorphosis();
p.MergePDFFileArrayToPDFFile(pdfFiles, @"..\..\test_Split_and_Merge_1and2page.pdf");
Resources
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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 is compatible. 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 Framework | net462 is compatible. net463 was computed. net47 was computed. net471 is compatible. net472 is compatible. net48 is compatible. net481 was computed. |
-
.NETFramework 4.6.2
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
-
.NETFramework 4.7.1
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
-
.NETFramework 4.7.2
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
-
.NETFramework 4.8
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
-
net6.0
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.0)
-
net8.0
- Pkcs11Interop (>= 5.1.2)
- Portable.BouncyCastle (>= 1.9.0)
- SkiaSharp (>= 2.88.7)
- SkiaSharp.HarfBuzz (>= 2.88.7)
- Svg.Skia (>= 1.0.0.18)
- System.IO.Packaging (>= 4.4.0)
- System.Text.Encoding.CodePages (>= 4.5.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 |
---|---|---|
2024.11.6 | 245 | 11/6/2024 |
2024.8.15 | 14,038 | 8/15/2024 |
2024.5.27 | 4,887 | 5/28/2024 |
2024.1.12 | 36,254 | 1/12/2024 |
2023.10.5 | 21,769 | 10/5/2023 |
2023.5.18 | 9,667 | 5/18/2023 |
9.3.2.8 | 18,614 | 2/8/2023 |
9.2.10.13 | 17,093 | 10/13/2022 |
9.1.5.4 | 17,881 | 5/4/2022 |
9.0.2.16 | 33,528 | 2/16/2022 |
8.6.1.24 | 6,684 | 1/25/2022 |
8.5.12.13 | 5,131 | 12/13/2021 |
8.5.7.20-beta | 1,434 | 7/20/2021 |
8.5.7.1 | 9,895 | 7/1/2021 |
8.4.5.11-beta | 477 | 5/11/2021 |
8.4.5.6-beta | 472 | 5/6/2021 |
8.4.1.28 | 13,120 | 1/28/2021 |
8.3.7.7 | 57,980 | 7/7/2020 |
8.3.5.20 | 1,678 | 5/20/2020 |
8.2.2.25 | 3,623 | 2/28/2020 |
8.1.10.10 | 4,475 | 10/9/2019 |
8.0.9.6 | 4,253 | 9/6/2019 |
7.1.2.14 | 17,829 | 2/14/2019 |
7.0.21.4 | 2,055 | 1/30/2019 |
7.0.8.10 | 4,365 | 8/10/2018 |
7.0.8.1 | 1,031 | 8/3/2018 |
7.0.6.4 | 1,697 | 5/31/2018 |
7.0.5.3 | 1,998 | 5/3/2018 |
6.8.10.4 | 35,407 | 4/12/2017 |
6.7.12.19 | 4,188 | 1/6/2017 |
What's new in the version PDF Metamorphosis 2024.8: https://sautinsoft.com/products/pdf-metamorphosis/help/net/release-notes/