Skip to content

Commit 16c57ba

Browse files
committed
UG-1008903-Validate and resolve the issues in the documentation for the Vue platform
1 parent 73d1fdb commit 16c57ba

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

Document-Processing/PDF/PDF-Viewer/vue/annotation/free-text-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default {
192192

193193
## Add a free text annotation programmatically to the PDF document
194194

195-
The PDF Viewer library allows adding a free text annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#annotation) method.
195+
The PDF Viewer library allows adding a free text annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#annotation) method.
196196

197197
Here is an example of adding a free text annotation programmatically using addAnnotation():
198198

Document-Processing/PDF/PDF-Viewer/vue/annotation/ink-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export default {
195195

196196
## Add an Ink annotation programmatically to the PDF document Programmatically
197197

198-
The PDF Viewer library allows adding an ink annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#addannotation) method.
198+
The PDF Viewer library allows adding an ink annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#addannotation) method.
199199

200200
Here is an example of adding an ink annotation programmatically using addAnnotation():
201201

Document-Processing/PDF/PDF-Viewer/vue/annotation/signature-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export default {
276276

277277
## Add a handwritten signature programmatically to the PDF document
278278

279-
With the PDF Viewer library, you can programmatically add handwritten signature to the PDF Viewer control using the [**addAnnotation()**](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#addannotation) method.
279+
With the PDF Viewer library, you can programmatically add handwritten signature to the PDF Viewer control using the [**addAnnotation()**](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#addannotation) method.
280280

281281
Here is an example of adding a handwritten signature programmatically using addAnnotation():
282282

Document-Processing/PDF/PDF-Viewer/vue/annotation/stamp-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default {
208208

209209
## Adding a Stamp annotation to the PDF document Programmatically
210210

211-
With the PDF Viewer library, you can add a Stamp annotation to the PDF Viewer control programmatically using the [**addAnnotation()**](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#addannotation) method.
211+
With the PDF Viewer library, you can add a Stamp annotation to the PDF Viewer control programmatically using the [**addAnnotation()**](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#addannotation) method.
212212

213213
Here's a example of how you can utilize the **addAnnotation()** method to include a Stamp annotation programmatically:
214214

Document-Processing/PDF/PDF-Viewer/vue/annotation/sticky-notes-annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Annotation comments can be added using the comment panel.
3434

3535
## Add a sticky note annotation to the PDF document programmatically
3636

37-
The PDF Viewer library allows adding a sticky note annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#addannotation) method.
37+
The PDF Viewer library allows adding a sticky note annotation programmatically using the [addAnnotation()](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#addannotation) method.
3838

3939
Here is an example showing how to add a sticky note annotation programmatically using addAnnotation():
4040

Document-Processing/PDF/PDF-Viewer/vue/annotation/text-markup-annotation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ export default {
395395

396396
## Highlight text programmatically
397397

398-
Programmatically add highlights using the [addAnnotation](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#addannotation) method.
398+
Programmatically add highlights using the [addAnnotation](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#addannotation) method.
399399

400400
Example:
401401

@@ -942,7 +942,7 @@ export default {
942942

943943
## Underline a text programmatically
944944

945-
Programmatically add underlines using the [addAnnotation](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#addannotation) method.
945+
Programmatically add underlines using the [addAnnotation](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#addannotation) method.
946946

947947
Example:
948948

@@ -1491,7 +1491,7 @@ export default {
14911491

14921492
## Strikethrough text programmatically
14931493

1494-
Programmatically add strikethrough using the [addAnnotation](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#addannotation) method.
1494+
Programmatically add strikethrough using the [addAnnotation](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#addannotation) method.
14951495

14961496
Here's an example of how you can use the **addAnnotation()** method to apply Strikethrough programmatically:
14971497

@@ -2042,7 +2042,7 @@ export default {
20422042

20432043
## Squiggly a text programmatically
20442044

2045-
The PDF Viewer library enables you to programmatically Squiggly text within the PDF Viewer control using the [**addAnnotation()**](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation/#addannotation) method.
2045+
The PDF Viewer library enables you to programmatically Squiggly text within the PDF Viewer control using the [**addAnnotation()**](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/annotation#addannotation) method.
20462046

20472047
Here's an example of how you can use the **addAnnotation()** method to apply Squiggly programmatically:
20482048

Document-Processing/PDF/PDF-Viewer/vue/print.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Print in Vue PDF Viewer | Syncfusion
4-
description: Learn how to enable, customize, and monitor printing in the Syncfusion Vue PDF Viewer component.
4+
description: Learn how to enable, customize, and monitor printing functionality in the Syncfusion Vue PDF Viewer component.
55
control: Print
66
platform: document-processing
77
documentation: ug
@@ -212,7 +212,7 @@ export default {
212212

213213
## Customize print quality using the printScaleFactor API
214214

215-
The PDF Viewer allows you to adjust the print rendering quality by setting the [printScaleFactor](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/#printScaleFactor) property. Valid values range from 0.5 to 5. Higher values produce sharper output but also increase rendering time.
215+
The PDF Viewer allows you to adjust the print rendering quality by setting the [printScaleFactor](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer#printScaleFactor) property. Valid values range from 0.5 to 5. Higher values produce sharper output but also increase rendering time.
216216

217217
By default, `printScaleFactor` is set to 1.
218218

@@ -662,7 +662,7 @@ export default {
662662

663663
## Print events
664664

665-
Subscribe to print lifecycle events to track usage and implement custom workflows.
665+
Subscribe to print life cycle events to track usage and implement custom workflows.
666666

667667
| Name | Description |
668668
|--------------|-------------|
@@ -671,11 +671,11 @@ Subscribe to print lifecycle events to track usage and implement custom workflow
671671

672672
### printStart event
673673

674-
The [`printStart`](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/#printstart) event runs when printing starts from the toolbar or from code. Use it to validate prerequisites or cancel the action.
674+
The [`printStart`](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer#printstart) event runs when printing starts from the toolbar or from code. Use it to validate prerequisites or cancel the action.
675675

676676
#### Event arguments
677677

678-
Review [`PrintStartEventArgs`](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/printStartEventArgs/) for details such as `fileName` and the `cancel` option.
678+
Review [`PrintStartEventArgs`](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/printStartEventArgs) for details such as `fileName` and the `cancel` option.
679679

680680
The following examples log the file being printed and show how to cancel the operation.
681681

@@ -830,11 +830,11 @@ export default {
830830

831831
### printEnd event
832832

833-
The [`printEnd`](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/#printend) event triggers after printing completes. Use it to finalize analytics or inform users that printing finished.
833+
The [`printEnd`](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer#printend) event triggers after printing completes. Use it to finalize analytics or inform users that printing finished.
834834

835835
#### Event arguments
836836

837-
See [`PrintEndEventArgs`](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/printEndEventArgs/) for available values such as `fileName`.
837+
See [`PrintEndEventArgs`](https://ej2.syncfusion.com/vue/documentation/api/pdfviewer/printEndEventArgs) for available values such as `fileName`.
838838

839839
The following examples log the printed file name.
840840

0 commit comments

Comments
 (0)