Merge PDF Files Online
Combine any number of PDFs into a single document, in any order. Files are processed entirely in your browser — never uploaded.
Drag and drop files here
or click to browse
PDF files only — drag the cards below to set the order
How to use PDF Merge
- Drop your PDFs onto the upload area, or click to browse.
- Drag the file cards to put them in the order you want.
- Optionally remove any file you added by mistake.
- Click "Merge" — the combined PDF downloads automatically.
Merge PDF files in your browser — no upload, no watermark
The most common case: assembling a packet to send. A loan application that needs five separate PDFs combined into one; a meeting briefing built from a half-dozen docs; an invoice plus receipts that the accounts team wants as a single attachment. Most desktop PDF suites can do this but want a subscription, and most online merge sites upload your files to a server. This tool does neither: the entire merge runs in your browser's JavaScript engine, and the documents never leave your device — which matters when the packet is a contract, a medical record, or a tax return.
How a client-side merge actually works
A PDF is not a flat stream of pages; it's a graph of numbered objects — pages, fonts, images, vector drawing instructions — that reference each other. When you click Merge, the tool (built on the open-source pdf-liblibrary) parses each file's object graph in memory, creates a fresh empty document, and copies every page across in the order of your file cards. Copying a page means copying everything it references: the embedded font subsets that render its text, the compressed image streams, the annotations and links sitting on it. That's why merged text looks identical to the source — the original fonts travel with the pages rather than being substituted. Finally the new object graph is serialized to bytes and handed to your browser as a download.
What carries over, and what doesn't
Page content, embedded fonts, images, internal links, and form fields placed on pages all survive the merge. Each page also keeps its own size and rotation, so mixing A4 with US Letter, or portrait with landscape, is fine — nothing gets scaled or cropped. Two things do not carry over: the bookmark outline of each source file (the merged document starts with a clean outline), and document-level metadata like title and author, which would conflict between sources anyway. Because each source embeds its own font subsets, three files that all use Helvetica end up contributing three separate subsets — the main reason a merged file can be slightly larger than the sum of its parts.
A typical workflow
Say you're submitting a rental application: the signed form (4 pages), three payslips (1 page each), and a bank statement (12 pages). Drop all five files, drag the cards into the order the agent asked for, and merge — you get one 19-page PDF, pages in exactly that sequence, in a second or two on a modern laptop. If the statement was a scan and the result is heavy for email, run it through the compressor afterwards.
Pitfalls and when not to use it
Password-protected PDFs can't be parsed without the password, so unlock them first. Scanned documents are essentially full-page images — merging ten 5 MB scans gives you a 50 MB file, so plan to compress after. And if you need finer control than whole files — keeping bookmarks intact, interleaving individual pages, or dropping a page from the middle of one source — merge is the wrong first step: split the document into pieces first, then combine just the pages you want.
Related tools
- Split PDF — extract specific pages before merging only what you need.
- Compress PDF — shrink a heavy merged file down to email size.
- Images to PDF — turn photos or scans into a PDF you can merge.
- Rotate PDF — fix sideways pages before or after combining.
Frequently asked questions
Does my PDF leave my computer?
Is there a file-size limit?
How many PDFs can I merge at once?
Does merging preserve bookmarks, links, and form fields?
Why is the merged file larger than the sum of the parts?
Can I merge password-protected PDFs?
What if my PDFs have different page sizes or orientations?
Can I pick individual pages from each file?
Related tools
More tools you might find useful in the same flow.
PDF Split
Free PDF splitter: extract specific pages, ranges, or split a PDF into separate files. Browser-based, no upload, no quota, no watermarks ever.
PDF Compress
Free PDF compressor: shrink PDFs for email or upload by re-encoding embedded images. Adjustable quality, instant preview, runs entirely in your browser.
PDF to JPG
Convert PDF to JPG online: turn every page of a PDF into a high-quality JPG image and download them all as a ZIP. Free, and files never leave your device.
JPG/PNG to PDF
Combine JPG, PNG, or WebP images into a single PDF online. Drag to reorder pages, then download the finished document instantly — no upload, no signup.
Built by Muhammad Tahir · About