SautinSoft.PdfVision 6.0.3.15

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

// Install SautinSoft.PdfVision as a Cake Tool
#tool nuget:?package=SautinSoft.PdfVision&version=6.0.3.15

PDF Vision .Net provides API to convert HTML, ASPX, Images (Tiff, Jpeg, Png) to PDF format.
Furthermore, it gives you methods to split and merge PDF.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  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 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 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2023.11.2 1,382 11/2/2023
2023.7.4 1,208 7/4/2023
6.5.4.7 1,046 4/7/2023
6.5.4.6 722 4/7/2023
6.4.3.16 840 3/15/2023
6.3.3.7 803 3/7/2023
6.2.11.16 3,484 11/16/2022
6.1.5.16 2,724 5/16/2022
6.0.3.15 5,295 3/15/2022
5.6.8.10 3,605 8/10/2021
5.5.5.28 6,457 5/28/2020
5.4.2.21 145,274 2/21/2020
5.3.6.5 6,939 6/5/2019
5.0.13.10 5,783 1/10/2017
5.0.11.22 2,081 1/6/2017

In the version 6 we've fully renewed the component to make it convenient and compatible to the latest .NET technologies, let's see what's new:
+ Completely new HTML to PDF conversion engine based on the Chromium browser.
Note, the previous versions 5.X of PDF Vision .Net used the obsolete WebBrowser class. Because of the new conversion engine PDF Vision .Net 6.0 has got these benefits:
  1. Support all modern HTML-pages with complex CSS, the same as Chrome browser.
  2. Now the produced PDF documents are completely editable containing formatted text, vector and raster graphics.
  Note, the previous version 5.x produced PDF documents with HTML screenshots inside, which was affected to the quality during scaling the document.
  3. EnjoyThe new version is completely compatible with all modern versions of .NET Core and .NET 5, 6.
+ PDF Vision .Net now supports platforms .NET 5 and .NET 6.
+ Completely reformed and simplified the API, now it has only five overloaded methods. Thus, you can quickly find the desired method and integrate it into your code.
+ To get to know more about all PDF Vision .Net features, we've prepared for you new collection of interesting Code Examples.