SautinSoft.PdfVision
6.0.3.15
Install-Package SautinSoft.PdfVision -Version 6.0.3.15
dotnet add package SautinSoft.PdfVision --version 6.0.3.15
<PackageReference Include="SautinSoft.PdfVision" Version="6.0.3.15" />
paket add SautinSoft.PdfVision --version 6.0.3.15
#r "nuget: SautinSoft.PdfVision, 6.0.3.15"
// 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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.0
- Microsoft.Extensions.Logging (>= 2.0.2)
- Newtonsoft.Json (>= 10.0.3)
- System.Drawing.Common (>= 4.7.0)
-
.NETCoreApp 3.1
- Microsoft.Extensions.Logging (>= 2.0.2)
- Newtonsoft.Json (>= 10.0.3)
- System.Drawing.Common (>= 4.7.0)
-
.NETFramework 4.6.1
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.0)
- Microsoft.Extensions.Logging (>= 2.0.2)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.4.0)
-
.NETFramework 4.7.2
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.0)
- Microsoft.Extensions.Logging (>= 2.0.2)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.4.0)
-
.NETFramework 4.8
- Microsoft.Bcl.AsyncInterfaces (>= 1.1.0)
- Microsoft.Extensions.Logging (>= 2.0.2)
- Newtonsoft.Json (>= 10.0.3)
- System.Net.Http (>= 4.4.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Logging (>= 2.0.2)
- Newtonsoft.Json (>= 10.0.3)
- System.Drawing.Common (>= 4.7.0)
-
net5.0
- Microsoft.Extensions.Logging (>= 2.0.2)
- Newtonsoft.Json (>= 10.0.3)
- System.Drawing.Common (>= 4.7.0)
-
net6.0
- Microsoft.Extensions.Logging (>= 2.0.2)
- Newtonsoft.Json (>= 10.0.3)
- System.Drawing.Common (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
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.