# How to Merge PDFs Without Losing Hyperlinks and Bookmarks
You've spent hours crafting a PDF with carefully placed hyperlinks and organized bookmarks. Then you merge it with other PDFs, and... everything's gone. Dead links everywhere. Bookmarks vanished. Your beautifully structured document is now just a flat, unnavigable file.
This happens way too often, and it's maddening because it feels like something that should just work automatically.
Here's the reality: most basic PDF merge tools strip out interactive elements. Hyperlinks, bookmarks, annotations, form fieldsโall of that gets lost. It's not a bug; it's how they're designed. They treat PDFs as static documents and ignore the interactive layers.
But it doesn't have to be this way.
In this guide, I'll show you exactly how to merge PDFs while preserving every hyperlink, bookmark, and interactive feature. You'll learn which tools actually maintain these elements, how to verify they're preserved, and what to do if they get lost anyway.
Understanding PDF Interactive Elements
Before we dive into merging, let's clarify what we're trying to preserve.
Hyperlinks
Internal links point to other pages within the same PDF.
- "See page 15 for details"
- Table of contents entries that jump to sections
- Cross-references between chapters
External links point to outside resources.
- Website URLs (https://example.com)
- Email addresses (mailto:user@example.com)
- Links to other files
When merging, internal links need to be updated because page numbers change. External links should remain unchanged.
Bookmarks (Outline)
Bookmarks create a navigational tree structure, usually visible in a sidebar.
They look like:
๐ Introduction (Page 1)
๐ Chapter 1 (Page 5)
๐ Section 1.1 (Page 6)
๐ Section 1.2 (Page 10)
๐ Chapter 2 (Page 15)
When merging multiple PDFs, you want to preserve each document's bookmarks, usually nesting them under a parent bookmark for that document.