Skip to content
Open
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
25 changes: 23 additions & 2 deletions Document-Processing/PDF/PDF-Library/NET/NuGet-Packages-Required.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ N> 2. From the Essential Studio<sup>&reg;</sup> 2018 Volume 3 release(v16.3.0.21

For advanced PDF features like compression, redaction, PDF/A conversion, image extraction, and OCR, include the corresponding Syncfusion<sup>&reg;</sup> imaging package in your .NET Core applications:


<table>
<thead>
<tr>
Expand Down Expand Up @@ -160,6 +159,29 @@ For advanced PDF features like compression, redaction, PDF/A conversion, image e
</tbody>
</table>

### Converting XPS to PDF

To convert XPS documents to PDF, install the following required NuGet packages in your .NET application.

<table>
<thead>
<tr>
<th>Platform(s)</th>
<th>NuGet Package</th>
</tr>
</thead>
<tbody>
<tr>
<td>
ASP.NET Core
</td>
<td>
{{'[Syncfusion.XpsToPdfConverter.Net.Core.nupkg](https://www.nuget.org/packages/Syncfusion.XpsToPdfConverter.Net.Core)'| markdownify }}
</td>
</tr>
</tbody>
</table>

### Additional NuGet packages required for Linux

The SkiaSharp native assets NuGet package is required as additional dependency in your application created for deploying in Linux environments. There are 2 types of NuGet packages, please choose the correct NuGet package based on your Linux environment.
Expand All @@ -182,7 +204,6 @@ The following table illustrates the native assets NuGet package with their match
Common Linux distributions such as Ubuntu, Alpine, CentOS, Debian, Fedora, and RHEL
Azure App Service
Google App Engine

</td>
</tr>
<tr>
Expand Down