Skip to content

Commit 57803a5

Browse files
Merge pull request #2036 from syncfusion-content/1234-videorefReactPdf
1234: Updated Video Reference form fields and form Designer for React PDF Viewer
2 parents d2b0e98 + 6105570 commit 57803a5

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

Document-Processing/PDF/PDF-Viewer/react/form-designer/create-programmatically.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The PDF Viewer component provides options to add, edit, and delete form fields.
2020
- Signature field
2121
- Initial field
2222

23+
Check the following video to learn how to work with form Designer in React PDF Viewer.
24+
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
25+
2326
## Add a form field to PDF document programmatically
2427

2528
Use the addFormField method to add form fields programmatically. Pass the form field type and the corresponding property object as parameters. The following example demonstrates adding multiple fields on document load.

Document-Processing/PDF/PDF-Viewer/react/form-designer/create-with-user-interface-interaction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ The PDF Viewer component supports interactive form field design, including drawi
2020
- Signature field
2121
- Initial field
2222

23+
Check the following video to learn how to work with form Designer in React PDF Viewer.
24+
{% youtube "https://www.youtube.com/watch?v=MUWTCg1MoAE" %}
25+
2326
## Enable or Disable form designer toolbar
2427

2528
Inject the FormDesigner module and set enableFormDesignerToolbar to true to display the Form Designer icon on the toolbar. The default value is true. Use the following code to enable the toolbar option.

Document-Processing/PDF/PDF-Viewer/react/form-filling.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 displays existing form fields in a PDF and enables users to fill, validate, and download the filled data.
1414

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

1720
* Text box

0 commit comments

Comments
 (0)