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) | |
| Linux (.NET Core, .NET8, and .NET9) | |
| Mac (.NET Core, .NET8, and .NET9) | |
| AWS (.NET Core, .NET8, and .NET9) |
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 | |
| WPF | |
| ASP.NET MVC |
RETIRED PRODUCTS
| Platform(s) | NuGet Package |
|---|---|
| ASP.NET |
NOTE
- HTML to PDF conversion is not supported in .NET MAUI, Xamarin, and UWP applications.
- 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.