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
Copy file name to clipboardExpand all lines: Document-Processing/Web-apis/consume-apis/compress-pdf.md
+39-7Lines changed: 39 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title: Compress PDF Files Using Syncfusion Web API
2
+
title: Compress PDF Files Using Syncfusion Web API
3
3
description: Reduce PDF file size with image optimization and structural compression while maintaining visual quality using Syncfusion compression Web API.
4
4
control: general
5
5
documentation: UG
6
6
---
7
-
# Guide to Compressing PDF Files with Syncfusion API
7
+
# Compressing PDF Files Using Syncfusion Web API
8
8
9
-
The Compress PDF API allows you to reduce the size of a PDF document with various compression options.
9
+
The Syncfusion Compress PDF Web API reduces the file size of PDF documents while maintaining acceptable visual quality. It optimizes images, fonts, metadata, and internal structures, producing smaller PDFs that are easier to store, share, and distribute. This is especially useful for email sharing, web delivery, and document archiving.
10
10
11
-
## Flatten PDF Document
11
+
## Compress PDF Document
12
12
13
13
To compress a PDF document, send a request to the /v1/edit-pdf/compress endpoint with the input PDF file and compression options as shown below.
Copy file name to clipboardExpand all lines: Document-Processing/Web-apis/consume-apis/delete-pdf-pages.md
+25-5Lines changed: 25 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ platform: document-processing
5
5
control: general
6
6
documentation: UG
7
7
---
8
-
# How to Delete Pages from a PDF Using Syncfusion API
8
+
# Delete Pages from PDF Using Syncfusion Web API
9
9
10
-
This feature allows you to delete pages in a PDF document. To perform this operation, you need to supply a PDF document as input to the Delete Pages API.
10
+
The Syncfusion Delete PDF Pages Web API allows you to remove unwanted pages from a PDF document using a simple, API‑driven workflow. You can delete specific pages or page ranges while preserving the original layout, formatting, and quality of the remaining content. This feature is ideal for refining documents, removing sensitive information, or creating customized PDFs for specific use cases.
Copy file name to clipboardExpand all lines: Document-Processing/Web-apis/consume-apis/excel-to-pdf.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ platform: document-processing
5
5
control: general
6
6
documentation: UG
7
7
---
8
-
# Guide to Excel to PDF Conversion Using Syncfusion API
8
+
# Converting Excel to PDF Using Syncfusion Web API
9
9
10
-
Converting an Excel document to PDF is simple. Customize conversion settings, like accessibility and archiving options, to suit your needs.
10
+
The Syncfusion Excel to PDF Web API allows you to convert Excel workbooks into well‑formatted, high‑quality PDF files while preserving the structure and readability of worksheets. It supports accurate rendering of data such as tables, formulas (as values), charts, images, and multi‑sheet layouts in the resulting PDF. The conversion can be customized with options like accessibility tagging for assistive technologies and PDF/A compliance for long‑term archiving.
Copy file name to clipboardExpand all lines: Document-Processing/Web-apis/consume-apis/flatten-pdf.md
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
-
title: Flatten PDF Using Syncfusion Web API
2
+
title: Flatten PDFs Using Syncfusion Web API
3
3
description: Flatten annotations, form fields, and signatures to secure PDF content from editing using Syncfusion high‑security flattening Web API.
4
4
platform: document-processing
5
5
control: general
6
6
documentation: UG
7
7
---
8
-
# Guide to Flattening PDFs Using Syncfusion API
8
+
# Flattening PDFs Using Syncfusion Web API
9
9
10
-
This feature enables you to flatten annotations and form fields in a PDF document. To use this functionality, you need to provide a PDF document as input to the Flatten PDF API.
10
+
The Syncfusion Flatten PDF Web API enables you to permanently embed annotations and form field data into the PDF content. All interactive elements—such as form fields, comments, and highlights—are converted into static, non‑editable content while preserving the document’s appearance. This ensures consistent viewing across devices and makes the PDF suitable for final distribution, archiving, and compliance with workflows.
11
11
12
-
## Flatten PDF Document
12
+
## Flatten PDF Documents
13
13
14
14
To flatten a PDF document, send a request to the /v1/edit-pdf/flatten endpoint with the input PDF and its options as shown below.
Copy file name to clipboardExpand all lines: Document-Processing/Web-apis/consume-apis/html-to-pdf.md
+77-3Lines changed: 77 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ platform: document-processing
5
5
control: general
6
6
documentation: UG
7
7
---
8
-
# Guide to Converting HTML to PDF Using Syncfusion API
8
+
# Converting HTML to PDF Using Syncfusion Web API
9
9
10
-
With the Syncfusion document processing engine, you can easily convert an HTML template or URL to a PDF document. To convert an HTML template to a PDF document, you need to provide both the HTML template file and its assets.
10
+
The Syncfusion HTML to PDF Web API allows you to convert web content into high‑quality PDF documents. It supports converting both static HTML templates and live web pages via URLs, ensuring accurate rendering of layouts, styles, images, and fonts. When converting an HTML template, you need to provide the main HTML file along with its dependent assets such as CSS files, images, fonts, and scripts, so the engine can fully render the content as it appears in a browser.
0 commit comments