Overview
You have spent a lot of time to find how to convert ASPX, HTML to PDF or TIFF to PDF in ASP.NET?
PDF Vision .Net is what you need. It's a very simple in use and robust component! We offer you 100% written in C# .NET assembly, which will enhance your Web-Server ASP.NET or WPF application to generate PDF documents on fly. PDF Vision .Net provide you by API to:
- Convert HTML to PDF
- Transform ASPX pages to PDF
- Web-site (URL) to PDF
- HTML to Image
- Multipage-TIFF to PDF
- PNG to PDF
- JPG to PDF
Because of using Chromium Browser to render HTML documents, we can guarantee 100% quality of HTML to PDF converting.
Why choose SautinSoft.PdfVision?
Fast and Reliable
Because of using latest Chromium Browser engine, we can guarantee fast and quality HTML to PDF converting process.
Convert any complex HTML to PDF
Convert HTML of any complexity enhanced by JS and CSS code to PDF documents. This advantage gives you assurance in resulted quality.
Get screenshot from HTML
Convert HTML files, url or stream to Image (PNG, JPEG). Also you can specify an area in HTML and get screenshot from it.
Full .NET Support for Windows, Linux, and macOS
Develop for any .NET platform or major operating systems with a single code base. Use in your apps for .NET Framework, Mono, Xamarin.iOS, and Xamarin.Android.
Images to PDF
Convert images (JPEG, PNG, Bitmap, TIFF) to PDF document. Because of various options you can adjust and position images in the resulted PDF as you wish.
Deploy Apps to the Cloud
Be everywhere with cloud-based deployment. With help of Nuget, SautinSoft.PdfVision can be easily deployed to Azure, AWS, and AWS Lambda.
Easy integration in any .NET App
It's very easy even for novice:
- Add reference to SautinSoft.PdfVision package from Nuget.
- Add reference to one these packages from Nuget depending of machine’s OS:
using SautinSoft.PdfVision;
PdfVision v = new PdfVision();
HtmlToPdfOptions opt = new HtmlToPdfOptions();
// Unpack portable Chromium browser if necessary.
if (!ChromiumEngine.IsExist(opt.ChromiumBaseDirectory))
ChromiumEngine.Unpack(opt.ChromiumBaseDirectory);
v.ConvertHtmlToPdf(@”https://www.zoo.com/”, @”Zoo.pdf”, opt);
See more than 40 code examples in our Developer Guide.
Feature Highlights
Convert HTML to PDF
.NET SDK gives you API to convert HTML as file, string, URL, or stream object to PDF document. The embedded Chromium engine guarantees always high quality.
Convert TIFF to PDF
.NET SDK to convert TIFF to PDF with high speed and quality. Absolutely standalone solution, supports all types of TIFF images: CCITT4, DEFLATE, FAX4, LZW, JPEG and all other.
Get screenshot from HTML
API to get screenshot from whole HTML page or custom area and save it as PNG or JPEG image. You can also specify scale and virtual browser size.
Convert Images to PDF
Provides full set of API to convert images (Multipage TIFF, JPEG, PNG, Bitmap) to PDF. A lot of options to fit and scale images, page setup, header and footer, page numbering.
Converting Options
Because of a lot useful settings and options, you may set up the conversion result as you wish: Add Page Numbering, Watermarks to custom pages, Header and Footer, version of PDF format etc.
Embedded Chromium Browser
Using Chromium engine to render HTML documents guarantee the high quality. The SDK can download the latest version of engine automatically or unpack from resources.
Explore the Advanced Features
Actually the component can convert to PDF with a lot of options, such as: Add Header and Footer, Specify Page Numbering, Add custom Watermarks, Set Page Size, Margins and Orientation and a lot of more. See the Developer Guide to find out simple, advanced and complex examples, it contains more than 40 examples.