Skip to content

Commit fb38ee9

Browse files
1010724: Resolved CI failures
1 parent 905ad18 commit fb38ee9

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

Document-Processing-toc.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,8 @@
927927
<ul>
928928
<li><a href="/document-processing/pdf/pdf-viewer/react/document-handling/load-large-pdf">Load Large PDF Files</a></li>
929929
<li><a href="/document-processing/pdf/pdf-viewer/react/document-handling/load-password-pdf">Load Password Protected PDFs</a></li>
930+
<li><a href="/document-processing/pdf/pdf-viewer/react/document-handling/preprocess-pdf">Preprocess PDF Document Before Displaying</a></li>
931+
<li><a href="/document-processing/pdf/pdf-viewer/react/document-handling/retrieve-loadedDoc">Retrieve the Loaded Document Instance </a></li>
930932
</ul>
931933
</li>
932934
<li><a href="/document-processing/pdf/pdf-viewer/react/mobile-toolbar">Mobile Toolbar Interface</a></li>

Document-Processing/PDF/PDF-Viewer/react/document-handling/preprocess-pdf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Preprocess PDF Document Before Displaying in React PDF Viewer | Syncfusion
4-
description: Learn how to preprocess PDF documents using Syncfusion PDF Library before displaying them in the React PDF Viewer. This includes merging, extracting, flattening, watermarking, and loading processed files.
4+
description: Learn how to preprocess PDF documents using Syncfusion PDF Library before displaying them in the React PDF Viewer.
55
control: PDF Viewer
66
platform: document-processing
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Preprocess PDF Document Before Displaying in React PDF Viewer
11+
# Pre-process PDF Document Before Displaying in React PDF Viewer
1212

1313
This section explains why preprocessing is useful, what operations you can perform using the Syncfusion PDF Library, and how to load the processed document in the React PDF Viewer.
1414

Document-Processing/PDF/PDF-Viewer/react/document-handling/retrieve-loadedDoc.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
layout: post
3-
title: Retrieve the Loaded Document Instance in React PDF Viewer | Syncfusion
4-
description: Learn how to access the loaded PDF document instance in the React PDF Viewer using refs and the documentLoad event. Retrieve metadata, page details, and safely call viewer APIs after the document is ready.
5-
control: PDF Viewer
3+
title: Retrieve the Loaded Document Instance in React PDF Viewer
4+
description: Learn how to access the loaded PDF document instance in the React PDF Viewer using refs and the documentLoad event.
65
platform: document-processing
76
documentation: ug
87
domainurl: ##DomainURL##
98
---
109

1110
# Retrieve the Loaded Document Instance in React PDF Viewer
1211

13-
This page explains how to access the React PDF Viewer instance using a React ref, listen for the [`documentLoad`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/index-default#documentload) lifecycle event, and retrieve document information, page details, and metadata—so you can safely invoke viewer APIs after the PDF is loaded.
12+
This page explains how to access the React PDF Viewer instance using a React ref, listen for the [`documentLoad`](https://ej2.syncfusion.com/react/documentation/api/pdfviewer/index-default#documentload) life-cycle event, and retrieve document information, page details, and metadata—so you can safely invoke viewer APIs after the PDF is loaded.
1413

1514
---
1615

0 commit comments

Comments
 (0)