webConvert HTML to PDF in ASP.NET Core using the HTML-to-PDF Library

Arun Raj
1 min readMay 16, 2023

--

Learn how to integrate the Syncfusion’ s HTML-to-PDF converter in an ASP.NET Core application. In this video, we will demonstrate how to convert an invoice URL to a PDF document. The HTML to PDF library is a .NET library. It accurately converts HTML to PDF while maintaining the original document’s layout, formatting, styling, images, fonts, and other graphical elements.

This tool allows you to generate dynamic PDF reports using HTML templates. You can easily convert HTML forms to PDF forms. The HTML to PDF converter fully supports all major cloud platforms, including AWS, and Microsoft Azure. The converter works on Windows, Mac, and Linux operating systems, making it easy to use on any platform.

Product overview: https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf

Explore our tutorial videos: https://www.syncfusion.com/tutorial-videos

Example project: https://github.com/SyncfusionExamples/html-to-pdf-converter-aspnet-core

--

--