Skip to content

Commit 022c810

Browse files
committed
993942-ug: Added missing details in PDF library.
1 parent 4d1c476 commit 022c810

File tree

3 files changed

+213
-8
lines changed

3 files changed

+213
-8
lines changed

Document-Processing-toc.html

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,6 +2328,9 @@
23282328
<li>
23292329
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/Linux">Linux</a>
23302330
</li>
2331+
<li>
2332+
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/Amazon-Linux-EC2-Setup-Guide">Amazon Linux EC2</a>
2333+
</li>
23312334
<li>
23322335
<a href="/document-processing/pdf/pdf-library/net/Working-with-OCR/mac">Mac</a>
23332336
</li>
@@ -2526,6 +2529,12 @@
25262529
<li>
25272530
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Converting-HTML-to-PDF">Overview</a>
25282531
</li>
2532+
<li>
2533+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Assemblies-Required">Assemblies Required</a>
2534+
</li>
2535+
<li>
2536+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/NuGet-Packages-Required">NuGet Packages Required</a>
2537+
</li>
25292538
<li>Getting Started
25302539
<ul>
25312540
<li>
@@ -2549,21 +2558,14 @@
25492558
<li>
25502559
<a href="/document-processing/pdf/conversions/html-to-pdf/net/mac">Mac</a>
25512560
</li>
2552-
<li>
2553-
Azure
2561+
<li>Azure
25542562
<ul>
25552563
<li>
25562564
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Windows">Azure App Service (Windows)</a>
25572565
</li>
2558-
<li>
2559-
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-Functions-Windows">Azure Functions (Windows)</a>
2560-
</li>
25612566
<li>
25622567
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Linux">Azure App Service (Linux)</a>
25632568
</li>
2564-
<li>
2565-
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-Functions-Linux">Azure Functions (Linux)</a>
2566-
</li>
25672569
<li>
25682570
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Linux-with-docker">Azure App Service (Linux Docker)</a>
25692571
</li>
@@ -2584,11 +2586,22 @@
25842586
<li>
25852587
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-AWS-Elastic-Beanstalk">AWS Elastic Beanstalk</a>
25862588
</li>
2589+
<li>
2590+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Amazon-ECS-with-Fargate">AWS Fargate (ECS)</a>
2591+
</li>
25872592
</ul>
25882593
</li>
25892594
<li>
25902595
<a href="/document-processing/pdf/conversions/html-to-pdf/net/docker">Docker</a>
25912596
</li>
2597+
<li>
2598+
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-GCP">Google Cloud Platform (GCP)</a>
2599+
<ul>
2600+
<li>
2601+
<a href="/document-processing/pdf/pdf-library/net/Convert-HTML-to-PDF-in-Google-App-Engine">Google App Engine</a>
2602+
</li>
2603+
</ul>
2604+
</li>
25922605
</ul>
25932606
</li>
25942607
<li>
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
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.
80+
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
title: NuGet Packages for HTML to PDF | Syncfusion
3+
description: This section outlines the NuGet packages required to perform HTML to PDF conversion using the Syncfusion PDF library across various platforms
4+
platform: document-processing
5+
control: PDF
6+
documentation: UG
7+
---
8+
# NuGet Packages Required for HTML to PDF
9+
10+
For converting HTML to PDF file, the following NuGet packages need to to be installed in your .NET application from [nuget.org](https://www.nuget.org/).
11+
12+
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.
13+
14+
<table>
15+
<tr>
16+
<thead>
17+
<th><b>Platform(s)</b></th>
18+
<th><b>NuGet Package</b></th>
19+
</thead>
20+
</tr>
21+
<tr>
22+
<td>
23+
Windows (.NET Core, .NET8, and .NET9)
24+
</td>
25+
<td>
26+
{{'[Syncfusion.HtmlToPdfConverter.Net.Windows.nupkg](https://www.nuget.org/packages/Syncfusion.HtmlToPdfConverter.Net.Windows/)'| markdownify }}
27+
</td>
28+
</tr>
29+
<tr>
30+
<td>
31+
Linux (.NET Core, .NET8, and .NET9)
32+
</td>
33+
<td>
34+
{{'[Syncfusion.HtmlToPdfConverter.Net.Linux.nupkg](https://www.nuget.org/packages/Syncfusion.HtmlToPdfConverter.Net.Linux/)'| markdownify }}
35+
</td>
36+
</tr>
37+
<tr>
38+
<td>
39+
Mac (.NET Core, .NET8, and .NET9)
40+
</td>
41+
<td>
42+
{{'[Syncfusion.HtmlToPdfConverter.Net.Mac.nupkg](https://www.nuget.org/packages/Syncfusion.HtmlToPdfConverter.Net.Mac/)'| markdownify }}
43+
</td>
44+
</tr>
45+
<tr>
46+
<td>
47+
AWS (.NET Core, .NET8, and .NET9)
48+
</td>
49+
<td>
50+
{{'[Syncfusion.HtmlToPdfConverter.Net.Aws.nupkg](https://www.nuget.org/packages/Syncfusion.HtmlToPdfConverter.Net.Aws/)'| markdownify }}
51+
</td>
52+
</tr>
53+
</table>
54+
55+
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.
56+
57+
<table>
58+
<tr>
59+
<thead>
60+
<th><b>Platform(s)</b></th>
61+
<th><b>NuGet Package</b></th>
62+
</thead>
63+
</tr>
64+
<tr>
65+
<td>
66+
Windows Forms
67+
</td>
68+
<td>
69+
{{'[Syncfusion.HtmlToPdfConverter.WinForms.nupkg](https://www.nuget.org/packages/Syncfusion.HtmlToPdfConverter.WinForms/)'| markdownify }}
70+
</td>
71+
</tr>
72+
<tr>
73+
<td>
74+
WPF
75+
</td>
76+
<td>
77+
{{'[Syncfusion.HtmlToPdfConverter.Wpf.nupkg](https://www.nuget.org/packages/Syncfusion.HtmlToPdfConverter.Wpf/)'| markdownify }}
78+
</td>
79+
</tr>
80+
<tr>
81+
<td>
82+
ASP.NET MVC
83+
</td>
84+
<td>
85+
{{'[Syncfusion.HtmlToPdfConverter.AspNet.Mvc5.nupkg](https://www.nuget.org/packages/Syncfusion.HtmlToPdfConverter.AspNet.Mvc5/)'| markdownify }}
86+
</td>
87+
</tr>
88+
</table>
89+
90+
### RETIRED PRODUCTS
91+
92+
<table>
93+
<thead>
94+
<tr>
95+
<th>Platform(s)</th>
96+
<th>NuGet Package</th>
97+
</tr>
98+
</thead>
99+
<tbody>
100+
<tr>
101+
<td>
102+
ASP.NET
103+
</td>
104+
<td>
105+
{{'[Syncfusion.HtmlToPdfConverter.AspNet.nupkg](https://www.nuget.org/packages/Syncfusion.HtmlToPdfConverter.AspNet/)'| markdownify }}
106+
</td>
107+
</tr>
108+
</tbody>
109+
</table>
110+
111+
N> 1. HTML to PDF conversion is not supported in .NET MAUI, Xamarin, and UWP applications.
112+
N> 2. Starting with v21.1.XX, The package structure is changed if you reference Syncfusion<sup>&reg;</sup> 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.

0 commit comments

Comments
 (0)