Skip to content

Commit 72ac022

Browse files
1004880: Resolved CI Failures
1 parent bd116c5 commit 72ac022

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
@@ -1560,7 +1560,7 @@
15601560
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/overview">Overview</a></li>
15611561
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/form-filling">Fill form fields</a></li>
15621562
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/form-designer">Form Designer and Toolbar</a></li>
1563-
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/overview-create-forms.md">Create, Edit, Style and Remove Form Fields</a>
1563+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/overview-create-forms">Create, Edit, Style and Remove Form Fields</a>
15641564
<ul>
15651565
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es6/form-designer/Create-edit-Style-del-formFields/create-formfields">Create form fields</a></li>
15661566
<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)