HandyFile

Why your PDF won't merge, and how to fix it

21 August 2026

Merging PDFs usually just works. When it doesn’t, the failure is rarely mysterious — it is almost always one of four specific things, each with a different fix.

“This PDF is password-protected”

The most common blocker. PDFs support two kinds of password: one to open the file, and one to restrict editing while still allowing it to be read. Both count as encryption, and neither can be merged around.

Confusingly, a document with only an edit-restriction password opens perfectly normally, so it does not feel protected at all until a tool refuses it.

The fix: open it in a PDF reader with the password, then export or print-to-PDF a fresh copy. That copy carries no encryption and merges normally. If you don’t have the password, no tool can help — and any claiming otherwise is either failing silently or doing something you should not want.

Your form fields vanished

You merged three filled-in forms and the output shows empty boxes. The text you typed is gone.

This is not corruption. Interactive form fields live in a document-level structure, and when pages are copied into a new document that structure does not come with them. Most merge tools — ours included — copy pages, so the fields arrive blank.

The fix: flatten the form before merging. In most readers that means File → Print → Save as PDF, which renders the filled values as ordinary page content. Flattened values cannot be edited afterwards, which is usually the point when you are combining completed forms.

The result is enormous

Ten scanned pages in, a 200 MB file out. Merging does not compress, and it does not need to — merged pages are the same pages, copied structurally rather than re-rendered.

If the sources were scans, they were already enormous and you have simply added them together. See our piece on PDF size for what actually reduces it. The short version: divide size by page count, and if it is over roughly 500 KB per page you have a resolution problem, not a merging one.

The pages came out in the wrong order

Merge tools combine in the order files are listed, which is the order you selected them — not alphabetical, and not the order they appear in your folder. Selecting with Ctrl-click in a scattered sequence produces a scattered document.

The fix: select them deliberately in order, or add them in batches. If a document is already merged wrongly, extracting pages in the sequence you want will reorder it — page ranges come out in the order you list them, so 5, 1-4 really does move page five to the front.

The one that is not fixable

Digital signatures are invalidated by merging. That is inherent to signing: a signature attests that a specific byte sequence has not changed, and merging changes it. There is no tool-side fix. If a signed document must stay verifiable, keep it separate and send it alongside.

Before you send the result

Merged output inherits metadata from whichever source contributed it — including author names and software fingerprints from documents you may not have created. Worth stripping that if the file is going outside your organisation.