Skip to content

Commit 2253389

Browse files
1004880: Resolved CI Failures and addressed review correction
1 parent 88f562b commit 2253389

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: PDF form field flags in the TypeScript PDF Viewer component | Syncfusion
3+
title: PDF form field flags in the TypeScript PDF Viewer | Syncfusion
44
description: Learn how to apply isReadOnly, isRequired, and isPrint flags to PDF form fields in the Syncfusion TypeScript PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Form Designer in TypeScript PDF Viewer
1212

13-
When [Form Designer mode](https://ej2.syncfusion.com/documentation/api/pdfviewer/formdesigner) is enabled in the Syncfusion [TypeScript PDF Viewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/overview), a default [Form Designer user interface (UI)](https://document.syncfusion.com/demos/pdf-viewer/javascript/#/tailwind3/pdfviewer/formdesigner.html) is displayed. This UI includes a built in toolbar for adding form fields such as text boxes, password fields, check boxes, radio buttons, drop down lists, list boxes, and signature and initial fields.
13+
When **Form Designer mode** is enabled in the Syncfusion [TypeScript PDF Viewer](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es6/overview), a default [Form Designer user interface (UI)](https://document.syncfusion.com/demos/pdf-viewer/javascript/#/tailwind3/pdfviewer/formdesigner.html) is displayed. This UI includes a built in toolbar for adding form fields such as text boxes, password fields, check boxes, radio buttons, drop down lists, list boxes, and signature and initial fields.
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

@@ -68,11 +68,11 @@ When [Form Designer mode](https://ej2.syncfusion.com/documentation/api/pdfviewer
6868

6969
{% previewsample "/document-processing/code-snippet/pdfviewer/javascript-es6/prefilledforms-cs1" %}
7070

71-
For more information about creating and editing form fields in the PDF Viewer, refer to the [Form Creation in TypeScript PDF Viewer documentation](./Create-edit-Style-del-formFields/create-formfields).
71+
For more information about creating and editing form fields in the PDF Viewer, refer to the [Form Creation](./Create-edit-Style-del-formFields/create-formfields) in TypeScript PDF Viewer documentation.
7272

7373
## Form Designer Toolbar
7474

75-
The [Form Designer toolbar](https://ej2.syncfusion.com/documentation/api/pdfviewer/formdesignertoolbarsettings) appears at the top of the PDF Viewer and provides quick access to form field creation tools. It includes frequently used field types such as:
75+
The **Form Designer toolbar** appears at the top of the PDF Viewer and provides quick access to form field creation tools. It includes frequently used field types such as:
7676

7777
- [Text box](../form-designer/Create-edit-Style-del-formFields/create-formfields#add-textbox)
7878
- [Password Field](../form-designer/Create-edit-Style-del-formFields/create-formfields#add-password)
@@ -87,7 +87,7 @@ Each toolbar item allows users to place the corresponding form field by selectin
8787

8888
![Adding Text Box](../images/AddTextBox.gif)
8989

90-
Use the following Code-snippet to enable Form Designer by injecting [Form Designer mode](https://ej2.syncfusion.com/documentation/api/pdfviewer/formdesigner) Module.
90+
Use the following Code-snippet to enable Form Designer by injecting **Form Designer mode** Module.
9191

9292
```ts
9393
import { PdfViewer, Toolbar, Magnification, Navigation, Annotation, LinkAnnotation,

Document-Processing/PDF/PDF-Viewer/javascript-es6/form-designer/import-export-formfields/import-export-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# PDF Form Import and Export Events in TypeScript
1111

12-
Import/Export events let you **track and customize the entire lifecycle** of form data being imported into or exported from the PDF Viewer.
12+
Import/Export events let you **track and customize the entire life cycle** of form data being imported into or exported from the PDF Viewer.
1313
Use these events to:
1414
- Validate inputs before processing.
1515
- Show progress indicators.

0 commit comments

Comments
 (0)