Skip to content

Commit f93ef97

Browse files
996400: Resolved CI failures for Print UG Documentation Revamp
1 parent c9a60b9 commit f93ef97

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

Document-Processing/PDF/PDF-Viewer/javascript-es6/print/enable-print-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Enable Print Rotation in TypeScript PDF Viewer | Syncfusion
4-
description: Learn how to enable print rotation in the Syncfusion TypeScript PDF Viewer component.
4+
description: Learn how to enable print rotation for landscape documents in the Syncfusion TypeScript PDF Viewer component.
55
platform: document-processing
66
control: Print
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/javascript-es6/print/events.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Print Events in TypeScript PDF Viewer | Syncfusion
4-
description: Learn about print events in the Syncfusion TypeScript PDF Viewer component.
4+
description: Learn how to configure print events and track usage and implements workflows in the Syncfusion TypeScript PDF Viewer component.
55
platform: document-processing
66
control: Print
77
documentation: ug
@@ -10,18 +10,18 @@ domainurl: ##DomainURL##
1010

1111
# Print events in Typescript PDF Viewer
1212

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

1515
| Name | Description |
1616
|--------------|-------------|
1717
| `printStart` | Raised when a print action begins. Use the event to log activity or cancel printing. |
1818
| `printEnd` | Raised after a print action completes. Use the event to notify users or clean up resources. |
1919

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

2323
### Event arguments
24-
Review [`PrintStartEventArgs`](https://ej2.syncfusion.com/documentation/api/pdfviewer/printStartEventArgs/) for details such as `fileName` and the `cancel` option.
24+
Review [`PrintStartEventArgs`](https://ej2.syncfusion.com/documentation/api/pdfviewer/printStartEventArgs) for details such as `fileName` and the `cancel` option.
2525

2626
The following example logs the file that is being printed and shows how to cancel the operation.
2727

@@ -65,10 +65,10 @@ pdfviewer.appendTo('#PdfViewer');
6565
{% endtabs %}
6666

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

7070
### Event arguments
71-
See [`PrintEndEventArgs`](https://ej2.syncfusion.com/documentation/api/pdfviewer/printEndEventArgs/) for available values such as `fileName`.
71+
See [`PrintEndEventArgs`](https://ej2.syncfusion.com/documentation/api/pdfviewer/printEndEventArgs) for available values such as `fileName`.
7272

7373
The following example logs the printed file name.
7474

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Print in TypeScript PDF Viewer | Syncfusion
4-
description: Learn how to enable, customize, and monitor printing in the Syncfusion TypeScript PDF Viewer component.
3+
title: Print Overview in TypeScript PDF Viewer | Syncfusion
4+
description: Learn how to enable, monitor and customize printing in the Syncfusion TypeScript PDF Viewer component.
55
platform: document-processing
66
control: Print
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Print Overview in TypeScript PDF Viewer
11+
# Print Overview in TypeScript PDF Viewer Control
1212

1313
The TypeScript PDF Viewer includes built‑in printing via the toolbar and APIs so you can control how documents are printed and monitor the process.
1414

@@ -113,7 +113,7 @@ if (printButton) {
113113
- Control output quality with the printScaleFactor property (0.5–5)
114114
- Auto‑rotate pages during print using enablePrintRotation
115115
- Choose where printing happens with printMode (Default or NewWindow)
116-
- Track the lifecycle with printStart and printEnd events
116+
- Track the life cycle with printStart and printEnd events
117117

118118
[View Sample in GitHub](https://github.com/SyncfusionExamples/typescript-pdf-viewer-examples)
119119

Document-Processing/PDF/PDF-Viewer/javascript-es6/print/print-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Print Modes in TypeScript PDF Viewer | Syncfusion
4-
description: Learn about print modes in the Syncfusion TypeScript PDF Viewer component.
4+
description: Learn how to configure print modes for PDF Documents in the Syncfusion TypeScript PDF Viewer component.
55
platform: document-processing
66
control: Print
77
documentation: ug

Document-Processing/PDF/PDF-Viewer/javascript-es6/print/print-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: Customize Print Quality in TypeScript PDF Viewer | Syncfusion
4-
description: Learn how to customize print quality in the Syncfusion TypeScript PDF Viewer component.
4+
description: Learn how to customize print quality for PDF Documents in the Syncfusion TypeScript PDF Viewer component.
55
platform: document-processing
66
control: Print
77
documentation: ug

0 commit comments

Comments
 (0)