Merge PDF
Combine PDFs in the order you want with the easiest PDF merger. 100% in your browser — files never leave your device.
Select PDF files
or drop PDFs here — pick 2 or more to merge
Your file is ready
Processed entirely in your browser — the file never left your device.
How to merge PDF files
Three steps. A few seconds. Nothing uploaded.
Select your PDFs
Pick or drop 2+ PDF files. They're read locally in your browser.
Arrange the order
Use ↑ / ↓ to reorder, ✕ to remove. The preview shows page one of each.
Merge & download
One click combines them and downloads the result instantly.
What is "merge PDF"?
Merging PDFs means taking two or more separate PDF files and joining them into a single document, in the order you choose. Most people reach for a merge tool when an email attachment has been split across files that really belong together — a signed contract plus its appendix, a scanned ID plus a proof of address, or a CV plus a portfolio. Instead of forcing the recipient to download three attachments and figure out the right order, you send one tidy PDF.
The reason the result matters is that a merged PDF preserves the original page-for-page layout of each source: fonts, vector lines, embedded images, even form fields are copied across without being re-rendered. That makes it different from "convert to Word, paste, save as PDF," which almost always shifts something. A clean merge keeps the documents looking exactly the way the people who made them intended.
How merge PDF works in your browser
When you drop files onto this page, two things happen entirely on your device. First, each PDF is read into a JavaScript ArrayBuffer using the standard FileReader API. No upload request is made — you can verify this in your browser's Network tab. Second, the merge runs through pdf-lib, a pure JavaScript library compiled to work in the browser. It opens each source PDF, copies the pages one by one into a new PDF document, and writes the result back out as a Blob you can download.
Page rendering for the thumbnails uses PDF.js, Mozilla's open-source PDF reader, with parts of its decoding pipeline accelerated by WebAssembly. The whole flow — reading, parsing, copying pages, writing the merged file — happens in your tab's memory and never touches a server. When you close the tab, every byte is gone. This is the same architecture used by privacy-focused desktop PDF editors; the difference is that you do not have to install anything.
Common use cases
- Sending a complete contract. Combine the main agreement, the signature page, and any attachments into a single file before sending so the counterparty reads them in the right order.
- Building an expense report. Merge scanned receipts and an itemised cover sheet into one PDF for your finance team — easier to file, easier to forward.
- Combining lecture material. Students often get slides, lecture notes, and a reading list as separate PDFs. Merging them gives one printable study pack per topic.
- Submitting a job application. Cover letter, CV, references, and portfolio samples land cleaner as one PDF than four attachments.
- Archiving correspondence. Quarterly archives of invoices, statements, or signed letters are easier to search and backup as a single bound PDF per period.
Privacy & security
Most online "merge PDF" sites upload your files to their servers, process them there, and ask you to trust their retention promises. imisspdf takes a different route: the merge runs entirely in your browser. No file ever leaves your device, there is no account, no signup, and no daily limit. If you want a deeper comparison, see our iLovePDF privacy review or the side-by-side imisspdf vs iLovePDF breakdown. For sensitive documents — contracts, medical records, tax returns — an in-browser tool removes an entire class of risk you cannot audit on someone else's server.
Frequently asked questions
Yes. Every file you select stays inside your browser. The merge happens in JavaScript and WebAssembly running locally — no file is uploaded to imisspdf or to any third party, and nothing is stored on a server. You can confirm this by merging while offline: the page works the same with the network disconnected.
Practical limit is your device memory, not a server quota. On a modern laptop, merging 10–20 normal PDFs (under ~30 MB each) is fine. For huge scanned PDFs, expect more memory pressure; if your browser tab crashes, try merging in smaller batches or use Compress PDF first.
Not directly. PDFs encrypted with an open password must be unlocked first, otherwise pdf-lib cannot read their pages. Use the Unlock PDF tool to remove the password from each file (with permission), then merge the unlocked copies. We never see the passwords.
No. Pages are copied byte-for-byte into the new PDF without re-rendering, so fonts, vector graphics, images, and form fields look identical. Bookmarks and most form data are preserved; some advanced features like digital signatures will be invalidated because the document hash changes after a merge.
iLovePDF and Smallpdf upload your files to their servers, process them there, and send the result back. imisspdf runs the same merge entirely in your browser. There is no upload, no account, no daily file limit, and no retention window. The trade-off is that very large jobs depend on your device, not their cloud.
Tips for best results
- Reorder before you merge, not after. Use the up and down arrows on each card to set the final order before clicking Merge. Reordering inside the resulting PDF later requires the Organize PDF tool.
- Strip passwords first. Encrypted PDFs cannot be read by pdf-lib. Run them through Unlock PDF (with permission) and merge the unlocked copies.
- Compress huge sources first. If any source PDF is larger than ~50 MB, run it through Compress PDF before merging. That keeps the merged file portable over email and reduces browser memory pressure during the merge.
- Watch the order of scanned vs digital pages. Scanned pages are usually larger than digital ones. Putting the scanned pages last keeps your reader's first impression sharp.
- Keep one source per topic. Merging dozens of tiny PDFs makes the result hard to navigate. Consider adding bookmarks afterwards using a desktop editor if the merged PDF gets long.
Related PDF tools
- Split PDF — the inverse: pull pages or ranges out of one file.
- Organize PDF — drag, rotate, and delete pages inside a single PDF.
- Compress PDF — shrink large PDFs before merging.
- Unlock PDF — remove an open password so a PDF can be merged.