Skip to content

Commit 7b8d5d0

Browse files
Merge pull request #1815 from syncfusion-content/993942-ug
993942-ug: Added missing details in PDF library.
2 parents 4d1c476 + 0aaf866 commit 7b8d5d0

23 files changed

+403
-791
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,15 +2558,8 @@
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>
2555-
<li>
2556-
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Windows">Azure App Service (Windows)</a>
2557-
</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>
25612563
<li>
25622564
<a href="/document-processing/pdf/conversions/html-to-pdf/net/Convert-HTML-to-PDF-in-Azure-App-Service-Linux">Azure App Service (Linux)</a>
25632565
</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/conversions/html-to-pdf/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+

Document-Processing/PDF/Conversions/HTML-To-PDF/NET/Convert-HTML-to-PDF-in-Azure-App-Service-Windows.md

Lines changed: 0 additions & 138 deletions
This file was deleted.

0 commit comments

Comments
 (0)