Combining PDFs sounds trivial until you have 30 lab-report files in three folders, half scanned and half text, and you need them in one document with the right page order. Here is what works for that workflow on any machine.
Combine Files in Your Browser — Drag, Drop, Done
PDF Merge & Split runs entirely in your browser. No account, no upload, no watermark.
Add to Chrome — FreeThe drag-and-drop method (extension)
The Chrome extension is built around drag and drop:
- Open the extension, switch to Merge mode.
- Drag multiple files at once from your file manager into the drop zone — Finder, File Explorer, or even directly from a download list.
- Reorder the file cards by dragging.
- Click Merge. Output downloads as a single PDF.
It accepts up to ~100 files in a single drag-drop in our testing, depending on RAM.
When file order matters
Files imported in alphabetical order can come out in unexpected order: page-1.pdf sorts before page-10.pdf but after page-2.pdf by default. To force chronological order:
- Rename source files with zero-padded numbers:
page-001.pdf,page-010.pdf. - Or just drag the cards in the extension to the order you want before merging.
Combining mixed scanned and text PDFs
Combining a scanned PDF with a Word-exported PDF works fine. The merge keeps each source file's quality and page size as-is. The output preserves:
- Embedded fonts and text searchability.
- OCR text layers from scanned PDFs.
- Original page sizes (US Letter and A4 can coexist in the same combined file).
- Embedded hyperlinks within pages.
What does not always survive: top-level bookmarks (the outline tree), and form fields can sometimes lose their interactivity if the source files use conflicting field names.
Combining without losing form fields
If your source files include filled-in PDF forms (tax returns, contracts), there is a real risk that fields with the same internal name conflict during merge. Two workarounds:
- Flatten before merging. Most PDF editors (and the extension) have a "flatten" option that bakes form values into the page so they can't conflict.
- Print each filled form to a fresh PDF using the system print dialog, which produces a flat output. Then merge the flat copies.
When to use Adobe Acrobat instead
Acrobat's "Combine Files" feature is solid if you already pay for it ($14.99/mo). It handles bookmarks, form fields, and OCR cleanly, and the output is identical regardless of source file mix. For occasional combining, paying $180/year for Acrobat just to merge 5 PDFs makes no sense — the free Chrome extension handles 95% of cases at zero cost.
How Combine Multiple PDF Files into One — Tools Compared
| Tool | Drag-drop | Mixed scanned + text | Preserves form fields | Cost |
|---|---|---|---|---|
| PDF Merge & Split (extension) | Yes | Yes | With flatten option | Free |
| Adobe Acrobat Pro | Yes | Yes | Yes | $14.99/mo |
| macOS Preview | Sidebar only | Yes | Limited | Free (Mac only) |
| LibreOffice Draw | No | Limited | No | Free |
| iLovePDF (web) | Yes | Yes | Sometimes | Free tier |
Get It Done in Under a Minute
Install the free Chrome extension and process your PDFs locally. Works on Windows, Mac, Linux, and Chromebook.
Add PDF Merge & Split to ChromeRelated Guides
- How to Merge PDFs Online for Free
- How to Merge Large PDF Files Without Errors
- How to Reorder Pages in a PDF
- Merge PDFs Without a Watermark
Frequently Asked Questions
How do I combine PDFs in the right order?
Either rename source files with zero-padded numbers (page-001.pdf, page-010.pdf) before importing, or just drag the file cards in the extension to the desired order before merging.
Can I combine PDFs with different page sizes?
Yes. The merged file preserves each source's original page size, so US Letter and A4 pages can coexist in one document.
Will my form fields still work after combining?
Sometimes. PDF form fields with the same internal name can conflict. Flatten each filled form before merging — that bakes values into the page and prevents conflicts.
How many PDFs can I combine in one go?
Practically up to ~100 files in a single drag-drop, depending on your RAM. The extension is bounded only by browser memory.
Does combining lose any quality?
No. Merging is a lossless operation — page content is copied byte-for-byte from the source files into the combined output. No re-encoding, no compression.