Skip to content

Commit 46eedd2

Browse files
503504: Updated code
1 parent eccb747 commit 46eedd2

17 files changed

Lines changed: 40 additions & 7 deletions

Document-Processing/Web-apis/consume-apis/compress-pdf.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Compress PDF Files Using Syncfusion Web API.
2+
title: Compress PDF Files Using Syncfusion Web API
33
description: Reduce PDF file size with image optimization and structural compression while maintaining visual quality using Syncfusion compression Web API.
44
control: general
55
documentation: UG
@@ -176,6 +176,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
176176

177177
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
178178

179+
**Job Statuses:**
180+
179181
- Queued:
180182

181183
```

Document-Processing/Web-apis/consume-apis/delete-pdf-pages.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
159159

160160
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
161161

162+
**Job Statuses:**
163+
162164
- Queued:
163165

164166
```

Document-Processing/Web-apis/consume-apis/excel-to-pdf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
133133

134134
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
135135

136+
**Job Statuses:**
137+
136138
- Queued:
137139

138140
```

Document-Processing/Web-apis/consume-apis/flatten-pdf.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Flatten PDF Using Syncfusion Web API.
2+
title: Flatten PDFs Using Syncfusion Web API
33
description: Flatten annotations, form fields, and signatures to secure PDF content from editing using Syncfusion high‑security flattening Web API.
44
platform: document-processing
55
control: general
66
documentation: UG
77
---
8-
# Flattening PDF Using Syncfusion Web API
8+
# Flattening PDFs Using Syncfusion Web API
99

1010
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.
1111

@@ -153,6 +153,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
153153

154154
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
155155

156+
**Job Statuses:**
157+
156158
- Queued:
157159

158160
```

Document-Processing/Web-apis/consume-apis/html-to-pdf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
369369

370370
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
371371

372+
**Job Statuses:**
373+
372374
- Queued:
373375

374376
```

Document-Processing/Web-apis/consume-apis/image-to-pdf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
176176

177177
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
178178

179+
**Job Statuses:**
180+
179181
- Queued:
180182

181183
```

Document-Processing/Web-apis/consume-apis/merge-pdf.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: UG
99

1010
The Syncfusion Merge PDF Web API allows you to seamlessly combine multiple PDF documents into a single, unified PDF file using a simple and efficient process. By providing the required PDF files as input to the merge PDF document service, the engine preserves the original content, layout, and formatting of each document while arranging them in the specified order.
1111

12-
## Merge PDF Document
12+
## Merge PDF Documents
1313

1414
To merge PDF documents, send a request to the /v1/edit-pdf/merge endpoint, including both the PDF files as input and the settings as follows:
1515

@@ -163,6 +163,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
163163

164164
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
165165

166+
**Job Statuses:**
167+
166168
- Queued:
167169

168170
```

Document-Processing/Web-apis/consume-apis/ocr-pdf.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: OCR PDF Using Syncfusion Web API.
2+
title: OCR PDF Using Syncfusion Web API
33
description: Convert scanned or image-based PDFs into searchable, selectable text PDFs using Syncfusion OCR Web API with image-enhancement options.
44
control: general
55
documentation: UG
66
---
77

8-
# OCR PDF Using Syncfusion Web API
8+
# OCR PDFs Using Syncfusion Web API
99

1010
The Syncfusion OCR Web API converts scanned or image-based PDF documents into fully searchable and selectable text PDFs. It allows you to submit one or multiple PDF files, configure OCR processing options, and retrieve the output through a job-based processing system. The OCR Web API supports multiple languages and includes image-processing enhancements such as grayscale optimization, contrast adjustment, deskewing, denoising, and binarization—to improve text-recognition accuracy through the OCR settings.
1111

@@ -239,6 +239,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
239239

240240
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
241241

242+
**Job Statuses:**
243+
242244
- Queued:
243245

244246
```

Document-Processing/Web-apis/consume-apis/organize-pdf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
261261

262262
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
263263

264+
**Job Statuses:**
265+
264266
- Queued:
265267

266268
```

Document-Processing/Web-apis/consume-apis/pdf-to-image.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ Console.WriteLine(await response.Content.ReadAsStringAsync());
143143

144144
You will receive one of the following statuses until the job is completed. Upon completion, you will receive the actual output file.
145145

146+
**Job Statuses:**
147+
146148
- Queued:
147149

148150
```

0 commit comments

Comments
 (0)