How to merge signed PDFs without losing the digital signature
Actualizado el 18 July 2026
You have two digitally signed PDFs and you need to hand them in as a single file. You merge them with your usual tool… and without knowing it, you've just invalidated both signatures. This happens in every tool, and it's worth understanding why.
Why merging breaks the signature (always)
A digital signature doesn't sign "the document" in the abstract: it signs an exact sequence of bytes. Merging two PDFs doesn't glue the files together, it builds a new one from scratch: the pages are rewritten and the internal objects reorganised. Those bytes no longer match what the signature expected, so the signature stops being valid.
And this isn't a flaw: it is precisely what the signature exists to prevent. If you could add content to a signed document and have the signature still hold, the signature would be worthless.
The danger of not finding out
Some tools, when merging, keep the drawing of the signature even though they've destroyed the part that validates it. The result: a document that looks signed and isn't. Whoever receives it may think it's valid. That's a real risk, especially with legal documents.
The alternative that does work
If you genuinely need to keep the signatures valid, don't merge: package. The options:
- A ZIP file with the original PDFs inside. Each keeps its signature intact. It's the simplest answer and it breaks nothing.
- Send them separately, exactly as they came out of the signing tool.
- A PDF Portfolio, a container that carries the complete files inside without altering them.
What makes PulpoPDF different
Our Merge PDF tool detects whether your files carry digital signatures before touching anything, and warns you. If you decide to go ahead, you know exactly what's about to happen; and if you'd rather keep the signatures, it offers you a ZIP with the originals intact. No other tool warns you: most merge in silence and you find out afterwards, if you find out at all.