Skip to content

Commit eb0fc51

Browse files
984540: JS documentation restructuring - Resolved front matter and spelling errors
1 parent 89348b0 commit eb0fc51

File tree

11 files changed

+16
-18
lines changed

11 files changed

+16
-18
lines changed

Document-Processing/PDF/PDF-Viewer/javascript-es5/accessibility.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Accessibility in JavaScript PDF Viewer | Syncfusion
4-
description: Learn about accessibility in the Syncfusion JavaScript PDF Viewer, including compliance with WCAG 2.2, Section 508, ADA standards, and keyboard navigation support.
5-
platform: JavaScript
4+
Description: Learn about accessibility in Syncfusion JavaScript PDF Viewer - WCAG 2.2, Section 508, ADA, and keyboard navigation support.
5+
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Accessibility in Syncfusion PDF Viewer components
11+
# Accessibility in Syncfusion JavaScript ES5 PDF Viewer components
1212

1313
The PDF Viewer component follows established accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/), and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
1414

Document-Processing/PDF/PDF-Viewer/javascript-es5/annotations/comments.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Comments in JavaScript PDF Viewer control | Syncfusion
44
description: Learn about comments, replies, and status in the Syncfusion JavaScript PDF Viewer control (Essential JS 2).
55
platform: document-processing
66
control: PDF Viewer
7-
publishingplatform: Javascript
87
documentation: ug
98
domainurl: ##DomainURL##
109
---

Document-Processing/PDF/PDF-Viewer/javascript-es5/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ control: PDF Viewer
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
10-
# Download in Javascript Pdfviewer control
10+
# Download in JavaScript Pdfviewer control
1111

1212
The PDF Viewer supports downloading the loaded PDF file. You can enable/disable the download using the following code snippet.
1313

Document-Processing/PDF/PDF-Viewer/javascript-es5/event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Events in JavaScript PDF Viewer
1212

13-
The PDF Viewer component triggers events for creation, page navigation, document lifecycle, context menu interactions, comments, bookmarks, download and export, hyperlinks, annotation import/export, custom keyboard commands, printing, signatures, text search, and text selection. Use these events to integrate custom logic into application workflows.
13+
The PDF Viewer component triggers events for creation, page navigation, document life cycle, context menu interactions, comments, bookmarks, download and export, hyperlinks, annotation import/export, custom keyboard commands, printing, signatures, text search, and text selection. Use these events to integrate custom logic into application workflows.
1414

1515
The following table lists commonly used events supported by the PDF Viewer component:
1616

Document-Processing/PDF/PDF-Viewer/javascript-es5/form-filling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Form filling in JavaScript PDF Viewer | Syncfusion
4-
description: Learn how to view, fill, export, and import PDF form fields using the Syncfusion JavaScript PDF Viewer, including disabling interaction and working with signatures.
4+
description: View, fill, export, and import PDF form fields in Syncfusion JavaScript PDF Viewer, with signature support and interaction control.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/javascript-es5/getting-started-with-server-backed.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
layout: post
3-
title: Getting started with JavaScript PDF Viewer (server-backed) | Syncfusion
4-
description: Learn how to set up and use the Syncfusion JavaScript PDF Viewer in server-backed mode using CDN resources, including module injection and web service configuration.
3+
title: Server-backed JavaScript PDF Viewer | Syncfusion
4+
description: Learn how to set up and use the Syncfusion JavaScript PDF Viewer in server-backed mode using CDN resources, injecting modules and web service configuration.
55
platform: document-processing
66
control: PDF Viewer
7-
publishingplatform: JavaScript
87
documentation: ug
98
domainurl: ##DomainURL##
109
---

Document-Processing/PDF/PDF-Viewer/javascript-es5/how-to/add-annotation-in-text-search-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Add rectangle annotation from textSearch in JavaScript PDF Viewer | Syncfusion
3+
title: Add rectangle annotation via textSearch | Syncfusion PDF Viewer
44
description: Learn to add rectangle annotations using text search bounds in the JavaScript PDF Viewer component, including initialization and search controls.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/javascript-es5/how-to/add-header-value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Add header values to AJAX requests in JavaScript PDF Viewer | Syncfusion
3+
title: Add header values to AJAX requests | Syncfusion PDF Viewer
44
description: Learn how to include custom headers in PDF Viewer AJAX requests using ajaxRequestSettings and ajaxHeaders in the JavaScript PDF Viewer component.
55
platform: document-processing
66
control: PDF Viewer

Document-Processing/PDF/PDF-Viewer/javascript-es5/how-to/add-new-page-to-the-pdf-document.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Add a new page to a PDF document in JavaScript PDF Viewer control | Syncfusion
3+
title: Add new page to PDF document - Syncfusion JavaScript PDF Viewer
44
description: Learn how to append a new page to a loaded PDF document in the Syncfusion JavaScript PDF Viewer control using the PDF library service.
55
platform: document-processing
66
control: PDF Viewer
@@ -12,9 +12,9 @@ domainurl: ##DomainURL##
1212

1313
The JavaScript PDF Viewer library can append a blank page to any loaded PDF document through the accompanying PDF library service.
1414

15-
**Step 1:** Follow the guidance in the [Getting started with the JavaScript PDF Viewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es5/getting-started/) article to configure a working sample.
15+
**Step 1:** Follow the guidance in the [Getting started with the JavaScript PDF Viewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es5/getting-started) article to configure a working sample.
1616

17-
**Step 2:** Complete the web service setup by using this [guide](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es5/how-to/create-pdfviewer-service/).
17+
**Step 2:** Complete the web service setup by using this [guide](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es5/how-to/create-pdfviewer-service).
1818

1919
**Step 3:** Add the following controller action to insert a new page into the loaded PDF document before returning it to the viewer.
2020

Document-Processing/PDF/PDF-Viewer/javascript-es5/how-to/add-save-button-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Add Save button to the built-in toolbar in JavaScript PDF Viewer | Syncfusion
3+
title: Add Save button to toolbar in Syncfusion JavaScript PDF Viewer
44
description: Learn how to add, show, hide, enable, and disable a custom Save button in the built-in toolbar of the JavaScript PDF Viewer component.
55
platform: document-processing
66
control: Toolbar

0 commit comments

Comments
 (0)