Skip to content

Commit fec850a

Browse files
1009207: Updated requested suggestion in Video URL
1 parent 9d161bd commit fec850a

7 files changed

Lines changed: 3 additions & 15 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ 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.
17+
Check out the following video to learn how to organize pages in a PDF document with the React PDF Viewer.
1818
{% youtube "https://www.youtube.com/watch?v=08kPdR0AZQk" %}
1919

2020
The Organize Pages panel supports the following actions:

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ 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-
1815
## Enable or disable the page organizer
1916

2017
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ 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-
1815
## Rotating PDF pages
1916

2017
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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ 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-
2017
## Key Features
2118

2219
**Add Form Fields**

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ 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-
3027
## Fill PDF forms programmatically
3128

3229
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.
15+
Check out the following video to learn how to use the Form Fields in the React PDF Viewer.
1616
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
1717

1818
This section explains how to:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.
16+
Check out the following video to learn how to use the Form Fields in the React PDF Viewer.
1717
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
1818

1919
## Filling PDF Forms

0 commit comments

Comments
 (0)