VOOZH about

URL: https://www.nuget.org/packages/SautinSoft.PdfVision/

⇱ NuGet Gallery | SautinSoft.PdfVision 2026.6.10




👁 Image
SautinSoft.PdfVision 2026.6.10

dotnet add package SautinSoft.PdfVision --version 2026.6.10
 
 
NuGet\Install-Package SautinSoft.PdfVision -Version 2026.6.10
 
 
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="2026.6.10" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SautinSoft.PdfVision" Version="2026.6.10" />
 
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 2026.6.10
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SautinSoft.PdfVision, 2026.6.10"
 
 
#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.
#:package SautinSoft.PdfVision@2026.6.10
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SautinSoft.PdfVision&version=2026.6.10
 
Install as a Cake Addin
#tool nuget:?package=SautinSoft.PdfVision&version=2026.6.10
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

👁 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.

Quick links

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 Versions Compatible and additional computed target framework versions.
.NET net6.0 net6.0 is compatible.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Framework net462 net462 is compatible.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 is compatible.  net472 net472 is compatible.  net48 net48 is compatible.  net481 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
2026.6.10 124 6/10/2026
2026.5.19 222 5/20/2026
2026.5.5 135 5/5/2026
2026.4.22 161 4/22/2026
2026.4.2 195 4/3/2026
2026.3.5 237 3/5/2026
2026.2.19 242 2/20/2026
2026.1.20 190 1/20/2026
2025.11.10 715 11/10/2025
2025.10.22 305 10/22/2025
2025.10.7 325 10/7/2025
2025.9.24 367 9/24/2025
2025.9.8 577 9/8/2025
2025.8.25 1,110 8/25/2025
2025.8.12 1,154 8/12/2025
2025.7.23 2,306 7/23/2025
2025.6.20-hotfix 2,696 6/20/2025
2025.6.5 4,648 6/5/2025
2025.5.26-hotfix 2,640 5/26/2025
2025.5.21 3,079 5/21/2025
Loading failed

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