Merge PDF
Merge multiple PDF files into a single document in the order you choose. Everything happens in your browser, so contracts, statements and scanned records are never uploaded to a server.
- Files never leave your device
- Free, no signup
- No watermarks
- Works offline once loaded
How to merge pdf
- 1
Add your PDFs
Drop two or more PDF files onto the page. You can add more in a second drop.
- 2
Set the order
Use the arrows to move documents up and down — the list order is the merge order.
- 3
Merge and download
Click Merge, then download the combined PDF.
What actually happens when PDFs are merged
A PDF file is not really a linear stream of pages in the way a plain document is — it is a graph of objects, where a page references the fonts, images and content streams it needs, and those objects can be shared between pages within the same file. Merging works by copying the object graph of each source document into a new combined file and rewriting the page tree so it lists every page from every document in the chosen order, while preserving each document's internal references so nothing renders broken.
This is why merging is generally lossless in the sense that matters: the pages themselves — their text, images, layout and formatting — are copied exactly as they existed in the source files, not re-rendered or re-encoded. What does not automatically carry across is document-level structure that exists above the level of individual pages, which is where the real limitations of merging show up.
What gets left behind, and why
Bookmarks (the outline tree used for navigation in a PDF reader), form field associations, and document-level metadata such as the title and author are structures that describe the document as a whole rather than any single page, and a merge that combines several such structures from different source files has no single correct way to reconcile them — three documents each with their own bookmark tree do not have an obvious combined tree, and three different declared authors do not have an obvious combined author. Rather than guess, client-side PDF assembly generally drops these structures, which is a limitation of merging PDFs client-side broadly rather than something specific to any one implementation.
What is preserved without exception is the visible content: text stays selectable and searchable, images stay at their original resolution, and inline annotations drawn directly on a page carry over with it, because those live at the page level rather than the document level.
Getting the page order right before merging
Because the documents merge in exactly the list order shown, the practical workflow is to add every file first, then use the reorder controls to arrange the list before clicking merge, rather than trying to predict the final order while adding files one at a time. For a large batch — assembling a dozen scanned statements into one file, for instance — it is worth a moment to verify the order against something external, like the file names or dates, since a merge that finishes in the wrong order still succeeds without any warning that the sequence is wrong.
Frequently asked questions
Are my documents uploaded anywhere?
No. The PDFs are parsed and recombined entirely inside your browser. This is the reason to prefer a local tool for anything sensitive — contracts, medical records, bank statements — where handing the file to a server is the actual risk.
Is there a limit on file size or number of files?
Up to 30 files of 100 MB each. The limit reflects your device memory rather than a server queue, so a modern laptop handles far more than the equivalent free tier of an upload-based service.
Can I change the page order within a document?
Merging preserves each document's internal order; you control the order of the documents themselves. To rearrange pages inside one file, split it first and merge the pieces in the order you want.
What happens to bookmarks, forms and links?
Page content, text, images and annotations are copied faithfully. Document-level structures such as bookmarks, the outline tree and form field associations are not carried across — that is a limitation of client-side PDF assembly generally.
Can I merge password-protected PDFs?
No. Encrypted files are rejected with a clear message rather than silently stripped of their protection. Remove the password in the application that created the file, then merge.
You might also need
Split PDF
Extract pages or split a PDF into separate files
JPG to PDF
Turn photos and scans into a single PDF
Add Watermark to PDF
Stamp DRAFT or CONFIDENTIAL across every page
Compress PDF
Shrink scanned PDFs, with the trade-off spelled out
PDF to JPG
Turn every PDF page into an image
PDF to Word
Extract a PDF's text into an editable Word document
Rotate PDF
Turn sideways pages the right way up
Unlock PDF
Remove a known password from a protected PDF