We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

HTML to PDF Overview

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.

Overview of HTML to PDF for .NET Core.


Convert HTML to PDF using C#

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)

Generate dynamic PDFs from HTML

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.


General information

Powerful and comprehensive API

The comprehensive API makes it possible to convert richly formatted HTML strings or webpages to PDF.

Blazing-fast performance

Optimized for usage in a server environment where speed and low memory usage are critical.

Fully documented

The .NET Core HTML-to-PDF converter includes extensive documentation, a knowledge base, and samples.


HTML-to-PDF conversion

Convert HTML to PDF files in .NET Core.

Convert HTML to PDF files in C

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.

Partial webpage HTML to PDF in .NET Core.

Partial webpage to PDF

A part of a webpage can be converted to PDF based on the HTML tag ID.

Preserves format when converting HTML to PDF in .NET Core.

Preserves format

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.

JavaScript execution in converting HTML to PDF.

JavaScript execution

HTML can be converted to PDF with or without JavaScript execution during conversion.


Hyperlink toggle in converting HTML to PDF in .NET Core.

Hyperlinks can be toggled when converting HTML to PDF documents.

Converting HTML form to PDF form in .NET Core.

HTML form to PDF form

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 created on converting HTML to PDF in .NET Core.

Bookmarks

Bookmarks are created automatically in a PDF document based on the HTML heading tags from <h1> to <h6>.

Table of contents created on converting HTML to PDF in .NET Core.

Table of contents

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.


Converting Windows authentication HTML page to PDF.

Windows authentication

Windows-authenticated webpages can be converted to PDF with a username and password in the converter.

Converting form authentication HTML page to PDF.

Form authentication

Form-authenticated webpages can be converted to PDF by using cookies in the converter settings.

Converting token-based authentication HTML page to PDF.

Token-based authentication

Token-based authenticated webpages can be converted to PDF by using bearer tokens in the converter’s HTTP request header.

HTML to PDF converter supporting media types.

Media type

The .NET Core HTML-to-PDF converter supports both screen and print media types in conversion using C#.


Viewport customization on converting HTML to PDF.

Viewport customization

Convert HTML to PDF based on your desired viewport size.

Proxy setting available in HTML-to-PDF converter.

Proxy

System and manual proxy settings are available to convert HTML to PDF using C#.

Offline conversion support in HTML-to-PDF converter.

Offline conversion

Convert HTML to PDF with the available offline data by ignoring the online resources.

SVG to PDF support in HTML-to-PDF converter in .NET Core.

SVG to PDF

SVG files or SVG elements in HTML can also be converted to PDF.


Awards

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.

Scroll up icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile
Live Chat Icon