Skip to content

Commit b2b6827

Browse files
1001842: Forms Gif Update
1 parent 8a85e2b commit b2b6827

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

Document-Processing/PDF/PDF-Viewer/javascript-es6/form-designer/form-designer.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ domainurl: ##DomainURL##
1313
## Form Designer
1414

1515
Create and customize interactive fields directly on the PDF page.
16-
- Add fields: textbox, checkbox, radio button, dropdown, list box, signature, and initials
17-
- Edit quickly: move, resize, align, distribute, copy/paste, undo/redo
18-
- Configure properties: name, value, font, color, border, alignment, required/read-only/visibility, tab order
19-
- Control interaction: toggle read-only, show/hide, and manage printing behavior
20-
- Manage fields: select, group/ungroup, reorder, or delete
21-
- Save and print: persist designed fields in the PDF and print with appearances
22-
- Tailor the UI: show/hide or customize the Form Designer toolbar; handle events for add/edit/select/move/resize
16+
- **Add fields**: textbox, checkbox, radio button, dropdown, list box, signature, and initials
17+
- **Edit quickly**: move, resize, align, distribute, copy/paste, undo/redo
18+
- **Configure properties**: name, value, font, color, border, alignment, required/read-only/visibility, tab order
19+
- **Control interaction**: toggle read-only, show/hide, and manage printing behavior
20+
- **Manage fields**: select, group/ungroup, reorder, or delete
21+
- **Save and print**: persist designed fields in the PDF and print with appearances
22+
- **Tailor the UI**: show/hide or customize the Form Designer toolbar; handle events for add/edit/select/move/resize
2323
- The form designer toolbar can be customized by showing or hiding default items and by controlling the order in which the items appear.
2424

2525
Use the following Code-snippet to enable Form Designer by injecting `FormDesigner` Module.

Document-Processing/PDF/PDF-Viewer/javascript-es6/form-designer/form-filling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The PDF Viewer supports the following form field types:
4646

4747
![Form filling in TypeScript PDF Viewer](../images/FormFields.gif)
4848

49-
## Disabling form fields
49+
## Disabling form filling
5050

5151
The PDF Viewer provides an option to disable interaction with form fields using `enableFormDesigner` API. Use the following configuration to disable form fields in the viewer.
5252

134 KB
Loading
54.5 KB
Loading
112 KB
Loading
32.6 KB
Loading
-9.07 KB
Loading

0 commit comments

Comments
 (0)