ToolJutsu
All tools
PDF Tools

PDF Bookmark Viewer

View the bookmark outline of a PDF.

Processed on your device. We never see your files.

How to use PDF Bookmark Viewer

What this tool does

The PDF Bookmark Viewer reads the document outline (bookmarks) embedded inside a PDF and displays it as an interactive, collapsible tree. Each entry in the tree shows the bookmark title and its nesting level. You can expand and collapse branches to explore the structure. If the PDF has no bookmarks, the tool says so clearly. This is a read-only tool — it inspects the PDF without modifying it, and no file is created or downloaded.

Why you might need it

PDF bookmarks are invisible at a glance when you receive a file, yet they significantly affect how easy the document is to navigate. Before distributing a long report, book, or manual, a quality check should include confirming that the bookmarks are present, correctly named, and logically structured. This tool makes that check instant.

Ebook authors, technical writers, and document workflow specialists regularly need to verify that their export pipeline generated the right outline. A PDF created from Microsoft Word, InDesign, or LaTeX can have bookmark generation controlled by export settings — inspecting the result without opening a full PDF editor saves time. Legal professionals sometimes need to confirm that a court submission or contract has an outline that references the correct sections. Developers building PDF processing pipelines need a quick way to validate the structure of generated files.

For anyone receiving an unfamiliar PDF — a research paper, a government form set, or a multi-chapter textbook — glancing at its bookmark tree before reading gives an instant map of the document’s organisation and lets you decide which sections are relevant.

How to use it

  1. Drop your PDF onto the dropzone, or click to browse. The outline is read immediately after the file loads — there is no separate button to press.
  2. If the PDF has bookmarks, they appear as a collapsible tree. Click the arrow icon next to any parent item to expand or collapse its children.
  3. If the PDF has no bookmarks, the tool shows a plain message explaining this.
  4. The total bookmark count appears at the top right of the tree.
  5. Click Clear to load a different file.

Common pitfalls

Scanned PDFs have no bookmarks because a scanner creates a flat image and does not parse document structure. PDFs created by “printing to PDF” from an application (rather than exporting) also typically have no outline, because the print pipeline discards structural metadata. In both cases, you need an OCR-and-structure tool to add a meaningful outline — something outside the scope of this read-only viewer.

Some PDFs have a large number of very deeply nested bookmarks — a comprehensive reference manual might have hundreds of entries five or six levels deep. The tree renderer handles this correctly, but the list can be long. Use the collapse controls to fold sections you are not interested in.

Encrypted PDFs are not supported. If your PDF is password-protected, use the PDF Password Remover tool first to create an unlocked copy, then inspect that copy here.

Tips and alternatives

If you are building or editing a PDF and need to add bookmarks to it, a free option is PDF24 Creator (desktop) or Stirling PDF (self-hosted). For files generated programmatically, pdf-lib supports setting a document outline, which is the same underlying structure this tool reads.

When checking a PDF before distribution, combine this viewer with the PDF Metadata Editor to ensure the title, author, and subject fields are also correct, and the PDF Text Extractor to confirm that selectable text is present throughout. Together these three tools give you a thorough pre-distribution quality check without leaving the browser or uploading your files anywhere.

Frequently asked questions

Is my PDF uploaded to a server when I use this tool?
No. The PDF is opened entirely in your browser using pdf.js, a JavaScript library. The file is read from your local storage and the outline data is extracted from the document structure in memory. Nothing is transmitted across the network. This matters especially for PDFs containing confidential content — legal briefs, business reports, personal documents — because the file never leaves your device under any circumstances.
What are PDF bookmarks, and how are they different from browser bookmarks?
In the PDF world, 'bookmarks' (also called an outline or table of contents) are navigation links embedded inside the PDF file by whoever created it. When you open a PDF in a reader like Adobe Acrobat or Preview, bookmarks appear in a sidebar panel and let you jump directly to chapters, sections, or specific pages. They are completely separate from your browser's bookmark system, which saves web page URLs. This tool reads the internal PDF bookmark structure, not anything in your browser.
Why does my PDF show 'no bookmarks'?
Bookmarks are optional — they must be explicitly added by the person or software that created the PDF. A PDF exported from a word processor with headings styled using a proper heading hierarchy will often have bookmarks generated automatically. A scanned document, a PDF created by printing to a PDF printer, or a simple single-page file typically has none. The absence of bookmarks is not an error; it simply reflects how the document was made.
Can I edit or add bookmarks using this tool?
No. This tool is read-only — it shows you the existing bookmark structure but does not modify the PDF. Adding or editing bookmarks in an existing PDF requires a PDF editor such as Adobe Acrobat, PDF24, or a desktop application. This tool is designed for quickly inspecting a PDF's outline when you are deciding whether to use it, reorganising it, or verifying that a generated PDF has the expected bookmark structure before distributing it.
What does the tree structure mean? Why are some bookmarks indented?
PDF bookmarks can be nested to any depth, just like a table of contents with chapters and sub-sections. Top-level items represent the main sections, and each indented child represents a subsection within the parent. Clicking the arrow next to a parent bookmark collapses or expands its children. A filled circle marks a leaf item — one with no children.

Related tools