Skip to content

Commit 4aed566

Browse files
committed
1001393-ug: Added proper API link changes.
1 parent 5c887d2 commit 4aed566

3 files changed

Lines changed: 57 additions & 57 deletions

File tree

Document-Processing/PDF/PDF-Library/NET/Working-with-Document-Conversions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ Refer the below code snippet to draw a single frame monochrome TIFF image with J
993993
<th style="font-size:14px">Compression Applied</th>
994994
<tr>
995995
<td>Default</td>
996-
<td>All images</td>
996+
<td>Non-TIFF images</td>
997997
<td>Applies <b>Deflate (DEFLATE)</b> compression to monochrome, grayscale, and color images.</td>
998998
</tr>
999999
<tr>
@@ -1003,7 +1003,7 @@ Refer the below code snippet to draw a single frame monochrome TIFF image with J
10031003
</tr>
10041004
<tr>
10051005
<td>JBIG2</td>
1006-
<td>All images</td>
1006+
<td>Monochrome (bi-level)</td>
10071007
<td>Supported only in lossy mode and only for single-frame TIFF images.</td>
10081008
</tr>
10091009
</table>
@@ -1076,7 +1076,7 @@ N> 2. By default, all monochrome images will be compressed in CITTT4 compression
10761076

10771077
The XPS (XML Paper Specification) document format is a fixed document format which consists of structured XML markup that defines the layout of a document and the visual appearance of each page, along with rendering rules for distributing, archiving, rendering, processing and printing the documents.
10781078

1079-
Essential<sup>&reg;</sup> PDF provides support for converting XPS to PDF using [XPSToPdfConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Base~Syncfusion.XPS.XPSToPdfConverter.html) class.
1079+
Essential<sup>&reg;</sup> PDF provides support for converting XPS to PDF using [XPSToPdfConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.XPS.XPSToPdfConverter.html) class.
10801080

10811081
The below code illustrates how to convert XPS to PDF.
10821082

@@ -1400,7 +1400,7 @@ N> To know more about PdfToImageConverter and features it provides, please refer
14001400

14011401
## HTML to PDF
14021402

1403-
The [HTML to PDF converter library](https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf) supports converting web pages and HTML content into high-quality PDF documents.
1403+
The [HTML to PDF converter library](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) supports converting web pages and HTML content into high-quality PDF documents.
14041404

14051405
**Learn more about the features supported in HTML to PDF conversion here**: [HTML to PDF Features](https://help.syncfusion.com/document-processing/pdf/conversions/html-to-pdf/net/features)
14061406

@@ -1464,7 +1464,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
14641464

14651465
## SVG to PDF
14661466

1467-
The [HTML to PDF converter library](https://www.syncfusion.com/document-processing/pdf-framework/net/html-to-pdf) supports converting the SVG to PDF document. Please refer to the following code example.
1467+
The [HTML to PDF converter library](https://www.syncfusion.com/document-sdk/net-pdf-library/html-to-pdf) supports converting the SVG to PDF document. Please refer to the following code example.
14681468

14691469
{% tabs %}
14701470

0 commit comments

Comments
 (0)