PDF Merger
Combine multiple PDF files into a single document in your browser.
Combine multiple PDF files into a single document in your browser.
The most common mistake when assembling a merged PDF is trusting file-name order without verifying it. Operating systems sort files differently: Windows Explorer sorts "Page 10" before "Page 2" in alphabetical mode (because "1" comes before "2"), which means a document with ten scanned pages can end up scrambled if you rely on the OS to pick the order. Rename pages with zero-padded numbers (Page_01, Page_02, ... Page_10) before uploading, or use the drag-to-reorder feature in this tool after uploading.
A second overlooked issue is password-protected PDFs. Most mergers — including this one — cannot read encrypted pages. The tool will reject or silently skip a locked PDF. Always unlock PDFs with the owner password before merging. If you only have the user password (open-password), you may need the original creator to remove encryption first.
PDF merging with pdf-lib preserves page content — text, images, vector graphics — with complete fidelity. What it handles with limitations:
The merged file size is approximately the sum of the individual files. pdf-lib does not recompress images or content — it copies the page streams verbatim. If you need a smaller output, compress each source PDF before merging, or use a PDF optimizer on the merged result.
All processing uses the pdf-lib JavaScript library running entirely in your browser. No file is transmitted to any server at any point.
The tool merges files in the order they appear in its list, not alphabetical order by filename. If the order looks wrong, reorder the files in the list by dragging before clicking Merge. Avoid relying on OS filename sort for numbered sequences — use zero-padded names (01, 02) to ensure correct alphabetical sort.
No. A digital signature covers the byte sequence of a specific PDF. Merging changes that byte sequence, so all existing signatures are invalidated. If compliance requires signed pages, sign the merged document after assembly, not before.
Form fields with duplicate names across files may conflict — only one definition survives. To avoid this, flatten your forms (print to PDF or use "Flatten" in Acrobat) before merging. Flattening removes interactivity but preserves all visible content.
Not directly. This tool cannot read encrypted PDF content. Remove encryption first using the document's owner password, then merge. Most PDF readers allow you to save a decrypted copy via File → Print → Save as PDF after entering the password.