How-To GuidesMarch 16, 2026
Meidy Baffou·LazyPDF

How to Merge PDFs While Preserving Bookmarks

Merging PDFs is straightforward — but keeping the navigation bookmarks from each source file is a different challenge. Most free PDF merging tools discard bookmark data during the merge process, leaving you with a combined document that lacks the navigation structure from the original files. For long technical documents, manuals, or reports where bookmarks are critical to usability, losing them after merging can be a significant problem. This guide explains why it happens, which tools handle it well, and how to restore bookmarks if they're lost.

Why Bookmarks Are Often Lost During Merging

PDF bookmarks (technically called the 'document outline' in the PDF specification) are a separate data structure from the page content itself. When you merge PDFs, the tool needs to not only combine the page streams but also: 1. Collect bookmark trees from all source files 2. Update the page reference numbers (since pages are renumbered in the merged document) 3. Merge the bookmark hierarchies into a single outline structure Most simple PDF merging tools only handle step 1 — combining pages — and skip the bookmark handling because it's more complex. The bookmarks either disappear entirely or point to the wrong pages in the merged document. Professional tools like Adobe Acrobat Pro handle this correctly by default. Some free tools also support it, but you often need to check their documentation.

Tools That Preserve Bookmarks When Merging

Here's an honest comparison of how major PDF merging tools handle bookmarks:

  1. 1Use Adobe Acrobat Pro for guaranteed bookmark preservation — go to Tools > Combine Files, add your PDFs, and Acrobat preserves and merges bookmark structures automatically
  2. 2In PDFtk (free, command-line): pdftk file1.pdf file2.pdf cat output merged.pdf — this preserves bookmarks from source files with correct page offset adjustments
  3. 3In Ghostscript (free, command-line): use -dDOPDFMARKS flag to preserve bookmarks during merge: gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dDOPDFMARKS -sOutputFile=out.pdf file1.pdf file2.pdf
  4. 4In PDF24 Creator (free, Windows): the merge function preserves source document bookmarks with correct page references
  5. 5For LazyPDF merge + bookmark rebuild: merge the files first, then use a bookmark editor tool to add the navigation structure back

How to Rebuild Bookmarks After Merging

If you've already merged your PDFs and lost the bookmarks, or if you're using a tool that doesn't preserve them, you can rebuild the navigation structure in the merged document. **Using Adobe Acrobat Pro**: Open the merged PDF, go to View > Show/Hide > Navigation Panels > Bookmarks. You'll see an empty bookmarks panel. Manually add bookmarks by navigating to each major section, clicking the New Bookmark button, and typing the section name. For large documents, this takes time but produces a perfect result. **Using JPdfBookmarks (free)**: This dedicated bookmark editor lets you open any PDF and add/edit bookmarks through a visual interface. You specify page numbers and bookmark names, and the tool writes the bookmark data into the PDF. **Using Sejda (browser-based)**: Sejda offers bookmark editing in their online tool. The free tier has daily limits but works for occasional use. **Manual but effective**: If your source documents had clear chapter headings visible in the page content, rebuilding bookmarks typically takes 10-20 minutes for a 100-page document with 20 chapters.

Best Practices for Bookmark-Preserving Workflows

The most reliable way to maintain bookmarks through the merge process is to plan your workflow around tools and steps that support it: **Start with well-bookmarked source files**: If your source PDFs have proper bookmark structures, merging tools that support it have more to work with. Create source PDFs with bookmarks enabled during export from Word or other tools. **Use PDFtk for command-line batch work**: For teams or automated workflows, PDFtk is free and reliably preserves bookmarks. It's available for Windows, macOS, and Linux. **Test with a small document first**: Before merging a 300-page report that took days to assemble, test your chosen merge tool on a small 2-3 page PDF with bookmarks to verify it preserves them. **Keep source files**: Always keep the original individual PDFs. If bookmark data is lost during merging, you can go back and try a different tool or method. Never work destructively on the only copy of a document. **Add a table of contents page**: As a backup for any bookmark issues, a text-based table of contents on page 1 or 2 of the merged document ensures readers can navigate even without bookmarks.

When Bookmarks in Merged PDFs Become Especially Critical

For most everyday documents — a few pages of forms, a quick report — losing bookmarks after merging is a minor inconvenience. But for these document types, bookmarks are critical: **Technical manuals**: Users need to navigate directly to specific procedures without scrolling through hundreds of pages. **Legal document bundles**: Attorneys use PDF outlines to quickly locate specific exhibits and sections in court filings. **Reference guides**: Technical reference PDFs used daily by developers or engineers need instant section navigation. **Ebooks and long-form content**: Any PDF intended to be read non-linearly benefits enormously from bookmarks. For these use cases, invest the extra time in using a tool that preserves bookmarks correctly, or rebuild them after merging. The time spent is repaid every time someone opens the document.

Frequently Asked Questions

Does LazyPDF's Merge tool preserve bookmarks?

LazyPDF's Merge tool focuses on reliable, fast page combination. For bookmark-critical workflows, we recommend using PDFtk or Adobe Acrobat Pro for the merge step, or rebuilding bookmarks after merging using a dedicated bookmark editor. LazyPDF's Organize tool can help you prepare and arrange pages before the final merge.

Can I merge PDFs and have the merged file's table of contents show sections from all source files?

Yes, if your tool preserves bookmarks. Each source file's bookmarks become nested entries in the merged document's outline, effectively creating a combined table of contents. Tools like PDFtk and Adobe Acrobat Pro produce this result automatically.

What's the difference between PDF bookmarks and hyperlinks?

Bookmarks (the document outline) appear in the navigation panel of PDF readers and provide a clickable table of contents in the sidebar. Hyperlinks are embedded in the page content itself — clickable text or areas within the document body. Both can be preserved or lost during merging, but they're handled separately in the PDF structure.

Is there a free browser-based tool that preserves bookmarks during merge?

Most browser-based free tools (Smallpdf, ILovePDF, LazyPDF) prioritize simplicity and don't guarantee bookmark preservation. For free bookmark-preserving merges, PDFtk (desktop) is the most reliable free option. Sejda's browser tool supports bookmarks in its paid tier.

Merge your PDF files quickly and organize pages exactly how you need them — free, no signup required.

Merge PDFs Free

Related Articles