You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/vue/annotation/free-text-annotation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ export default {
192
192
193
193
## Add a free text annotation programmatically to the PDF document
194
194
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.
196
196
197
197
Here is an example of adding a free text annotation programmatically using addAnnotation():
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/vue/annotation/ink-annotation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ export default {
195
195
196
196
## Add an Ink annotation programmatically to the PDF document Programmatically
197
197
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.
199
199
200
200
Here is an example of adding an ink annotation programmatically using addAnnotation():
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/vue/annotation/signature-annotation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ export default {
276
276
277
277
## Add a handwritten signature programmatically to the PDF document
278
278
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.
280
280
281
281
Here is an example of adding a handwritten signature programmatically using addAnnotation():
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/vue/annotation/stamp-annotation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,7 +208,7 @@ export default {
208
208
209
209
## Adding a Stamp annotation to the PDF document Programmatically
210
210
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.
212
212
213
213
Here's a example of how you can utilize the **addAnnotation()** method to include a Stamp annotation programmatically:
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/vue/annotation/sticky-notes-annotation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Annotation comments can be added using the comment panel.
34
34
35
35
## Add a sticky note annotation to the PDF document programmatically
36
36
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.
38
38
39
39
Here is an example showing how to add a sticky note annotation programmatically using addAnnotation():
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/vue/annotation/text-markup-annotation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -395,7 +395,7 @@ export default {
395
395
396
396
## Highlight text programmatically
397
397
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.
399
399
400
400
Example:
401
401
@@ -942,7 +942,7 @@ export default {
942
942
943
943
## Underline a text programmatically
944
944
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.
946
946
947
947
Example:
948
948
@@ -1491,7 +1491,7 @@ export default {
1491
1491
1492
1492
## Strikethrough text programmatically
1493
1493
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.
1495
1495
1496
1496
Here's an example of how you can use the **addAnnotation()** method to apply Strikethrough programmatically:
1497
1497
@@ -2042,7 +2042,7 @@ export default {
2042
2042
2043
2043
## Squiggly a text programmatically
2044
2044
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.
2046
2046
2047
2047
Here's an example of how you can use the **addAnnotation()** method to apply Squiggly programmatically:
Copy file name to clipboardExpand all lines: Document-Processing/PDF/PDF-Viewer/vue/print.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
layout: post
3
3
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.
5
5
control: Print
6
6
platform: document-processing
7
7
documentation: ug
@@ -212,7 +212,7 @@ export default {
212
212
213
213
## Customize print quality using the printScaleFactor API
214
214
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.
216
216
217
217
By default, `printScaleFactor` is set to 1.
218
218
@@ -662,7 +662,7 @@ export default {
662
662
663
663
## Print events
664
664
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.
666
666
667
667
| Name | Description |
668
668
|--------------|-------------|
@@ -671,11 +671,11 @@ Subscribe to print lifecycle events to track usage and implement custom workflow
671
671
672
672
### printStart event
673
673
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.
675
675
676
676
#### Event arguments
677
677
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.
679
679
680
680
The following examples log the file being printed and show how to cancel the operation.
681
681
@@ -830,11 +830,11 @@ export default {
830
830
831
831
### printEnd event
832
832
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.
834
834
835
835
#### Event arguments
836
836
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`.
0 commit comments