Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@
</ul>
</li>
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/interaction-mode">Interaction Mode</a></li>
<li>Form Designer
<li>Forms
<ul>
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/forms/overview">Overview</a></li>
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/forms/form-filling">Fill form fields</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ The Angular PDF Viewer component provides an Organize Pages panel that helps you

To open the Organize Pages panel, load a document, ensure that the Organize Pages toolbar item is enabled, and choose **Organize Pages** from the left vertical toolbar. The document must allow page-level edits; otherwise, the toolbar item is hidden.

Check out the following video to learn how to organize pages in a PDF document with the React PDF Viewer.
{% youtube "https://www.youtube.com/watch?v=08kPdR0AZQk" %}

The Organize Pages panel supports the following actions:

* **Rotate pages**: Fix page orientation in 90-degree increments to correct scanned pages.
Expand Down

This file was deleted.

3 changes: 3 additions & 0 deletions Document-Processing/PDF/PDF-Viewer/react/forms/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ The Syncfusion PDF Viewer delivers a complete, easy-to-use PDF forms experience.

The viewer also includes smooth import and export support for form data, making integration effortless. Developers benefit from extensive API control, while end users enjoy a clean and simple interface designed for a seamless and stress-free form-filling experience.

Check out the following video to learn how to use the Form Fields in the React PDF Viewer.
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}

## Filling PDF Forms

Experience effortless PDF form filling through a clean, intuitive UI or automated workflows using powerful APIs. Flexible form data import and export support ensures smooth and efficient operations when working with PDF forms.
Expand Down