You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Assemblies Required for HTML to PDF | Syncfusion
3
+
description: This section details the Syncfusion assemblies required to implement HTML-to-PDF conversion functionality using the .NET PDF library.
4
+
platform: document-processing
5
+
control: PDF
6
+
documentation: UG
7
+
keywords: Assemblies
8
+
---
9
+
# Assemblies Required for HTML to PDF Conversion
10
+
11
+
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.
12
+
13
+
<table>
14
+
<thead>
15
+
<tr>
16
+
<th>Platforms</th>
17
+
<th>Assemblies</th>
18
+
</tr>
19
+
</thead>
20
+
<tbody>
21
+
<tr>
22
+
<td>
23
+
WinForms<br/>
24
+
WPF<br/>
25
+
ASP.NET MVC
26
+
</td>
27
+
<td>
28
+
<ul>
29
+
<li>Syncfusion.Compression.Base.dll</li>
30
+
<li>Syncfusion.Pdf.Base.dll</li>
31
+
<li>Syncfusion.HtmlConverter.Base.dll</li>
32
+
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
33
+
</ul>
34
+
</td>
35
+
</tr>
36
+
<tr>
37
+
<td>
38
+
.NET/.NET Core<br/>
39
+
Blazor
40
+
</td>
41
+
<td>
42
+
<ul>
43
+
<li>Syncfusion.Compression.Portable.dll</li>
44
+
<li>Syncfusion.Pdf.Portable.dll</li>
45
+
<li>Syncfusion.HtmlConverter.Portable.dll</li>
46
+
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
47
+
</ul>
48
+
</td>
49
+
</tr>
50
+
</tbody>
51
+
</table>
52
+
53
+
**RETIRED PRODUCTS**
54
+
55
+
<table>
56
+
<thead>
57
+
<tr>
58
+
<th>Platform(s)</th>
59
+
<th>Assembly</th>
60
+
</tr>
61
+
</thead>
62
+
<tbody>
63
+
<tr>
64
+
<td>
65
+
ASP.NET
66
+
</td>
67
+
<td>
68
+
<ul>
69
+
<li>Syncfusion.Compression.Base.dll</li>
70
+
<li>Syncfusion.Pdf.Base.dll</li>
71
+
<li>Syncfusion.HtmlConverter.Base.dll</li>
72
+
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
73
+
</ul>
74
+
</td>
75
+
</tr>
76
+
</tbody>
77
+
</table>
78
+
79
+
N> HTML to PDF conversion is not supported in .NET MAUI, Xamarin, and UWP applications.
Copy file name to clipboardExpand all lines: Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Convert-HTML-to-PDF-in-Azure-App-Service-Linux-with-docker.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ public ActionResult ExportToPDF()
Copy file name to clipboardExpand all lines: Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Convert-HTML-to-PDF-in-Azure-Function-App-Container.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ public IActionResult Run([HttpTrigger(AuthorizationLevel.Anonymous, "get", "post
Copy file name to clipboardExpand all lines: Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Converting-HTML-to-PDF.md
+3-144Lines changed: 3 additions & 144 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ platform: document-processing
5
5
control: PDF
6
6
documentation: UG
7
7
---
8
-
# Converting HTML to PDF
8
+
# Converting HTML to a PDF Document
9
9
10
10
The HTML to PDF converter is a .NET library for converting webpages, SVG, MHTML, and HTML files to PDF using C#. It uses popular rendering engines such as Blink (Google Chrome) and is reliable and accurate. The result preserves all graphics, images, text, fonts, and the layout of the original HTML document or webpage.
11
11
@@ -33,146 +33,6 @@ Syncfusion<sup>®</sup> HTML-to-PDF converter will work seamlessly in various
33
33
* Compatible with .NET Framework 4.5 and above.
34
34
* Compatible with .NET Core 2.0 and above.
35
35
36
-
## Install HTML to PDF .NET library to your project
37
-
38
-
Include the HTML to PDF converter in your project using two approaches.
39
-
* NuGet packages (Recommended)
40
-
* Assemblies.
41
-
42
-
### NuGet Packages Required (Recommended)
43
-
44
-
Directly install the NuGet packages to your .NET application from [nuget.org](https://www.nuget.org/).
45
-
46
-
N> 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.
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.
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.
135
-
136
-
<table>
137
-
<tr>
138
-
<thead>
139
-
<th>
140
-
Platforms</th>
141
-
<th>
142
-
Assemblies
143
-
</th>
144
-
</thead>
145
-
</tr>
146
-
<tr>
147
-
<td>
148
-
WinForms
149
-
WPF
150
-
ASP.NET
151
-
ASP.NET MVC
152
-
</td>
153
-
<td>
154
-
<ul>
155
-
<li>Syncfusion.Compression.Base.dll</li>
156
-
<li>Syncfusion.Pdf.Base.dll</li>
157
-
<li>Syncfusion.HtmlConverter.Base.dll</li>
158
-
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
159
-
</ul>
160
-
</td></tr>
161
-
<tr>
162
-
<td>
163
-
.NET/.NET Core
164
-
Blazor
165
-
</td>
166
-
<td>
167
-
<ul>
168
-
<li>Syncfusion.Compression.Portable.dll</li>
169
-
<li>Syncfusion.Pdf.Portable.dll</li>
170
-
<li>Syncfusion.HtmlConverter.Portable.dll</li>
171
-
<li>Newtonsoft.Json package (v13.0.1 or above)</li>
172
-
</ul>
173
-
</td></tr>
174
-
</table>
175
-
176
36
## Get Started with HTML to PDF conversion
177
37
178
38
### Convert HTML to PDF in C#
@@ -213,10 +73,9 @@ blinkConverterSettings.ViewPortSize = new Syncfusion.Drawing.Size(1280, 0);
0 commit comments