SautinSoft.PdfVision 2025.6.5

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

Nuget Nuget

.NET SDK to convert HTML, ASPX, URL to PDF and Images to PDF

logo-vision

SautinSoft.PdfVision is .NET assembly (SDK) which gives API to convert HTML, ASPX to PDF and Image, JPG, Multipages TIFF to PDF.

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 Vision .Net

Are you ready to give PDF Vision .NET a try? Simply execute Install-Package sautinsoft.pdfvision from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have PDF Vision .NET and want to upgrade the version, please execute Update-Package sautinsoft.pdfvision to get the latest version.

Convert HTML to PDF

string inpFile = Path.GetFullPath(@"..\..\Sample.html");
string outFile = new FileInfo("Result.pdf").FullName;

PdfVision v = new PdfVision();
v.ConvertHtmlToPdf(inpFile, outFile);

Convert JPG to PDF

string inpFile = Path.GetFullPath(@"..\..\image-jpeg.jpg");
string outFile = new FileInfo(@"Result.pdf").FullName;

PdfVision v = new PdfVision();
ImageToPdfOptions options = new ImageToPdfOptions();
v.ConvertImageToPdf(new string[] {inpFile}, outFile, options);

Convert HTML to Image

string inpFile = Path.GetFullPath(@"..\..\Sample.html");
string outFile = new FileInfo("Result.png").FullName;

PdfVision v = new PdfVision();
ScreenshotOptions options = new ScreenshotOptions();
v.GetScreenshot(inpFile, outFile, options);

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.PdfVision:

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.20-hotfix 528 6/20/2025
2025.6.5 2,325 6/5/2025
2025.5.26-hotfix 533 5/26/2025
2025.5.21 877 5/21/2025
2025.5.6 21,100 5/6/2025
2025.4.23 1,702 4/23/2025
2025.3.28 1,206 3/28/2025
2024.12.6 8,313 12/6/2024
2024.11.12 4,068 11/13/2024
2024.8.28 13,922 8/29/2024
2024.6.20 2,548 6/21/2024
2023.11.2 5,619 11/2/2023
2023.7.4 2,696 7/4/2023
6.5.4.7 2,312 4/7/2023
6.5.4.6 1,937 4/7/2023
6.4.3.16 1,787 3/15/2023
6.3.3.7 1,625 3/7/2023
6.2.11.16 4,978 11/16/2022
6.1.5.16 4,551 5/16/2022
6.0.3.15 6,459 3/15/2022
5.6.8.10 4,660 8/10/2021
5.5.5.28 8,524 5/28/2020
5.4.2.21 149,176 2/21/2020
5.3.6.5 7,500 6/5/2019
5.0.13.10 6,490 1/10/2017
5.0.11.22 2,728 1/6/2017

What's new in the version PDF Vision .Net 2025.6: https://sautinsoft.com/products/pdf-vision/help/net/release-notes/