How can I help you?
Navigation in React PDF Viewer
18 Mar 20261 minute to read
The Syncfusion React PDF Viewer provides multiple navigation options to help users move through PDF documents efficiently. This section covers all available navigation features.
Overview
The React PDF Viewer supports several types of navigation:
| Navigation Type | Description |
|---|---|
| Page Navigation | Navigate between pages using toolbar buttons or programmatic APIs |
| Bookmark Navigation | Navigate using document bookmarks |
| Hyperlink Navigation | Handle internal and external hyperlinks |
| Page Thumbnail Navigation | Navigate using thumbnail previews of pages |
Quick Links
Page Navigation
Learn how to enable page navigation and use programmatic APIs to navigate to specific pages.
- Enable/disable navigation via toolbar
- Navigate to first, last, next, previous, or specific pages
- Programmatic navigation methods
Bookmark Navigation
Enable and use bookmark navigation for PDFs that contain bookmarks.
- Enable bookmark panel
- Navigate programmatically using
goToBookmark - Retrieve bookmark list using
getBookmarks
Hyperlink Navigation
Configure hyperlink behavior and handle hyperlink events.
- Enable/disable hyperlinks
- Control how links open (current tab or new tab)
- Handle hyperlink click and mouseover events
Page Thumbnail Navigation
Use page thumbnails for quick document navigation.
- Enable thumbnail view
- Open/close thumbnail pane programmatically
- Navigate by clicking thumbnails