Add a Clickable Bookmark Outline to a PDF
Type one line per entry as a page number, a pipe and a title, and pdf-lib writes a real PDF outline into the document — the navigation sidebar readers already have, set to open automatically.
About the PDF Bookmark Creator
Long PDFs without an outline are miserable to use. Readers give you a scrollbar and a page count and nothing else, so finding section four of a two-hundred-page document means guessing, scrolling and guessing again. This tool adds the structure that should have been there, using nothing more than a list you type.
The format is deliberately plain: each line is a page number, a vertical bar, and the title you want shown. Lines that do not fit that pattern are skipped without complaint, and any entry pointing at a page the document does not have is dropped — if none of your page numbers exist, you get an error telling you how many pages there actually are. Titles are written as Unicode text, so umlauts, accents, and non-Latin scripts all survive intact rather than turning into question marks.
Key Features
- One line per bookmark: Enter 12 | Chapter 2 and that is the whole syntax — no nesting characters, no indentation rules, no export format to learn.
- A genuine PDF outline: The entries are written into the document catalogue as a proper Outlines structure with linked Prev and Next references, which is what makes them appear in the sidebar of every reader rather than as a page of links.
- The sidebar opens on its own: The document is marked to open in outline mode, so a recipient sees the navigation immediately instead of having to know where the panel is hidden.
- Unicode titles: Bookmark text is stored as hex-encoded Unicode, so German, French, Polish or Japanese chapter titles come through exactly as typed.
- Bad lines fail quietly: Blank lines, notes to yourself and mistyped entries are ignored rather than breaking the run, so you can paste a rough list and refine it.
- Nothing is transmitted: pdf-lib rewrites the document structure in your browser from code held on this domain, so a confidential draft gains its navigation without being sent for processing.
How to Use the PDF Bookmark Creator
- Add the PDF that needs an outline.
- In the box, type one line per bookmark in the form: page number, a vertical bar, then the title.
- Check the page numbers against the document — the entry jumps to the page you name, not to a heading it finds.
- Press Add Bookmarks and download the result, saved with -bookmarked appended.
How It Works
The tool builds the outline by hand at the object level: it allocates a reference for the outline root and one for each entry, gives every entry a title, a parent, a destination pointing at the page object, and Prev and Next links tying the entries into a chain, then registers the root in the document catalogue and sets the page mode so readers open with the panel visible.
Three limits follow from that construction. The outline is flat — every entry sits at the top level, so you cannot nest a section under a chapter. Destinations use the fit-page setting, meaning a click lands at the top of the page rather than scrolling to a heading partway down it. And adding bookmarks replaces any outline the document already had, rather than merging with it, so if the file arrived with a partial outline you should include those entries in your list as well.
When You Need It
A technical standards committee circulates a draft specification running to several hundred clauses for comment. Members who cannot navigate it will not read it properly, and the draft is confidential to the committee until publication — putting it through an online PDF service to add navigation would circulate it exactly as far as the embargo says it must not go. A typed list of clause headings and page numbers fixes it in a couple of minutes.
A manufacturer ships a three-hundred-page service manual alongside its equipment. An engineer standing at a machine with a tablet needs to reach the hydraulic section in seconds, and an outline is the difference between a usable manual and a PDF nobody opens twice. Building it locally also means the manual, which contains schematics the company does not publish, is never handed to an outside converter.