The HTML-to-PDF converter is a .NET Core library for converting webpages, SVG, MHTML, and HTML files to PDF using C#. It uses the popular rendering engine Blink (Google Chrome). It is reliable and accurate. The result preserves all graphics, images, text, fonts, and the layout of the original HTML document or webpage.
Our HTML-to-PDF converter will work seamlessly in various platforms: Azure Cloud or web apps, Azure Functions, Amazon Web Service (AWS), Docker, WinForms, WPF, ASP.NET MVC, ASP.NET Core with Windows, Linux, and MacOS.
The .NET Core HTML-to-PDF converter with the Blink engine allows you to convert an HTML file, HTML string, URL, ASPX, Razor, or MVC View to PDF with just a few lines of code.
//Initialize HTML to PDF converter.
HtmlToPdfConverter htmlConverter = new HtmlToPdfConverter();
//Convert URL to PDF document.
PdfDocument document = htmlConverter.Convert("https://www.syncfusion.com");
//Create the filestream to save the PDF document.
FileStream fileStream = new FileStream("HTML-to-PDF.pdf", FileMode.CreateNew, FileAccess.ReadWrite);
//Save and close the PDF document.
document.Save(fileStream);
document.Close(true);
'Initialize HTML to PDF converter.
Dim htmlConverter As HtmlToPdfConverter = New HtmlToPdfConverter()
'Convert URL to PDF document.
Dim document As PdfDocument = htmlConverter.Convert("https://www.syncfusion.com")
'Create the filestream to save the PDF document.
Dim fileStream As FileStream = New FileStream("HTML-to-PDF.pdf", FileMode.CreateNew, FileAccess.ReadWrite)
'Save and close the PDF document.
document.Save(fileStream)
document.Close(True)
The Syncfusion HTML-to-PDF converter library in combination with ASP.NET Core offers a simple and straightforward approach for dynamically generating PDF reports from HTML templates.
The comprehensive API makes it possible to convert richly formatted HTML strings or webpages to PDF.
Optimized for usage in a server environment where speed and low memory usage are critical.
The .NET Core HTML-to-PDF converter includes extensive documentation, a knowledge base, and samples.
The .NET Core HTML-to-PDF converter allows you to convert URLs, HTML5, CSS, CSS3, and HTML to PDF with just five lines of C# code.
A part of a webpage can be converted to PDF based on the HTML tag ID.
The PDF will look just like the webpage you converted. It preserves all graphics, images, text, fonts, links, and the layout of the original HTML document or webpage.
HTML can be converted to PDF with or without JavaScript execution during conversion.
Hyperlinks can be toggled when converting HTML to PDF documents.
Convert an HTML form to a PDF form and preserve its exact position, size, and appearance. In addition, preserve the values of the HTML form fields.
Bookmarks are created automatically in a PDF document based on the HTML heading tags from <h1> to <h6>.
A table of contents will be created automatically in a PDF document based on the HTML heading tags from <h1> to <h6> with default styles. You can also apply custom styles to the table of contents.
Windows-authenticated webpages can be converted to PDF with a username and password in the converter.
Form-authenticated webpages can be converted to PDF by using cookies in the converter settings.
Token-based authenticated webpages can be converted to PDF by using bearer tokens in the converter’s HTTP request header.
The .NET Core HTML-to-PDF converter supports both screen and print media types in conversion using C#.
Convert HTML to PDF based on your desired viewport size.
System and manual proxy settings are available to convert HTML to PDF using C#.
Convert HTML to PDF with the available offline data by ignoring the online resources.
SVG files or SVG elements in HTML can also be converted to PDF.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.