Skip to content

Commit 6569218

Browse files
1004880: Resolved CI Failures
1 parent 383eef5 commit 6569218

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1578,7 +1578,7 @@
15781578
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/overview">Overview</a></li>
15791579
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/form-filling">Fill form fields</a></li>
15801580
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/form-designer">Form Designer and Toolbar</a></li>
1581-
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/overview-create-forms.md">Create, Edit, Style and Remove Form Fields</a>
1581+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/overview-create-forms">Create, Edit, Style and Remove Form Fields</a>
15821582
<ul>
15831583
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/Create-edit-Style-del-formFields/create-formfields">Create form fields</a></li>
15841584
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/Create-edit-Style-del-formFields/modify-formfields">Modify form fields</a></li>

Document-Processing/PDF/PDF-Viewer/javascript-es6/form-designer/Create-edit-Style-del-formFields/create-formfields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pdfviewer.formDesignerModule.addFormField('Textbox', {
4242
**Use programmatic creation when:**
4343

4444
- Building dynamic forms
45-
- Prefilling forms from databases
45+
- Pre-filling forms from databases
4646
- Automating form creation workflows
4747

4848
## PDF Form Field Types and How to Add Them

Document-Processing/PDF/PDF-Viewer/javascript-es6/form-designer/Create-edit-Style-del-formFields/modify-formfields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can modify form fields using the **UI** or **API**.
1616
- Drag to move; use handles to resize.
1717
- Use the toolbar to toggle field mode or add new fields.
1818

19-
## Modify PDF Form Field Properties programatically
19+
## Modify PDF Form Field Properties programmatically
2020
Use [updateFormField()](https://ej2.syncfusion.com/documentation/api/pdfviewer/index-default#updateformfields) to change behavior/data (including position and size):
2121

2222
```html

Document-Processing/PDF/PDF-Viewer/javascript-es6/form-designer/overview-create-forms.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: Overview for Create edit form fields in the TypeScript PDF Viewer | Syncfusion
3+
title: Overview of Create form fields in TypeScript PDF Viewer | Syncfusion
44
description: Learn how to create edit each form field using the PDF Viewer UI and how to create them programmatically in the Syncfusion TypeScript PDF Viewer.
55
platform: document-processing
66
control: PDF Viewer

0 commit comments

Comments
 (0)