Merging PDF files is one of the most common document tasks in professional and personal workflows — whether you're combining a CV with a cover letter, assembling a multi-section report, or archiving a year of scanned receipts. Yet despite how often people need to do it, most users have never found a method that's fast, private, and consistently reliable.
This guide covers every available method across all platforms, explains the technical differences that affect output quality, and includes a full troubleshooting section for the most common problems. All methods have been personally tested on Windows 11, macOS Sonoma, iOS 17, and Android 14.
At first glance, merging PDFs sounds trivial — take two files, make one. But PDF is a highly structured container format, not a flat document. A typical PDF contains:
When merging two PDFs, a proper implementation copies the page objects and their dependencies (fonts, images, resources) from each source document into a new unified container, adjusting cross-references to maintain internal consistency. This is what pdf-lib, Adobe Acrobat, PDFsam, and macOS Preview all do — direct object copy with no rendering involved.
An improper implementation — used by many free online tools and some older desktop applications — instead renders each page to a raster image and embeds those images into a new PDF. The result looks similar on screen but has no searchable text, inflated file size (typically 3–10× larger), and degraded quality for anything with small text, diagrams, or charts. Always verify your merged output by trying to select and copy text from it after merging.
Keep a copy of your original PDFs before merging. A crash, power interruption, or tool error during a large merge can produce an incomplete output. Having your originals means you can try again without any loss.
For most users, a browser-based tool is the fastest and most private option. Folium's Merge PDF tool uses pdf-lib to copy page objects directly from each source document into a new PDF container — entirely within your browser tab. Your files never leave your device.
On Windows, hold Ctrl and click each file in the exact order you want them in the merged document. The File Open dialog respects your selection order. On macOS, use Command+click for ordered selection.
Privacy verification: To confirm Folium processes your files locally, open DevTools (F12), click the Network tab, clear it, then run the merge. You'll see JavaScript library requests (if pdf-lib hasn't been cached) but zero requests to an upload API endpoint.
Adobe Acrobat Pro provides the most feature-complete merge experience available. Its Combine Files workflow supports drag-and-drop page reordering, partial document merging (selecting specific pages from each source file), merging PDFs with embedded digital signatures, and handling PDF/A archival format files.
Subscription cost: Acrobat Pro costs approximately $23/month (2026 pricing) via Adobe Creative Cloud. For occasional merging, this is hard to justify. If you already have Acrobat Pro through work or an Adobe subscription, it's an excellent choice.
macOS Preview can merge PDFs without installing any software. The process is slightly unintuitive, particularly the crucial distinction between Export as PDF and Save.
Using File → Save (or Cmd+S) modifies the first PDF you opened by embedding the merge as incremental updates. This corrupts your original file's structure and can make it unexpectedly large. Always use File → Export as PDF to create a clean new merged document.
Windows has no built-in PDF merge tool, but PDFsam Basic is a free, open-source desktop application that handles merging cleanly without any internet connection. It's been around since 2006, is actively maintained, and handles large files and complex PDFs reliably.
Download: pdfsam.org — choose PDFsam Basic (free, not the enhanced paid version).
iPhone and iPad (iOS 16+): The Files app can merge PDFs natively. Open Files, navigate to the folder containing your PDFs, long-press the first file, tap Select More, select additional files, then tap the Share button and choose Create PDF. This creates a merged PDF. For more control, Folium works in Safari on iOS — the workflow is identical to desktop, and files are processed locally on your device.
Android: Browser-based tools work best on Android. Open Chrome, visit foliumio.netlify.app/merge-pdf.html, tap to select files from your storage, and download the merged result. The Google Files app also has basic PDF merge functionality if you prefer a native app experience.
The most important quality factor in PDF merging is whether the tool uses direct object copy or page rasterisation. This distinction affects every aspect of your output quality:
| Factor | Direct Copy (Good) | Rasterisation (Bad) |
|---|---|---|
| Text searchable | Yes — text layer preserved | No — text becomes image pixels |
| File size | Similar to source files combined | 3–10× larger (image data) |
| Image quality | Original compression preserved | Re-compressed, quality loss |
| Vector graphics | Remain scalable vectors | Rasterised at fixed resolution |
| Text copy-paste | Works perfectly | Impossible |
| Small text readability | Sharp at any zoom | Blurry when zoomed |
Tools that use direct copy: Folium, Adobe Acrobat, PDFsam, macOS Preview, Ghostscript.
Tools that may use rasterisation: many free online tools, some mobile apps, older versions of online converters. The giveaway is a merged file that's much larger than the sum of the inputs, or text that can't be selected.
Page order in a merged PDF is determined by the order in which you add files to the tool. To get the right order:
Browser-based tools depend on your device's available RAM. For very large files:
| Method | Cost | Privacy | Quality | Page Reorder | Large Files |
|---|---|---|---|---|---|
| Folium | Free | Local only | Direct copy | Post-merge | Up to ~200MB |
| Adobe Acrobat Pro | $23/mo | Local | Best | Visual drag | Unlimited |
| macOS Preview | Free (built-in) | Local | Direct copy | Drag thumbnails | Moderate |
| PDFsam Basic | Free | Local | Direct copy | Yes | Good |
| Adobe Online Tools | Free (limited) | Uploads to Adobe | Good | Limited | File size limits |
The tool likely rasterised pages instead of copying objects. Use Folium, PDFsam, or macOS Preview instead. After merging correctly, run Compress PDF if the combined file is still large due to the source files themselves.
Same root cause: rasterisation discarded text layers. Re-merge using a direct-copy tool. If the original PDFs were scanned documents without text layers, no merge tool can restore text that wasn't there.
The file has encryption or password protection. Try Unlock PDF on that file first (enter the password if known), then merge the unlocked version. Folium's merge tool uses tolerance mode which handles many lightly-protected files automatically.
Use Rotate PDF on the problematic source file before merging, or use Reorder Pages after merging if only specific pages are affected.
This can happen when source PDFs have complex structures that confuse the merge tool. Try Repair PDF on the source files first to normalise their structure, then retry the merge.
All 20 tools run in your browser — no upload, no account, no watermarks added to your files.
Browse All 20 PDF Tools →