Skip to content

Commit 8d0a247

Browse files
1001841: Updated proper Images and added proper tags for code-snippet.
1 parent 775a765 commit 8d0a247

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

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

Lines changed: 3 additions & 3 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

Document-Processing/PDF/PDF-Viewer/react/form-designer/form-designer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ Choose which tools appear and control their order in the form designer toolbar.
9393

9494
Use [`PdfViewerToolbarSettings`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/toolbarSettings) with the [`FormDesignerToolbarItems`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/toolbarSettings#formdesignertoolbaritems) property to choose which form design tools are available. The property accepts a list of [`FormDesignerToolbarItem`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/formDesignerToolbarItem) values. The items you include are both displayed and rendered in the order listed; any items you omit are hidden. This provides a streamlined, user-friendly form design experience across devices.
9595

96-
96+
{% tabs %}
97+
{% highlight js tabtitle="index.js" %}
9798
import * as ReactDOM from 'react-dom/client';
9899
import * as React from 'react';
99100
import './index.css';
@@ -138,3 +139,5 @@ export function App() {
138139

139140
const root = ReactDOM.createRoot(document.getElementById('sample'));
140141
root.render(<App />);
142+
{% endhighlight %}
143+
{% endtabs %}

Document-Processing/PDF/PDF-Viewer/react/form-designer/form-filling.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@ The PDF Viewer supports the following form field types:
6161
* [Signature field](../form-designer/Create-edit-Style-del-formFields/create-formfields#add-signature-field)
6262
* [Initial field](../form-designer/Create-edit-Style-del-formFields/create-formfields#add-initial-field)
6363

64-
![Form filling in TypeScript PDF Viewer](../images/FormFields.gif)
64+
![Form filling in TypeScript PDF Viewer](../../javascript-es6/images/FormFields.gif)
6565

6666
## Updating form field value programmatically
6767

68-
69-
7068
## Disabling form fields
7169

7270
The PDF Viewer provides an option to disable interaction with form fields using `enableFormDesigner` API. Use the following configuration to disable form fields in the viewer.

Document-Processing/PDF/PDF-Viewer/react/form-designer/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ root.render(<App />);
5151
{% endtabs %}
5252

5353

54-
![FormFilling](../images/FormFields.gif)
54+
![FormFilling](../../javascript-es6/images/FormFields.gif)
5555

5656

5757
## Form Designer
@@ -94,7 +94,7 @@ root.render(<App />);
9494
{% endtabs %}
9595

9696

97-
![FormDesigner](../images/FormDesigner.gif)
97+
![FormDesigner](../../javascript-es6/images/FormDesigner.gif)
9898

9999
## Supported form field types
100100

0 commit comments

Comments
 (0)