Technical

What Happens to Bookmarks and Form Fields When You Merge PDFs

Merging PDFs keeps your pages intact but quietly drops the document outline and breaks fillable forms. Here is exactly what survives a merge, what does not, and how to work around it.

LuraPDF Team
LuraPDF Team

Editorial & Technical Team · September 21, 2026 · 6 min read

Merging two PDFs looks like the simplest operation in document handling: put these pages after those pages. The pages do come through perfectly. But a PDF carries things that do not belong to any single page, and those are where merges go wrong.

This is the part no tool warns you about, so here it is in full.

A PDF Is Not Just a Stack of Pages

A PDF file has a page tree — the pages themselves, with their text, images and dimensions. It also has document-level structures that sit beside the page tree and refer into it:

  • The outline, which is what your reader shows as the bookmarks panel
  • The AcroForm, a document-level catalogue of every interactive form field
  • Named destinations, the targets that internal links point at
  • Document metadata, and the encryption dictionary if the file has a password

A merge builds a brand-new empty document and copies pages into it. Anything attached to a page travels with it. Anything that lived at the document level does not, because nothing rebuilds it.

What Survives

Page content. Text, fonts, vector graphics and images arrive exactly as they were. A merge does not re-encode or degrade anything.

Page dimensions and orientation. Each page keeps its own size. Merging A4 portrait pages with US Letter landscape pages produces a document with both, which is correct even though it looks uneven.

Annotations and links. Comments, highlights, sticky notes and link rectangles are stored on the page, so they come across. A link pointing to a website still works.

The visual appearance of form fields. The boxes and their current contents still look right.

What Does Not

Bookmarks and the outline

This is the most-missed one. If you merge three 80-page reports that each had a full chapter outline, the combined 240-page document opens with an empty bookmarks panel.

Nothing was corrupted — the outline simply lived at the document level of each source file, and the new document was created without one. There is no way to recover the originals' outlines from the merged file afterwards.

Fillable forms

This is the most damaging one. Form fields depend on the document-level AcroForm catalogue. The visible widget is on the page and copies over, but the registration that makes it a field does not.

The practical result: the form looks normal, but clicking a box may do nothing, entered values may not save, and a system receiving the file may read no field data at all. It looks fine and behaves like a picture of a form.

If you need to combine documents and keep a form working, fill and flatten the form before merging. Fill PDF Form writes the values into the page, after which they are page content and survive any merge.

Internal cross-references

A table of contents whose entries jump to sections relies on named destinations. Those are document-level, so the entries typically become dead — the text remains, the jump does not happen.

Passwords and encryption

An encrypted PDF cannot be merged while it is locked. Remove the protection first with Unlock PDF, which needs the password, then merge. The output is unprotected; re-apply protection afterwards with Protect PDF if you need it.

Document metadata

Title, author, subject and keywords belong to the source documents. The merged file starts clean.

Why Tools Do It This Way

It is not laziness. Merging these structures correctly requires resolving genuine conflicts with no right answer.

If two documents each have a bookmark called "Introduction" pointing at their own page 1, the merged outline needs both, nested under something, in some order — and whatever the tool picks will be wrong for someone. If both documents have a text field named signature, a merged AcroForm cannot hold two different fields with one name; one has to be renamed, which breaks whatever system expected that name.

Copying pages and starting clean is predictable. You lose the outline, but you never get a silently mangled one.

Working Around It

Fill and flatten forms first. Anything written into the page survives.

Rebuild the outline last. If the merged document needs bookmarks, add them after merging rather than expecting them to carry through.

Use page numbers for navigation. In a merged document, a printed reference ("see page 147") survives where an internal link does not. Add page numbers after merging, so the numbering runs continuously across the whole document.

Check before you send. Open the merged file and look at the bookmarks panel and any form field. Thirty seconds now beats a recipient telling you the form does not work.

Keep the sources. If the merge loses something you needed, you will want the originals.

A Note on Merging Part of a File

You do not have to merge whole documents. Merge PDF accepts a page range per file, so you can take pages 3–9 of one document and pages 1–2 of another in a single pass. Everything above still applies — you are copying a subset of pages, with the same document-level structures left behind.

The short version: merges are safe for content and lossy for structure. Know which of those your document depends on before you combine it with anything.

Frequently Asked Questions

Can I merge PDFs and keep the bookmarks? Not through a merge itself. The outline is a document-level structure and the merged file is created without one. If the combined document needs bookmarks, add them after merging.

Why does my merged form look fine but not work? The visible field is drawn on the page and copies across; the document-level catalogue that registers it as an interactive field does not. You get the appearance without the behaviour.

How do I combine documents and keep the form data? Fill the form first, so the values become part of the page, then merge. Fill PDF Form does this.

Will merging reduce the quality of my pages? No. Pages are copied, not re-encoded. A merge is lossless for page content.

Can I merge a password-protected PDF? Not while it is protected. Remove the password first with Unlock PDF — which requires knowing it — then merge.

Does the order of files matter? Yes, pages appear in the order you arrange the files. Check the order before merging; changing it afterwards means splitting and merging again.

About the author

LuraPDF Team
LuraPDF Team

Editorial & Technical Team · September 21, 2026 · 6 min read

The LuraPDF team consists of document processing experts, software engineers, and technical writers dedicated to making professional PDF editing free, private, and accessible.