How to Merge PDF Files for Free (Without Uploading Them)
Combine multiple PDFs into one file, in seconds, with full control over page order. No signup, no upload — everything happens in your browser.
Merging PDFs is one of those tasks that shouldn't require a subscription, an account, or uploading your tax return to someone else's server. This guide walks through the fastest privacy-safe way to combine PDFs, plus a few tricks that solve the most common edge cases.
The two-minute method
- Open fileexpert.io/tools/merge-pdf in any modern browser
- Drag your PDFs in — or click Select and pick them in order
- Reorder by dragging thumbnails if needed
- Click Merge and download the combined file
The merging happens inside your browser using the open-source pdf-lib library. Your PDFs never leave your device, and there's no limit on how many you can combine.
Why in-browser matters for PDFs
PDFs are often the most sensitive files on your computer — contracts, medical records, tax forms, IDs, financial statements. Traditional "free" PDF merge sites require you to upload those files to their servers, where they're held for anywhere from a few minutes to indefinitely. For a one-off concert ticket, fine. For an employment contract with your SSN, this is genuinely reckless.
A browser-based tool sidesteps the problem entirely: the file bytes are read, combined, and saved — all in your browser tab's memory. Closing the tab wipes everything.
Ordering pages correctly
A common failure mode: you drop in six PDFs and the merged output has them in the wrong sequence. Two fixes:
- Name your files
01-intro.pdf,02-chapter.pdf, etc. before dropping. Alphabetical ordering is consistent. - Use the drag-to-reorder UI in the tool. Each file thumbnail has a grab handle — rearrange until the list matches your target order.
Combining PDFs with images
Need to merge a JPG receipt into a PDF packet? Convert the image first with our Image to PDF tool, then add the resulting PDF to your merge list. The image gets embedded at its native resolution, so a 300 DPI scan stays 300 DPI in the output.
Splitting vs merging
The reverse operation — extracting specific pages from a PDF — is handled by our Split PDF tool. A common workflow:
- Split a 50-page contract into its three exhibits
- Rotate an exhibit that was scanned sideways (Rotate PDF)
- Merge the cleaned-up exhibits back into a single packet
File size after merging
The combined file is roughly the sum of the inputs' sizes. pdf-lib doesn't re-compress embedded images, so a 10 MB + 10 MB merge yields ~20 MB, not a magically smaller file. If you need the output to fit under an email attachment limit, compress the source PDFs' images before merging, or run the merged file through a PDF compressor.
Preserving form fields, annotations, and signatures
pdf-lib-based merging preserves most interactive content: filled-in form values, highlights, sticky notes, and digital signatures. One caveat: if a digital signature covers the entire document, merging after it will usually invalidate the signature (expected — the signed document has been modified). Always sign after merging, not before.
FAQ
Is there a file-size limit? The browser is the limit. Most laptops handle multi-hundred-megabyte merges without issue.
Can I merge password-protected PDFs? You'll need to unlock them first (with the password) in a PDF viewer, save the unprotected copies, and merge those.
Will the merged PDF work on phones / Adobe / Preview? Yes — the output is a standard PDF 1.7 file, readable everywhere.