Skip to content

Commit cc74eae

Browse files
1001080: Resolved CI failures...
1 parent 855a3df commit cc74eae

6 files changed

Lines changed: 410 additions & 214 deletions

File tree

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@
12641264
<li>Import/Export form data
12651265
<ul>
12661266
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/form-designer/import-export-formfields/export-formfields">Export form data</a></li>
1267-
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/form-designer/import-export-formfields/import-export-events">Import form data</a></li>
1267+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/form-designer/import-export-formfields/import-formfields">Import form data</a></li>
12681268
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/form-designer/import-export-formfields/import-export-events">Import/Export events</a></li>
12691269
</ul>
12701270
</li>

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ The PDF Viewer supports the following form field types:
2626

2727
Click the Form Field icon on the toolbar, then click on the PDF to draw a form field. See the following GIF for reference.
2828

29-
![Add a form field using the toolbar](../../images/addformfield.gif)
29+
![Add a form field using the toolbar](../../../javascript-es6/images/addformfield.gif)
3030

3131
## Drag the form field
3232

3333
Drag the selected form field to reposition it within the PDF document. See the following GIF for reference.
3434

35-
![Drag a selected form field in the PDF Viewer](../../images/dragformfield.gif)
35+
![Drag a selected form field in the PDF Viewer](../../../javascript-es6/images/dragformfield.gif)
3636

3737
## Resize the form field
3838

3939
Resize the selected form field using the resize handles on the field boundary. See the following GIF for reference.
4040

41-
![Resize a selected form field in the PDF Viewer](../../images/resizeformfield.gif)
41+
![Resize a selected form field in the PDF Viewer](../../../javascript-es6/images/resizeformfield.gif)
4242

4343
## Textbox
4444

@@ -48,7 +48,7 @@ Resize the selected form field using the resize handles on the field boundary. S
4848
2) Select Textbox, then click/tap on the page to place it.
4949
3) Resize/move as needed and set properties in the property panel.
5050

51-
![Textbox added from UI](../../images/ui-textbox.png)
51+
![Textbox added from UI](../../../javascript-es6/images/ui-textbox.png)
5252

5353
### Add Textbox Programmatically
5454

@@ -82,7 +82,7 @@ pdfviewer.documentLoad = function() {
8282
2) Select Password, then place it on the page.
8383
3) Configure tooltip, required, max length, etc.
8484

85-
![Password added from UI](../../images/ui-password.png)
85+
![Password added from UI](../../../javascript-es6/images/ui-password.png)
8686

8787
### Add Password Programmatically
8888

@@ -116,7 +116,7 @@ pdfviewer.documentLoad = function() {
116116
2) Click on the page to place, duplicate for multiple options if needed.
117117
3) Use the property panel to set IsChecked, tooltip, and appearance.
118118

119-
![CheckBox added from UI](../../images/ui-checkbox.png)
119+
![CheckBox added from UI](../../../javascript-es6/images/ui-checkbox.png)
120120

121121
### Add CheckBox Programmatically
122122

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Style form fields in the JavaScript PDF Viewer | Syncfusion
4-
description: Learn how to configure typography, colors, borders, alignment, and other style settings for PDF form fields using the UI and programmatically.
4+
description: Learn how to configure typography, colors, borders, alignment, and other style settings for PDF form fields using the UI and programmatically in JavaScript.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug

0 commit comments

Comments
 (0)