Skip to content

Commit 05650b5

Browse files
984540: Updated file paths for JS ES5 in toc
1 parent b125de9 commit 05650b5

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

Document-Processing-toc.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,10 @@
10341034
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/extract-text-js">Extract Text</a></li>
10351035
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/enable-text-selection-js">Dynamically Enable or Disable Text Selection</a></li>
10361036
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/show-hide-annotation-js">Show and Hide Annotation</a></li>
1037+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/download-document-on-window-closing">Download PDF document on closing browser window</a></li>
1038+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/focus-on-a-form-field-after-loading">Focus on a form field on document load</a></li>
1039+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/use-local-script-and-style-references">Use local script and style references</a></li>
1040+
<li><a href="/document-processing/pdf/pdf-viewer/javascript-es5/how-to/add-new-page-to-the-pdf-document">Add new page to PDF document</a></li>
10371041
</ul>
10381042
</li>
10391043
<li>Troubleshooting
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
---
22
layout: post
3-
title: Table of contents navigation in PDF Viewer | Syncfusion
4-
description: Learn how to navigate PDFs using the table of contents in the Syncfusion PDF Viewer control for JavaScript.
3+
title: Hyperlink navigation in PDF Viewer | Syncfusion
4+
description: Learn how to configure hyperlink navigation, including table-of-contents entries, in the Syncfusion PDF Viewer control for JavaScript.
55
platform: document-processing
66
control: PDF Viewer
77
documentation: ug
88
domainurl: ##DomainURL##
99
---
1010

11-
# Table of contents navigation in PDF Viewer
11+
# Hyperlink navigation in PDF Viewer
1212

13-
The PDF Viewer supports a built-in table of contents (TOC) experience to help users jump to sections defined by the document’s bookmarks or outline.
13+
The PDF Viewer consolidates hyperlink-driven experiences, including inline links and table-of-contents (TOC) entries that target in-document destinations. These elements surface contextual entry points so users can jump directly to relevant sections without manual scrolling.
14+
15+
> **Note:** The table of contents pane and hyperlink interactions rely on the same navigation infrastructure. When these capabilities are enabled, the PDF Viewer automatically surfaces TOC entries and clickable links defined in the PDF.
16+
17+
## Required modules
18+
19+
Inject the following modules to enable both navigation experiences: `Toolbar`, `Magnification`, `Navigation`, `LinkAnnotation`, `BookmarkView`, `TextSelection`, `ThumbnailView`, and optionally `Annotation`.
1420

1521
## Table of contents navigation
1622

0 commit comments

Comments
 (0)