Skip to content

Commit 6a82d66

Browse files
1009405: Updated Review changes
1 parent e6a8110 commit 6a82d66

6 files changed

Lines changed: 6 additions & 8 deletions

File tree

Document-Processing/PDF/PDF-Viewer/javascript-es5/annotations/annotations-undo-redo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ document.getElementById('redo').addEventListener('click', function () {
5959
{% endhighlight %}
6060
{% endtabs %}
6161

62-
Note: To set up the **server-backed PDF Viewer**, add the following `serviceUrl` in the `index.js` file:
62+
N> To set up the **server-backed PDF Viewer**, add the following `serviceUrl` in the `index.js` file:
6363
`pdfviewer.serviceUrl = 'https://document.syncfusion.com/web-services/pdf-viewer/api/pdfviewer/';`
6464

6565
{% previewsample "/document-processing/code-snippet/pdfviewer/javascript-es6/text-markup-annotation/undo-redo-cs1" %}

Document-Processing/PDF/PDF-Viewer/javascript-es5/annotations/create-modify-annotation.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ N> Each annotation type page includes both UI steps and programmatic examples sp
5959

6060
![Annotation toolbar](../images/shape_toolbar.png)
6161

62-
Note:
63-
- When pan mode is active and a shape or stamp tool is selected, the viewer switches to text select mode automatically.
64-
- Property pickers in the annotation toolbar let users choose color, stroke color, thickness, and opacity while drawing.
62+
N> When pan mode is active and a shape or stamp tool is selected, the viewer switches to text select mode automatically. Property pickers in the annotation toolbar let users choose color, stroke color, thickness, and opacity while drawing.
6563

6664
### Create programmatically
6765

Document-Processing/PDF/PDF-Viewer/javascript-es5/forms/form-constrain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pdfviewer.documentLoad = function () {
119119
pdfviewer.appendTo('#pdfViewer'); // Ensure <div id="pdfViewer"></div> exists
120120
```
121121

122-
Note: Printing can be triggered programmatically using `pdfviewer.print()`. Form fields with `isPrint: false` are excluded from the printed output.
122+
N> Printing can be triggered programmatically using `pdfviewer.print()`. Form fields with `isPrint: false` are excluded from the printed output.
123123

124124
## Apply PDF form field flags using the UI
125125

Document-Processing/PDF/PDF-Viewer/javascript-es5/forms/import-export-form-fields/import-form-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The **PDF Viewer** lets you import values into interactive form fields in the cu
1818
## API to use
1919
- [`importFormFields(sourceOrObject, format)`](https://ej2.syncfusion.com/javascript/documentation/api/pdfviewer/index-default#importformfields) — Imports form data into the currently loaded PDF. The `sourceOrObject` parameter accepts a file path or URL, a file stream, or a JavaScript object; the `format` parameter accepts `FDF`, `XFDF`, or `JSON`.
2020

21-
Note: For server-backed viewers, set `serviceUrl` before importing. The method triggers import events (`importStart`, `importSuccess`, `importFailed`); see the import/export events page for recommended handling.
21+
N> For server-backed viewers, set `serviceUrl` before importing. The method triggers import events (`importStart`, `importSuccess`, `importFailed`); see the import/export events page for recommended handling.
2222

2323
### Import FDF
2424

Document-Processing/PDF/PDF-Viewer/javascript-es5/how-to/show-custom-stamp-item-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add and display custom items in the Custom Stamp dropdown using JavaScript. This
1616

1717
### Steps to show custom items in the custom stamp dropdown
1818

19-
**Step 1:** Create a basic Angular PDF Viewer sample using the getting started guide: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es5/getting-started
19+
**Step 1:** Create a basic JavaScript PDF Viewer sample using the getting started guide: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/javascript-es5/getting-started
2020

2121
**Step 2:** Configure custom stamp settings
2222

Document-Processing/PDF/PDF-Viewer/javascript-es5/print/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if (printButton) {
143143
- Choose where printing happens with printMode (Default or NewWindow)
144144
- Track the lifecycle with printStart and printEnd events
145145

146-
Note: Ensure the `resourceUrl` value matches the deployed `ej2-pdfviewer-lib` version. Calling `print()` launches the browser print dialog; behavior varies by browser and may be affected by popup blockers or browser settings.
146+
N> Ensure the `resourceUrl` value matches the deployed `ej2-pdfviewer-lib` version. Calling `print()` launches the browser print dialog; behavior varies by browser and may be affected by popup blockers or browser settings.
147147

148148
[View Sample in GitHub](https://github.com/SyncfusionExamples/javascript-pdf-viewer-examples)
149149

0 commit comments

Comments
 (0)