Skip to content

Commit acdb3df

Browse files
committed
980734: Updated preview path
1 parent 56a63c7 commit acdb3df

File tree

14 files changed

+44
-44
lines changed

14 files changed

+44
-44
lines changed

Document-Processing/PDF/PDF-Viewer/javascript-es5/annotations/text-markup-annotation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ N> To set up the **server-backed PDF Viewer**,
4848
Add the below [serviceUrl](https://ej2.syncfusion.com/documentation/api/pdfviewer/#serviceurl) in the `index.html` file
4949
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
5050

51-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/highlight-mode-cs1/js/index.html" %}
51+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/highlight-mode-cs1/index.html" %}
5252

5353
Refer to the following code snippet to switch back to normal mode from highlight mode.
5454

@@ -62,7 +62,7 @@ N> To set up the **server-backed PDF Viewer**,
6262
Add the below `serviceUrl` in the `index.html` file
6363
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
6464

65-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/highlight-normal-mode-cs1/js/index.html" %}
65+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/highlight-normal-mode-cs1/index.html" %}
6666

6767
## Highlight a text programmatically
6868

@@ -152,7 +152,7 @@ N> To set up the **server-backed PDF Viewer**,
152152
Add the below `serviceUrl` in the `index.html` file
153153
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
154154

155-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/underline-mode-cs1/js/index.html" %}
155+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/underline-mode-cs1/index.html" %}
156156

157157

158158
Refer to the following code snippet to switch back to normal mode from underline mode.
@@ -167,7 +167,7 @@ N> To set up the **server-backed PDF Viewer**,
167167
Add the below `serviceUrl` in the `index.html` file
168168
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
169169

170-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/underline-normal-mode-cs1/js/index.html" %}
170+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/underline-normal-mode-cs1/index.html" %}
171171

172172
## Underline a text programmatically
173173

@@ -258,7 +258,7 @@ N> To set up the **server-backed PDF Viewer**,
258258
Add the below `serviceUrl` in the `index.html` file
259259
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
260260

261-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/strikethrough-mode-cs1/js/index.html" %}
261+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/strikethrough-mode-cs1/index.html" %}
262262

263263
Refer to the following code snippet to switch back to normal mode from underline mode.
264264

@@ -272,7 +272,7 @@ N> To set up the **server-backed PDF Viewer**,
272272
Add the below `serviceUrl` in the `index.html` file
273273
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
274274

275-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/strikethrough-normal-mode-cs1/js/index.html" %}
275+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/strikethrough-normal-mode-cs1/index.html" %}
276276

277277
## Strikethrough a text programmatically
278278

@@ -362,7 +362,7 @@ N> To set up the **server-backed PDF Viewer**,
362362
Add the below `serviceUrl` in the `index.html` file
363363
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
364364

365-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/squiggly-mode-cs1/js/index.html" %}
365+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/squiggly-mode-cs1/index.html" %}
366366

367367
Refer to the following code snippet to switch back to normal mode from squiggly mode.
368368

@@ -376,7 +376,7 @@ N> To set up the **server-backed PDF Viewer**,
376376
Add the below `serviceUrl` in the `index.html` file
377377
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
378378

379-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/squiggly-normal-mode-cs1/js/index.html" %}
379+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/squiggly-normal-mode-cs1/index.html" %}
380380

381381
## Squiggly a text programmatically
382382

@@ -526,7 +526,7 @@ Refer to the following code snippet for calling undo and redo actions from the c
526526
{% endhighlight %}
527527
{% endtabs %}
528528

529-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-text-markup-annotation/undo-redo-cs1/js/index.html" %}
529+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-text-markup-annotation/undo-redo-cs1/index.html" %}
530530

531531
## Saving the text markup annotation
532532

Document-Processing/PDF/PDF-Viewer/javascript-es5/form-designer/create-programmatically.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ N> To set up the **server-backed PDF Viewer**,
3939
Add the below `serviceUrl` in the `index.html` file
4040
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
4141

42-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/addformfield-cs1/js/index.html" %}
42+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/addformfield-cs1/index.html" %}
4343

4444
## Edit/Update form field programmatically
4545

@@ -58,7 +58,7 @@ N> To set up the **server-backed PDF Viewer**,
5858
Add the below `serviceUrl` in the `index.html` file
5959
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
6060

61-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/updateformfield-cs1/js/index.html" %}
61+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/updateformfield-cs1/index.html" %}
6262

6363
## Delete form field programmatically
6464

@@ -77,7 +77,7 @@ N> To set up the **server-backed PDF Viewer**,
7777
Add the below `serviceUrl` in the `index.html` file
7878
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
7979

80-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/deleteformfield-cs1/js/index.html" %}
80+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/deleteformfield-cs1/index.html" %}
8181

8282
## Saving the form fields
8383

Document-Processing/PDF/PDF-Viewer/javascript-es5/formdesigner/programmatically-work-with-form-field.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Using addFormField method, the form fields can be added to the PDF document prog
3535
{% endhighlight %}
3636
{% endtabs %}
3737

38-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/addformfield-cs2/js/index.html" %}
38+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/addformfield-cs2/index.html" %}
3939

4040
## Edit/Update form field programmatically
4141

@@ -50,7 +50,7 @@ Using updateFormField method, Form Field can be updated programmatically. We sho
5050
{% endhighlight %}
5151
{% endtabs %}
5252

53-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/updateformfield-cs2/js/index.html" %}
53+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/updateformfield-cs2/index.html" %}
5454

5555
## Delete form field programmatically
5656

@@ -65,7 +65,7 @@ Using deleteFormField method, the form field can be deleted programmatically. We
6565
{% endhighlight %}
6666
{% endtabs %}
6767

68-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/deleteformfield-cs2/js/index.html" %}
68+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/deleteformfield-cs2/index.html" %}
6969

7070
## Saving the form fields
7171

Document-Processing/PDF/PDF-Viewer/javascript-es5/getting-started-with-server-backed.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ document.getElementById('load').addEventListener('click', function () {
4747

4848
N> The Web API hosted link https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer utilized in the PDF viewer's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-PDFViewer-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/pdfviewer-server) for hosting your own web service and use for the serviceUrl property. **We strongly recommend using the standalone mode.**
4949

50-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-getting-started-cs1/js/index.html" %}
50+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-getting-started-cs1/index.html" %}
5151

5252
**Step 4:** Now, run the `index.html` in web browser, it will render the `Essential JS 2 PDF Viewer` component.
5353

Document-Processing/PDF/PDF-Viewer/javascript-es5/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Essential JS 2 for JavaScript (global script) is an ES5 formatted pure JavaS
3838
{% endhighlight %}
3939
{% endtabs %}
4040

41-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-getting-started-cs2/js/index.html" %}
41+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-getting-started-cs2/index.html" %}
4242

4343

4444
### Steps to Load PDF Viewer with Local Resources

Document-Processing/PDF/PDF-Viewer/javascript-es5/how-to/custom-context-menu-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,6 @@ N> To set up the **server-backed PDF Viewer**,
276276
Add the below [serviceUrl](https://ej2.syncfusion.com/documentation/api/pdfviewer/#serviceurl) in the `index.ts` file
277277
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer';`
278278

279-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/custom-context-menu/js/index.html" %}
279+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/custom-context-menu/index.html" %}
280280

281281
[View sample in GitHub](https://github.com/SyncfusionExamples/javascript-pdf-viewer-examples/tree/master/How%20to/Custom%20Context%20Menu)

Document-Processing/PDF/PDF-Viewer/javascript-es5/toolbar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ N> To set up the **server-backed PDF Viewer**,
6767
Add the below [serviceUrl](https://ej2.syncfusion.com/documentation/api/pdfviewer/#serviceurl) in the `index.html` file
6868
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
6969

70-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-toolbar/toolbar-hide-cs1/js/index.html" %}
70+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-toolbar/toolbar-hide-cs1/index.html" %}
7171

7272
* **Show/Hide toolbar using showToolbar as in the following code snippet**
7373

@@ -81,7 +81,7 @@ N> To set up the **server-backed PDF Viewer**,
8181
Add the below `serviceUrl` in the `index.html` file
8282
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
8383

84-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-toolbar/toolbar-method-cs1/js/index.html" %}
84+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-toolbar/toolbar-method-cs1/index.html" %}
8585

8686
## Show/Hide the default toolbaritem
8787

@@ -99,7 +99,7 @@ N> To set up the **server-backed PDF Viewer**,
9999
Add the below `serviceUrl` in the `index.html` file
100100
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
101101

102-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-toolbar/toolbar-items-cs1/js/index.html" %}
102+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-toolbar/toolbar-items-cs1/index.html" %}
103103

104104
* **Show/Hide toolbaritem using showToolbaritem as in the following code snippet**
105105

@@ -113,7 +113,7 @@ N> To set up the **server-backed PDF Viewer**,
113113
Add the below `serviceUrl` in the `index.html` file
114114
`serviceUrl: 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer'`
115115

116-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/es5-toolbar/toolbar-items-method-cs1/js/index.html" %}
116+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es5/es5-toolbar/toolbar-items-method-cs1/index.html" %}
117117

118118
## Customize Built-In Toolbar
119119

Document-Processing/PDF/PDF-Viewer/javascript-es6/annotations/text-markup-annotation.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ N> To set up the **server-backed PDF Viewer**,
101101
Add the below `serviceUrl` in the `index.ts` file
102102
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
103103

104-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/highlight-mode-cs1/ts/index.html" %}
104+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/highlight-mode-cs1/index.html" %}
105105

106106
Refer to the following code snippet to switch back to normal mode from highlight mode.
107107

@@ -171,7 +171,7 @@ N> To set up the **server-backed PDF Viewer**,
171171
Add the below `serviceUrl` in the `index.ts` file
172172
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
173173

174-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/highlight-normal-mode-cs1/ts/index.html" %}
174+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/highlight-normal-mode-cs1/index.html" %}
175175

176176

177177
## Highlight a text programmatically
@@ -319,7 +319,7 @@ N> To set up the **server-backed PDF Viewer**,
319319
Add the below `serviceUrl` in the `index.ts` file
320320
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
321321

322-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/underline-mode-cs1/ts/index.html" %}
322+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/underline-mode-cs1/index.html" %}
323323

324324
Refer to the following code snippet to switch back to normal mode from underline mode.
325325

@@ -389,7 +389,7 @@ N> To set up the **server-backed PDF Viewer**,
389389
Add the below `serviceUrl` in the `index.ts` file
390390
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
391391

392-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/underline-normal-mode-cs1/ts/index.html" %}
392+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/underline-normal-mode-cs1/index.html" %}
393393

394394
## Underline a text programmatically
395395

@@ -535,7 +535,7 @@ N> To set up the **server-backed PDF Viewer**,
535535
Add the below `serviceUrl` in the `index.ts` file
536536
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
537537

538-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/strikethrough-mode-cs1/ts/index.html" %}
538+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/strikethrough-mode-cs1/index.html" %}
539539

540540
Refer to the following code snippet to switch back to normal mode from underline mode.
541541

@@ -607,7 +607,7 @@ N> To set up the **server-backed PDF Viewer**,
607607
Add the below `serviceUrl` in the `index.ts` file
608608
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
609609

610-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/strikethrough-normal-mode-cs1/ts/index.html" %}
610+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/strikethrough-normal-mode-cs1/index.html" %}
611611

612612
## Strikethrough a text programmatically
613613

@@ -752,7 +752,7 @@ N> To set up the **server-backed PDF Viewer**,
752752
Add the below `serviceUrl` in the `index.ts` file
753753
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
754754

755-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/squiggly-mode-cs1/ts/index.html" %}
755+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/squiggly-mode-cs1/index.html" %}
756756

757757
Refer to the following code snippet to switch back to normal mode from underline mode.
758758

@@ -824,7 +824,7 @@ N> To set up the **server-backed PDF Viewer**,
824824
Add the below `serviceUrl` in the `index.ts` file
825825
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
826826

827-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/squiggly-normal-mode-cs1/ts/index.html" %}
827+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/squiggly-normal-mode-cs1/index.html" %}
828828

829829
## Squiggly a text programmatically
830830

@@ -1043,7 +1043,7 @@ N> To set up the **server-backed PDF Viewer**,
10431043
Add the below `serviceUrl` in the `index.ts` file
10441044
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
10451045

1046-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/text-markup-annotation/undo-redo-cs1/ts/index.html" %}
1046+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/undo-redo-cs1/index.html" %}
10471047

10481048
## Saving the text markup annotation
10491049

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ N> To set up the **server-backed PDF Viewer**,
104104
Add the below `serviceUrl` in the `index.ts` file
105105
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
106106

107-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/addformfield-cs3/ts/index.html" %}
107+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/addformfield-cs3/index.html" %}
108108

109109
## Edit/Update form field programmatically
110110

@@ -189,7 +189,7 @@ N> To set up the **server-backed PDF Viewer**,
189189
Add the below `serviceUrl` in the `index.ts` file
190190
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
191191

192-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/updateformfield-cs3/ts/index.html" %}
192+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/updateformfield-cs3/index.html" %}
193193

194194
## Delete form field programmatically
195195

@@ -274,7 +274,7 @@ N> To set up the **server-backed PDF Viewer**,
274274
Add the below `serviceUrl` in the `index.ts` file
275275
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
276276

277-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/deleteformfield-cs3/ts/index.html" %}
277+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/deleteformfield-cs3/index.html" %}
278278

279279
## Saving the form fields
280280

Document-Processing/PDF/PDF-Viewer/javascript-es6/formdesigner/programmatically-work-with-form-field.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Using addFormField method, the form fields can be added to the PDF document prog
3535
{% endhighlight %}
3636
{% endtabs %}
3737

38-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/addformfield-cs4/ts/index.html" %}
38+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/addformfield-cs4/index.html" %}
3939

4040
## Edit/Update form field programmatically
4141

@@ -50,7 +50,7 @@ Using updateFormField method, Form Field can be updated programmatically. We sho
5050
{% endhighlight %}
5151
{% endtabs %}
5252

53-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/updateformfield-cs4/ts/index.html" %}
53+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/updateformfield-cs4/index.html" %}
5454

5555
## Delete form field programmatically
5656

@@ -65,7 +65,7 @@ Using deleteFormField method, the form field can be deleted programmatically. We
6565
{% endhighlight %}
6666
{% endtabs %}
6767

68-
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript/deleteformfield-cs4/ts/index.html" %}
68+
{% previewsample "Document-Processing/code-snippet/pdfviewer/javascript-es6/deleteformfield-cs4/index.html" %}
6969

7070
## Saving the form fields
7171

0 commit comments

Comments
 (0)