SautinSoft.PdfMetamorphosis 2025.5.26-hotfix

This is a prerelease version of SautinSoft.PdfMetamorphosis.
There is a newer version of this package available.
See the version list below for details.
dotnet add package SautinSoft.PdfMetamorphosis --version 2025.5.26-hotfix
                    
NuGet\Install-Package SautinSoft.PdfMetamorphosis -Version 2025.5.26-hotfix
                    
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.PdfMetamorphosis" Version="2025.5.26-hotfix" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SautinSoft.PdfMetamorphosis" Version="2025.5.26-hotfix" />
                    
Directory.Packages.props
<PackageReference Include="SautinSoft.PdfMetamorphosis" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SautinSoft.PdfMetamorphosis --version 2025.5.26-hotfix
                    
#r "nuget: SautinSoft.PdfMetamorphosis, 2025.5.26-hotfix"
                    
#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.
#addin nuget:?package=SautinSoft.PdfMetamorphosis&version=2025.5.26-hotfix&prerelease
                    
Install SautinSoft.PdfMetamorphosis as a Cake Addin
#tool nuget:?package=SautinSoft.PdfMetamorphosis&version=2025.5.26-hotfix&prerelease
                    
Install SautinSoft.PdfMetamorphosis as a Cake Tool

Nuget Nuget

.NET SDK to convert HTML, DOCX, TXT to PDF

meta

SautinSoft.PdfMetamorphosis is .NET assembly (SDK) which gives API to convert Text, HTML, RTF, DOC and DOCX documents to PDF format.

Top Features

System Requirement

  • .NET Framework 4.6.2 - 4.8
  • .NET 6, .NET 8, .NET 9
  • 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 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.  net9.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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. 
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.PdfMetamorphosis:

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
2025.6.10 357 6/10/2025
2025.5.26-hotfix 137 5/26/2025
2025.5.21 893 5/21/2025
2025.5.6 19,196 5/6/2025
2025.4.24 1,488 4/24/2025
2025.2.25 7,336 2/24/2025
2024.12.19 10,223 12/18/2024
2024.12.3 4,144 12/4/2024
2024.11.6 19,800 11/6/2024
2024.8.15 24,184 8/15/2024
2024.5.27 8,805 5/28/2024
2024.1.12 70,379 1/12/2024
2023.10.5 55,551 10/5/2023
2023.5.18 12,399 5/18/2023
9.3.2.8 22,740 2/8/2023
9.2.10.13 22,881 10/13/2022
9.1.5.4 20,218 5/4/2022
9.0.2.16 36,116 2/16/2022
8.6.1.24 8,460 1/25/2022
8.5.12.13 5,576 12/13/2021
8.5.7.20-beta 1,652 7/20/2021
8.5.7.1 11,068 7/1/2021
8.4.5.11-beta 688 5/11/2021
8.4.5.6-beta 580 5/6/2021
8.4.1.28 14,894 1/28/2021
8.3.7.7 62,844 7/7/2020
8.3.5.20 1,813 5/20/2020
8.2.2.25 4,745 2/28/2020
8.1.10.10 4,840 10/9/2019
8.0.9.6 4,488 9/6/2019
7.1.2.14 19,211 2/14/2019
7.0.21.4 2,185 1/30/2019
7.0.8.10 10,371 8/10/2018
7.0.8.1 1,223 8/3/2018
7.0.6.4 2,019 5/31/2018
7.0.5.3 2,288 5/3/2018
6.8.10.4 36,919 4/12/2017
6.7.12.19 4,508 1/6/2017

What's new in the version PDF Metamorphosis .Net 2025.5: https://sautinsoft.com/products/pdf-metamorphosis/help/net/release-notes/