Skip to content

Commit bf0fb6c

Browse files
1014821: Resolved CI errors
1 parent a491200 commit bf0fb6c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Document-Processing-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@
10801080
<li><a href="/document-processing/pdf/pdf-viewer/react/organize-pages/events">Events</a></li>
10811081
</ul>
10821082
</li>
1083-
<li><a href="/document-processing/pdf/pdf-viewer/react/overview">Print</a>
1083+
<li><a href="/document-processing/pdf/pdf-viewer/react/print/overview">Print</a>
10841084
<ul>
10851085
<li><a href="/document-processing/pdf/pdf-viewer/react/print/print-modes">Print Modes</a></li>
10861086
<li><a href="/document-processing/pdf/pdf-viewer/react/print/print-quality">Print Quality</a></li>

Document-Processing/PDF/PDF-Viewer/react/print/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ domainurl: ##DomainURL##
1010

1111
# Print events in React PDF Viewer
1212

13-
This page lists each event emitted by the React PDF Viewer's [`Print`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/print) feature, the argument schema, and the minimal behaviour notes needed for implementation.
13+
This page lists each event emitted by the React PDF Viewer's [`Print`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/print) feature, the argument schema, and the minimal behavior notes needed for implementation.
1414

1515
## Events
1616

Document-Processing/PDF/PDF-Viewer/react/print/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export default function App() {
103103
- Control output quality with the [`printScaleFactor`](./print-quality) property (0.5–5)
104104
- Auto‑rotate pages during print using [`enablePrintRotation`](./enable-print-rotation)
105105
- Choose where printing happens with [`printMode`](./print-modes) (Default or NewWindow)
106-
- Track the lifecycle with [`printStart` and `printEnd` events](./events)
106+
- Track the life cycle with [`printStart` and `printEnd` events](./events)
107107

108108
## Troubleshooting
109109

Document-Processing/PDF/PDF-Viewer/react/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 React PDF Viewer | Syncfusion
4-
description: Learn how to configure print modes for PDF Documents in the Syncfusion React PDF Viewer component.
4+
description: Learn how to configure print modes for PDF Documents in the Syncfusion React PDF Viewer component and more.
55
platform: document-processing
66
control: Print
77
documentation: ug

0 commit comments

Comments
 (0)