Syncfusion AI Assistant

How can I help you?

NuGet Packages Required for HTML to PDF

19 Nov 20251 minute to read

For converting HTML to PDF file, the following NuGet packages need to to be installed in your .NET application from nuget.org.

NOTE

The HTML to PDF converter library internally uses the Blink rendering engine for the conversion. The binaries will differ for Windows, Linux, Mac, and AWS. So, separate packages are provided based on OS. Include the packages based on your requirement.

Platform(s) NuGet Package
Windows (.NET Core, .NET8, and .NET9)

Syncfusion.HtmlToPdfConverter.Net.Windows.nupkg

Linux (.NET Core, .NET8, and .NET9)

Syncfusion.HtmlToPdfConverter.Net.Linux.nupkg

Mac (.NET Core, .NET8, and .NET9)

Syncfusion.HtmlToPdfConverter.Net.Mac.nupkg

AWS (.NET Core, .NET8, and .NET9)

Syncfusion.HtmlToPdfConverter.Net.Aws.nupkg

Use the following packages for .NET Framework targeted applications. If you are using other Syncfusion libraries or components, use the HTML to PDF converter library with the same platform packages.

Platform(s) NuGet Package
Windows Forms

Syncfusion.HtmlToPdfConverter.WinForms.nupkg

WPF

Syncfusion.HtmlToPdfConverter.Wpf.nupkg

ASP.NET MVC

Syncfusion.HtmlToPdfConverter.AspNet.Mvc5.nupkg

RETIRED PRODUCTS

Platform(s) NuGet Package
ASP.NET

Syncfusion.HtmlToPdfConverter.AspNet.nupkg

NOTE

  1. HTML to PDF conversion is not supported in .NET MAUI, Xamarin, and UWP applications.
  2. Starting with v21.1.XX, The package structure is changed if you reference Syncfusion® HTML to the PDF library from the NuGet feed. The Blink binaries paths are automatically added and do not need to add it manually. However, if you need to refer the blink binaries paths in your application manually, please use the BlinkPath in BlinkConverterSettings. Get the BlinkBinaries from the NuGet package runtime folder or get the binaries by installing the HTML converter installer.