Skip to content

Commit f17577c

Browse files
1009207: Updated Video URL in React Forms, Angular Organize Pages
1 parent 9eda08b commit f17577c

7 files changed

Lines changed: 21 additions & 0 deletions

File tree

Document-Processing/PDF/PDF-Viewer/angular/organize-pages/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ The Angular PDF Viewer component provides an Organize Pages panel that helps you
1414

1515
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.
1616

17+
Check the following video to learn how to organize pages in PDF Document in React PDF Viewer.
18+
{% youtube "https://www.youtube.com/watch?v=08kPdR0AZQk" %}
19+
1720
The Organize Pages panel supports the following actions:
1821

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

Document-Processing/PDF/PDF-Viewer/angular/organize-pages/programmatic-support.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ domainurl: ##DomainURL##
1212

1313
The PDF Viewer provides comprehensive programmatic support for organizing pages, allowing you to integrate and manage PDF functionalities directly within your application. This section details the available APIs to enable, control, and interact with the page organization features.
1414

15+
Check the following video to learn how to organize pages in PDF Document in React PDF Viewer.
16+
{% youtube "https://www.youtube.com/watch?v=08kPdR0AZQk" %}
17+
1518
## Enable or disable the page organizer
1619

1720
The page organizer feature can be enabled or disabled using the `enablePageOrganizer` property. By default, this feature is enabled.

Document-Processing/PDF/PDF-Viewer/angular/organize-pages/ui-interactions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ domainurl: ##DomainURL##
1212

1313
The PDF Viewer provides an intuitive user interface for managing and organizing pages within a PDF document. This section covers the various UI interactions available in the `Organize Pages` dialog.
1414

15+
Check the following video to learn how to organize pages in PDF Document in React PDF Viewer.
16+
{% youtube "https://www.youtube.com/watch?v=08kPdR0AZQk" %}
17+
1518
## Rotating PDF pages
1619

1720
You can adjust the orientation of pages to ensure proper alignment. The rotate icon in the Organize Pages dialog provides the following options:

Document-Processing/PDF/PDF-Viewer/react/forms/form-designer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ When **Form Designer mode** is enabled in the Syncfusion [React PDF Viewer](http
1414

1515
Using the Form Designer UI, users can place form fields on the PDF, move and resize them, configure field and widget properties, preview the designed form, and remove fields when required. The Form Designer toolbar can also be shown or hidden and customized to control the available tools based on application requirements, enabling flexible and interactive form design directly within the viewer.
1616

17+
Check the following video to learn how to work with form Designer in React PDF Viewer.
18+
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
19+
1720
## Key Features
1821

1922
**Add Form Fields**

Document-Processing/PDF/PDF-Viewer/react/forms/form-filling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ The Syncfusion PDF Viewer supports three types of form-filling:
2424

2525
The PDF Viewer allows you to import form field data into an existing PDF document. This enables pre filled forms using external data sources.
2626

27+
Check the following video to learn how to work with form filling in React PDF Viewer.
28+
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
29+
2730
## Fill PDF forms programmatically
2831

2932
You can update the values of PDF form fields programmatically using the [updateFormFieldsValue](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/index-default#updateformfieldsvalue) API. This method allows you to set or modify form field values dynamically based on application logic, without user interaction.

Document-Processing/PDF/PDF-Viewer/react/forms/overview-create-forms.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ documentation: ug
1212
The [React PDF Viewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/react/overview) allows you to create interactive PDF form fields, update their behavior and appearance, and remove them when they are no longer needed.
1313
All form field operations can be performed using either the [Form Designer user interface (UI)](https://document.syncfusion.com/demos/pdf-viewer/react/#/tailwind3/pdfviewer/form-designer) or [React APIs.](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/overview)
1414

15+
Check the following video to learn how to work with form Designer in React PDF Viewer.
16+
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
17+
1518
This section explains how to:
1619

1720
- [Create PDF form fields](./manage-form-fields/create-form-fields)

Document-Processing/PDF/PDF-Viewer/react/forms/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ The Syncfusion PDF Viewer delivers a complete, easy-to-use PDF forms experience.
1313

1414
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.
1515

16+
Check the following video to learn how to work with form Designer in React PDF Viewer.
17+
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
18+
1619
## Filling PDF Forms
1720

1821
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.

0 commit comments

Comments
 (0)