Skip to content
AZ Tools

PDF Merger

Join several PDFs into one file, in the order you arrange them. Pages are read from each source and re-emitted into a fresh document with pdf-lib, so the result is a clean file rather than a container of the originals — which also means per-file metadata, bookmarks and form fields do not survive the trip. Everything runs locally: contracts, medical records and invoices never leave your device, and nothing is uploaded or stored. Reorder the inputs before building if the sequence matters, since pages are taken strictly in the order the files are listed.

Files (0)

No PDFs yet — drop or pick at least two.

Everything happens in your browser — files never leave your device.

How to use

  1. Drop or pick the PDFs in the order you want them merged.
  2. Use the up / down arrows to rearrange them if needed.
  3. Set the output filename and click Build, then Download.

Frequently asked questions

Are the files uploaded anywhere?
No. Files are read, parsed by `pdf-lib`, and re-emitted in your browser — there's no server round-trip. Closing the tab discards everything.
Does it preserve form fields, bookmarks, and outlines?
Pages keep their visual content (text, images, annotations on the page). Top-level metadata, bookmarks / outlines, and form fields aren't currently re-stitched — pdf-lib emits a fresh document structure.
What about encrypted PDFs?
They are refused, with a message saying so. `pdf-lib` can open an encrypted document but it cannot decrypt one: the page streams stay scrambled, and merging them produced a file no reader could open — silently, which is worse than refusing. Remove the protection in a PDF reader first, then merge.
Any size limit?
Limited only by your browser's memory — the whole document is held in RAM during the merge. Phones can usually handle a few hundred MB of total input before stuttering.
Why is the merged file about as large as the inputs combined?
Because merging copies page content rather than recompressing it. Images and embedded fonts come across as they are, so the output is roughly the sum of its parts plus a little structural overhead. If size matters, compress the images before turning them into a PDF - merging is not the step that will shrink anything.
Can I drop or reorder individual pages?
Not here - this tool works at the file level and takes every page from each input, in the order the files are listed. To pull specific pages out first, use the page extractor and then merge the results.
Will the text stay selectable and searchable?
Yes, wherever it was text to begin with. A PDF exported from a word processor keeps its text layer through the merge. A PDF made by scanning paper contains images of text, not text, and merging cannot change that - it would need OCR, which happens before the file reaches this tool.

Related tools