Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 21 additions & 8 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2328,6 +2328,9 @@
<li>
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/Linux">Linux</a>
</li>
<li>
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/Amazon-Linux-EC2-Setup-Guide">Amazon Linux EC2</a>
</li>
<li>
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/mac">Mac</a>
</li>
Expand Down Expand Up @@ -2526,6 +2529,12 @@
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Converting-HTML-to-PDF">Overview</a>
</li>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Assemblies-Required">Assemblies Required</a>
</li>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/NuGet-Packages-Required">NuGet Packages Required</a>
</li>
<li>Getting Started
<ul>
<li>
Expand All @@ -2549,15 +2558,8 @@
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/mac">Mac</a>
</li>
<li>
Azure
<li>Azure
<ul>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Windows">Azure App Service (Windows)</a>
</li>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-Functions-Windows">Azure Functions (Windows)</a>
</li>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Linux">Azure App Service (Linux)</a>
</li>
Expand All @@ -2584,11 +2586,22 @@
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk">AWS Elastic Beanstalk</a>
</li>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Amazon-ECS-with-Fargate">AWS Fargate (ECS)</a>
</li>
</ul>
</li>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/docker">Docker</a>
</li>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-GCP">Google Cloud Platform (GCP)</a>
<ul>
<li>
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Google-App-Engine">Google App Engine</a>
</li>
</ul>
</li>
</ul>
</li>
<li>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
---
title: Assemblies Required for HTML to PDF | Syncfusion
description: This section details the Syncfusion assemblies required to implement HTML-to-PDF conversion functionality using the .NET PDF library.
platform: document-processing
control: PDF
documentation: UG
keywords: Assemblies
---
# Assemblies Required for HTML to PDF Conversion

Get the following required assemblies by downloading the HTML converter installer. Download and install the HTML converter for [Windows](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/advanced-installation#windows), [Linux](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/advanced-installation#linux), and [Mac](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/advanced-installation#mac) respectively. Please refer to the [advanced installation](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/advanced-installation) steps for more details.

<table>
<thead>
<tr>
<th>Platforms</th>
<th>Assemblies</th>
</tr>
</thead>
<tbody>
<tr>
<td>
WinForms<br/>
WPF<br/>
ASP.NET MVC
</td>
<td>
<ul>
<li>Syncfusion.Compression.Base.dll</li>
<li>Syncfusion.Pdf.Base.dll</li>
<li>Syncfusion.HtmlConverter.Base.dll</li>
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
</ul>
</td>
</tr>
<tr>
<td>
.NET/.NET Core<br/>
Blazor
</td>
<td>
<ul>
<li>Syncfusion.Compression.Portable.dll</li>
<li>Syncfusion.Pdf.Portable.dll</li>
<li>Syncfusion.HtmlConverter.Portable.dll</li>
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
</ul>
</td>
</tr>
</tbody>
</table>

**RETIRED PRODUCTS**

<table>
<thead>
<tr>
<th>Platform(s)</th>
<th>Assembly</th>
</tr>
</thead>
<tbody>
<tr>
<td>
ASP.NET
</td>
<td>
<ul>
<li>Syncfusion.Compression.Base.dll</li>
<li>Syncfusion.Pdf.Base.dll</li>
<li>Syncfusion.HtmlConverter.Base.dll</li>
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
</ul>
</td>
</tr>
</tbody>
</table>

N> HTML to PDF conversion is not supported in .NET MAUI, Xamarin, and UWP applications.

This file was deleted.

Loading