Merge PDF
Combine multiple PDF files into a single document — preserving page order. You can also drop a ZIP of PDFs and we merge its contents.
1. Upload your files (min 1)
How does the Merge PDF work?
Combine multiple PDF files into one document in seconds. Drop your PDFs into the upload area, use the up and down arrows to put them in the order you want, then click Merge. Your combined PDF downloads instantly. Useful for stitching together a contract and its addenda, combining scanned receipts into one expense report, or assembling pages from different sources into a single file. Page content (text, images, vectors) and embedded fonts are preserved exactly, and bookmarks are combined into a single outline (one branch per source file). Form fields lose their interactivity in the merged file — flatten them first using PDF Form Flatten if you need to keep the appearance. Password-protected PDFs can't be decrypted in the browser, so any locked files are skipped and listed in the result — the rest still merge normally. To include a locked file, remove its password with the Unlock PDF tool first (you'll need the password), then merge.
What PDF merging does under the hood
Merging PDFs combines two or more PDF files into a single output file, preserving each page's content, fonts, images, and internal structure. The output PDF has the same total page count as the sum of the inputs.
PDF specification (ISO 32000-2) defines PDFs as a directed graph of objects — pages, fonts, images, content streams, cross-reference tables. Merging is not just concatenation; it requires rewriting the cross-reference table, renumbering object IDs to avoid collisions, deduplicating shared resources (fonts embedded in multiple sources), and rebuilding the document catalog.
This tool merges client-side in your browser using WebAssembly PDF libraries. Your files never leave your device.
Order and reordering pages
The output page order matches the order you upload files. To combine files in a specific sequence — say, a cover letter followed by resume followed by portfolio — upload them in that order or use the drag-to-reorder controls.
For page-level reordering (mixing pages from multiple source files in a custom order), use the Reorder PDF Pages tool after merging. It provides page-by-page control that a simple merge cannot.
Common merge use cases
Legal case files — combining a motion, exhibits, and proof of service into a single filing PDF.
Financial statements — merging monthly bank statements into an annual PDF for tax preparation.
Academic papers — assembling a thesis from separate chapter files, cover, table of contents, and appendices.
Contract packages — combining a base contract with signed addenda, exhibits, and schedules.
Portfolio and job applications — merging resume, cover letter, work samples, and references into a single document a hiring manager can review without downloading multiple files.
File size after merging
The output file size is approximately the sum of the input file sizes, minus any deduplication of shared fonts or images. If you merge 5 documents that all embed the same font, the output has that font once, not 5 times — this can save 200-500 KB.
For very large merges (10+ files, hundreds of pages), consider compressing the output afterward. A merged PDF with mixed content types (scans, text, images) often has significant compression headroom that individual smaller files did not.
Bookmarks and internal links after merge
Standard merges preserve the internal structure of each source file, including bookmarks, form fields, and internal links. However, links that cross document boundaries (e.g. a link in file A that points to a page number in file B) may need reconstruction because the target page numbers shift after merging.
This tool preserves bookmarks from each source file with the source filename as a top-level bookmark grouping. So merging Chapter1.pdf, Chapter2.pdf, and Chapter3.pdf produces an output PDF with a bookmark tree containing "Chapter1.pdf > [its bookmarks]" and so on.
When NOT to merge
If any source PDF contains sensitive information (financial account numbers, medical records, personally identifiable information), think twice before merging with less-sensitive material. The merged file inherits the sensitivity of its most-sensitive input, and PDF permissions or password protection needs to cover the whole merged file.
If any source PDF has form fields that need to remain interactive, verify they still work after merge. Some form field IDs collide across merged files, breaking form functionality. Test the output form before sending to signers.
Related guide
How to merge PDF files for free in 2026 — no signup requiredA practical 2026 guide to combining PDFs in the browser — no signup, no upload to a server, no size cap. Includes a tool comparison, step-by-step instructions, and FAQ.🔒 Security & Privacy
All processing happens on your device. Your files never leave your browser, never touch our servers, and are not stored anywhere. Close the tab and the file is gone.
📱 Use it on any device
Works in any modern browser — Mac, Windows, Linux, iPhone, Android, and tablets. No installation, no app to download. Just open the page and start.
⚡ Quick & easy
Drag, drop, click. Most files process in seconds, not minutes. No watermarks added to your output, no per-day limits, and the tool always shows the result before asking you to download.
🎁 Always free, no signup
Free to use, every time. No account creation, no email required, no “trial” that converts to a paid plan. We make money from ads so you don’t have to pay.
Frequently asked
Related PDF tools
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
Extract specific pages, split into per-range files, or chunk a PDF into N-page pieces.
Pull specific pages out of a PDF into a brand-new document — keep ordering, drop the rest.
Reduce a PDF's file size. Pick a quality preset — High keeps the file visually identical (lossless); Medium and Low re-encode images for much bigger savings.
Rotate all or specific pages of a PDF by 90°, 180°, or 270°.
Stamp custom text on every page — diagonal, horizontal, or footer position. Customise size + opacity. Drop several PDFs to watermark them all at once and download a ZIP.
Change every page of a PDF to a standard size (A4, Letter, Legal, A3) — content is scaled to fit, preserving aspect ratio.
Drop in a stack of PDFs and merge them into groups — by basename prefix or by chunk size — output as one merged PDF per group inside a .zip.
Single-page resume with ATS-friendly structure — header, summary, experience, education, skills.