PDF Basics

Bookmarks, and Why Your Contents Page Disappears

The clickable outline down the side of a long PDF is a separate structure from the pages. Splitting or merging loses it, and here is why.

Written against the Sep 4, 2026 release·what has changed since

13245DROP 2 HERE

Open a long report and there is often a panel down the side: chapters, sections, clickable, taking you straight to a page. Those are bookmarks, and they are not part of the pages at all.

A separate tree pointing at pages

A PDF stores an outline as its own structure: a tree of titles, each with a destination that names a page and a position on it. Nothing about it is drawn. It exists so a reader can build that navigation panel, and the pages themselves are unaware of it.

Which is also why it is fragile. The outline points at pages by reference, so any operation that rebuilds the page list has to decide what happens to a tree of pointers, and most of them drop it.

When it goes

  • Merging. Two documents have two outlines. Combining them means merging two trees and renumbering every destination, and the safe answer is usually to keep neither.
  • Splitting or extracting. Pull chapters four to six out and most of the outline points at pages that are no longer there.
  • Reordering. The destinations still resolve, but they now point at whatever moved into those positions, which is worse than losing them.
  • Rasterising. A page rebuilt as an image keeps nothing that referred to it.
Nothing here edits bookmarks: There is no outline editor on this site. The tools operate on pages, and an outline that survives one of them survives by luck rather than by design. If navigation matters, build it where the document is authored.

What survives instead

A printed contents page does. A page listing sections and their page numbers is ordinary content: it merges, splits, prints and photocopies, and it is still readable when the file is opened in something with no outline panel at all.

Page numbers are what make that contents page usable, and adding them to a document that has none is a page operation rather than an outline one, so it survives everything above.

Number the pages of a document

Place formatted page numbers precisely across selected pages.

  • Bookmarks are a separate tree of pointers, not something drawn on a page.
  • Merging, splitting, reordering and rasterising all break or drop them.
  • This site has no outline editor, so treat an outline as something you may lose.
  • A printed contents page and real page numbers survive every operation.

Was this article helpful?

Your answer stays in this browser. Nothing is sent to us. See how it works.

Keep reading

Reviewed and maintained by

Novus Stream Solutions Editorial Team

The Novus Stream Solutions Editorial Team maintains Novus PDF Studio's product documentation, tutorials and PDF explainers. The team checks product claims against the current browser-local implementation and tests, prefers primary specifications and vendor documentation, and corrects material errors openly. The byline identifies the responsible organization; it does not imply a named expert or professional adviser.

Privacy note: every tool mentioned in this article runs entirely in your browser. Nothing is uploaded or queued on a server. A PDF stays in the tab unless you explicitly use Save on this device, which stores that session in this browser without storing passwords. More on the how it works page.