Skip to content

Commit 48af503

Browse files
author
SasidharanKaruppiah
authored
Merge pull request #2875 from syncfusion-content/835457-formfield
835457: formfield image paths are committed properly as other md files
2 parents 8f69d45 + 06de85d commit 48af503

File tree

4 files changed

+36
-36
lines changed

4 files changed

+36
-36
lines changed

ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/form-designer/create-programmatically.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Using deleteFormField method, the form field can be deleted programmatically. We
135135

136136
When the download icon is selected on the toolbar, the Form Fields will be saved in the PDF document and this action will not affect the original document. Refer the below GIF for further reference.
137137

138-
![Alt text](../../../pdfviewer/images/saveformfield.gif)
138+
![Alt text](../../pdfviewer/images/saveformfield.gif)
139139

140140
You can invoke download action using following code snippet.
141141

@@ -175,7 +175,7 @@ You can invoke download action using following code snippet.
175175

176176
When the print icon is selected on the toolbar, the PDF document will be printed along with the Form Fields added to the pages and this action will not affect the original document. Refer the below GIF for further reference.
177177

178-
![Alt text](../../../pdfviewer/images/printformfield.gif)
178+
![Alt text](../../pdfviewer/images/printformfield.gif)
179179

180180
You can invoke print action using the following code snippet.,
181181

@@ -218,7 +218,7 @@ You can invoke print action using the following code snippet.,
218218

219219
We can open the already saved PDF document contains Form Fields in it by clicking the open icon in the toolbar. Refer the below GIF for further reference.
220220

221-
![Alt text](../../../pdfviewer/images/openexistingpdf.gif)
221+
![Alt text](../../pdfviewer/images/openexistingpdf.gif)
222222

223223
## Validate form fields
224224

@@ -667,7 +667,7 @@ The following code example explains how to update the properties of the signatur
667667

668668
</script>
669669

670-
![Signature Field Settings](../../../pdfviewer/images/signature_field.png)
670+
![Signature Field Settings](../../pdfviewer/images/signature_field.png)
671671

672672
The following code example explains how to update the properties of the initial field added to the document from the form designer toolbar.
673673

@@ -704,7 +704,7 @@ window.onload = function () {
704704

705705
</script>
706706

707-
![Initial Field Settings](../../../pdfviewer/images/InitialField.png)
707+
![Initial Field Settings](../../pdfviewer/images/InitialField.png)
708708

709709
### Textbox field settings
710710

@@ -840,7 +840,7 @@ window.onload = function () {
840840

841841
</script>
842842

843-
![Textbox Field Settings](../../../pdfviewer/images/Textbox.png)
843+
![Textbox Field Settings](../../pdfviewer/images/Textbox.png)
844844

845845
### Password field settings
846846

@@ -972,7 +972,7 @@ window.onload = function () {
972972

973973
</script>
974974

975-
![Password Field Settings](../../../pdfviewer/images/Password.png)
975+
![Password Field Settings](../../pdfviewer/images/Password.png)
976976

977977
### CheckBox field settings
978978

@@ -1080,7 +1080,7 @@ window.onload = function () {
10801080

10811081
</script>
10821082

1083-
![CheckBox Field Settings](../../../pdfviewer/images/Checkbox.png)
1083+
![CheckBox Field Settings](../../pdfviewer/images/Checkbox.png)
10841084

10851085
### RadioButton field settings
10861086

@@ -1190,7 +1190,7 @@ window.onload = function () {
11901190

11911191
</script>
11921192

1193-
![RadioButton Field Settings](../../../pdfviewer/images/Radiobutton.png)
1193+
![RadioButton Field Settings](../../pdfviewer/images/Radiobutton.png)
11941194

11951195
### ListBox field settings
11961196

@@ -1335,7 +1335,7 @@ window.onload = function () {
13351335

13361336
</script>
13371337

1338-
![ListBox Field Settings](../../../pdfviewer/images/Listbox.png)
1338+
![ListBox Field Settings](../../pdfviewer/images/Listbox.png)
13391339

13401340
### DropDown field settings
13411341

@@ -1480,4 +1480,4 @@ window.onload = function () {
14801480

14811481
</script>
14821482

1483-
![DropDownBox Field Settings](../../../pdfviewer/images/Dropdown.png)
1483+
![DropDownBox Field Settings](../../pdfviewer/images/Dropdown.png)

ej2-asp-core-mvc/pdfviewer/EJ2_ASP.MVC/form-designer/create-with-user-interface-interaction.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,35 +49,35 @@ We should inject FormDesigner module and set enableFormDesignerToolbar as true t
4949

5050
Click the Form Field icon on the toolbar and then click on to the PDF document to draw a Form Field. Refer the below GIF for further reference.
5151

52-
![Alt text](../../../pdfviewer/images/addformfield.gif)
52+
![Alt text](../../pdfviewer/images/addformfield.gif)
5353

5454
## Drag the form field
5555

5656
We provide options to drag the Form Field which is currently selected in the PDF document. Refer the below GIF for further reference.
5757

58-
![Alt text](../../../pdfviewer/images/dragformfield.gif)
58+
![Alt text](../../pdfviewer/images/dragformfield.gif)
5959

6060
## Resize the form field
6161

6262
We provide options to resize the Form Field which is currently selected in the PDF document. Refer the below GIF for further reference.
6363

64-
![Alt text](../../../pdfviewer/images/resizeformfield.gif)
64+
![Alt text](../../pdfviewer/images/resizeformfield.gif)
6565

6666
## Edit or Update the form field dynamically
6767

6868
The properties of the Form Fields can be edited using the Form Field Properties window. It can be opened by selecting the Properties option in the context menu that appears on the right by clicking the Form Field object. Refer the below image for the properties available to customize the appearance of the Form Field.
6969

70-
![Alt text](../../../pdfviewer/images/generalproperties.png)
70+
![Alt text](../../pdfviewer/images/generalproperties.png)
7171

72-
![Alt text](../../../pdfviewer/images/appearanceproperties.png)
72+
![Alt text](../../pdfviewer/images/appearanceproperties.png)
7373

74-
![Alt text](../../../pdfviewer/images/dropdownproperties.png)
74+
![Alt text](../../pdfviewer/images/dropdownproperties.png)
7575

7676
## Clipboard operation with form field
7777

7878
The PDF Viewer control supports the clipboard operations such as cut, copy and paste for Form Fields. You can right click on the Form Field object to view the context menu and select to the clipboard options that you would like to perform. Refer the below image for the options in the context menu.
7979

80-
![Alt text](../../../pdfviewer/images/clipboardformfield.png)
80+
![Alt text](../../pdfviewer/images/clipboardformfield.png)
8181

8282
## Undo and Redo
8383

ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/form-designer/create-programmatically.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Using deleteFormField method, the form field can be deleted programmatically. We
176176

177177
When the download icon is selected on the toolbar, the Form Fields will be saved in the PDF document and this action will not affect the original document. Refer the below GIF for further reference.
178178

179-
![Alt text](../../../pdfviewer/images/saveformfield.gif)
179+
![Alt text](../../pdfviewer/images/saveformfield.gif)
180180

181181
You can invoke download action using following code snippet.
182182

@@ -223,7 +223,7 @@ You can invoke download action using following code snippet.
223223

224224
When the print icon is selected on the toolbar, the PDF document will be printed along with the Form Fields added to the pages and this action will not affect the original document. Refer the below GIF for further reference.
225225

226-
![Alt text](../../../pdfviewer/images/printformfield.gif)
226+
![Alt text](../../pdfviewer/images/printformfield.gif)
227227

228228
You can invoke print action using the following code snippet.,
229229

@@ -272,7 +272,7 @@ You can invoke print action using the following code snippet.,
272272

273273
We can open the already saved PDF document contains Form Fields in it by clicking the open icon in the toolbar. Refer the below GIF for further reference.
274274

275-
![Alt text](../../../pdfviewer/images/openexistingpdf.gif)
275+
![Alt text](../../pdfviewer/images/openexistingpdf.gif)
276276

277277
## Validate form fields
278278

@@ -677,7 +677,7 @@ The following code example explains how to update the properties of the signatur
677677
{% endtabs %}
678678

679679

680-
![Signature Field Settings](../../../pdfviewer/images/signature_field.png)
680+
![Signature Field Settings](../../pdfviewer/images/signature_field.png)
681681

682682
The following code example explains how to update the properties of the initial field added to the document from the form designer toolbar.
683683

@@ -714,7 +714,7 @@ window.onload = function () {
714714

715715
</script>
716716

717-
![Initial Field Settings](../../../pdfviewer/images/initialfield.png)
717+
![Initial Field Settings](../../pdfviewer/images/initialfield.png)
718718

719719
### Textbox field settings
720720

@@ -923,7 +923,7 @@ The following code example explains how to update the properties of the textbox
923923
{% endhighlight %}
924924
{% endtabs %}
925925

926-
![Textbox Field Settings](../../../pdfviewer/images/Textbox.png)
926+
![Textbox Field Settings](../../pdfviewer/images/Textbox.png)
927927

928928
### Password field settings
929929

@@ -1129,7 +1129,7 @@ The following code example explains how to update the properties of the password
11291129
{% endtabs %}
11301130

11311131

1132-
![Password Field Settings](../../../pdfviewer/images/Password.png)
1132+
![Password Field Settings](../../pdfviewer/images/Password.png)
11331133

11341134
### CheckBox field settings
11351135

@@ -1299,7 +1299,7 @@ The following code example explains how to update the properties of the CheckBox
12991299
{% endhighlight %}
13001300
{% endtabs %}
13011301

1302-
![CheckBox Field Settings](../../../pdfviewer/images/Checkbox.png)
1302+
![CheckBox Field Settings](../../pdfviewer/images/Checkbox.png)
13031303

13041304
### RadioButton field settings
13051305

@@ -1471,7 +1471,7 @@ The following code example explains how to update the properties of the RadioBut
14711471
{% endtabs %}
14721472

14731473

1474-
![RadioButton Field Settings](../../../pdfviewer/images/Radiobutton.png)
1474+
![RadioButton Field Settings](../../pdfviewer/images/Radiobutton.png)
14751475

14761476
### ListBox field settings
14771477

@@ -1693,7 +1693,7 @@ The following code example explains how to update the properties of the ListBox
16931693
{% endtabs %}
16941694

16951695

1696-
![ListBox Field Settings](../../../pdfviewer/images/Listbox.png)
1696+
![ListBox Field Settings](../../pdfviewer/images/Listbox.png)
16971697

16981698
### DropDown field settings
16991699

@@ -1913,4 +1913,4 @@ The following code example explains how to update the properties of the dropdown
19131913
{% endhighlight %}
19141914
{% endtabs %}
19151915

1916-
![DropDownBox Field Settings](../../../pdfviewer/images/Dropdown.png)
1916+
![DropDownBox Field Settings](../../pdfviewer/images/Dropdown.png)

ej2-asp-core-mvc/pdfviewer/EJ2_ASP.NETCORE/form-designer/create-with-user-interface-interaction.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,35 +56,35 @@ We should inject FormDesigner module and set enableFormDesignerToolbar as true t
5656

5757
Click the Form Field icon on the toolbar and then click on to the PDF document to draw a Form Field. Refer the below GIF for further reference.
5858

59-
![Alt text](../../../pdfviewer/images/addformfield.gif)
59+
![Alt text](../../pdfviewer/images/addformfield.gif)
6060

6161
## Drag the form field
6262

6363
We provide options to drag the Form Field which is currently selected in the PDF document. Refer the below GIF for further reference.
6464

65-
![Alt text](../../../pdfviewer/images/dragformfield.gif)
65+
![Alt text](../../pdfviewer/images/dragformfield.gif)
6666

6767
## Resize the form field
6868

6969
We provide options to resize the Form Field which is currently selected in the PDF document. Refer the below GIF for further reference.
7070

71-
![Alt text](../../../pdfviewer/images/resizeformfield.gif)
71+
![Alt text](../../pdfviewer/images/resizeformfield.gif)
7272

7373
## Edit or Update the form field dynamically
7474

7575
The properties of the Form Fields can be edited using the Form Field Properties window. It can be opened by selecting the Properties option in the context menu that appears on the right by clicking the Form Field object. Refer the below image for the properties available to customize the appearance of the Form Field.
7676

77-
![Alt text](../../../pdfviewer/images/generalproperties.png)
77+
![Alt text](../../pdfviewer/images/generalproperties.png)
7878

79-
![Alt text](../../../pdfviewer/images/appearanceproperties.png)
79+
![Alt text](../../pdfviewer/images/appearanceproperties.png)
8080

81-
![Alt text](../../../pdfviewer/images/dropdownproperties.png)
81+
![Alt text](../../pdfviewer/images/dropdownproperties.png)
8282

8383
## Clipboard operation with form field
8484

8585
The PDF Viewer control supports the clipboard operations such as cut, copy and paste for Form Fields. You can right click on the Form Field object to view the context menu and select to the clipboard options that you would like to perform. Refer the below image for the options in the context menu.
8686

87-
![Alt text](../../../pdfviewer/images/clipboardformfield.png)
87+
![Alt text](../../pdfviewer/images/clipboardformfield.png)
8888

8989
## Undo and Redo
9090

0 commit comments

Comments
 (0)