You have several PDFs to combine into one. Whether you're putting together a job application, grouping invoices for accounting, or stitching report chapters, PDF merging is one of the most common operations — and fortunately one of the easiest to do without paid software.
Here are the 4 main methods, compared in 2026 on privacy, speed, and limits.
Method 1: Online in the browser (no server upload)
This is the fastest method for most users. The key word: in the browser, not just "online."
The difference? Modern services use JavaScript libraries (like pdf-lib) that do everything locally in your browser. Your files are never sent to a remote server.
How to do it with PDFly
- Go to pdfly.eu/en/tools/merge
- Drag and drop your PDFs into the zone (or click "Choose files")
- Reorder via drag-and-drop if needed
- Click "Merge"
- The combined PDF downloads automatically
Typical duration: 5-15 seconds for 5-10 files of a few pages each.
Limits:
- Files up to 50 MB on the free tier (enough for most cases)
- Up to 10 files at a time
- Requires a recent browser (Chrome, Safari, Firefox, Edge from 2022+)
Privacy: excellent — your PDFs don't leave your computer. You can verify it by opening the "Network" tab in your browser dev tools: no outgoing request with your file.
Why PDFly over iLovePDF or SmallPDF?
The historic competitors upload your files to their servers (often in the United States) before merging and sending the result back. For trivial PDFs, it's not a problem. For contracts or sensitive documents, it is.
| Criteria | PDFly | iLovePDF | SmallPDF |
|---|---|---|---|
| Processing | Local browser | US server | Swiss server |
| Free file limit | Unlimited | Limited | 1 / day |
| Sign-up needed | No | No | No (with ads) |
| Privacy | Maximum | Good | Good |
Method 2: Local software (PDFsam Basic)
If you regularly merge large PDFs (>100 MB) or work offline, local software is more suitable.
PDFsam Basic is an open-source reference, free, multiplatform (Windows, macOS, Linux). The interface is austere but effective.
Pros:
- No size limit
- 100% offline, open source
- Multilingual
Cons:
- Installation required (~80 MB)
- Less modern interface
- Manual updates
Method 3: Command line (advanced users)
If you're comfortable with a terminal, pdftk or qpdf are the reference tools.
# With pdftk
pdftk file1.pdf file2.pdf cat output merged.pdf
# With qpdf (modern, built into macOS and most Linux distros)
qpdf --empty --pages file1.pdf file2.pdf -- merged.pdf
Pros:
- Scriptable (perfect to automate a monthly invoice merge)
- Very fast even on hundreds of files
- No interface, no ads
Cons:
- Reserved for technical users
- Requires installation (
brew install qpdfon macOS)
Method 4: Native features (macOS only)
On macOS, the built-in Preview app lets you merge two PDFs by dragging the thumbnails of one into the sidebar of the other, then File → Export as PDF.
It's slow for many files, but useful for 2-3 PDFs quickly, no internet needed.
Summary comparison
| Method | Speed | Privacy | File limit | Skill required |
|---|---|---|---|---|
| PDFly (browser) | Fast | ⭐⭐⭐⭐⭐ | 50 MB / 10 files | None |
| PDFsam Basic | Very fast | ⭐⭐⭐⭐⭐ | Unlimited | Low |
| pdftk / qpdf | Ultra fast | ⭐⭐⭐⭐⭐ | Unlimited | High |
| Preview (macOS) | Slow | ⭐⭐⭐⭐⭐ | Limited | None |
Which method for which case?
- Merge 2-5 PDFs of a few MB → PDFly online, zero install
- Merge 20+ PDFs of hundreds of MB each → PDFsam Basic
- Automate a scripted monthly merge → pdftk or qpdf
- macOS, offline, 2-3 PDFs quickly → Preview
Common mistakes to avoid
- Mixing password-protected PDFs — first unlock them with the Unlock PDF tool if you're authorized
- PDFs with layers — merging preserves layers, but some editors flatten them by default. Verify the result.
- Mixing PDF/A and regular PDF — the resulting PDF is no longer PDF/A. If PDF/A compliance matters, reconvert afterward.
- Too big for email — merge then compress if sending via email.
In summary
For 95% of users, merging PDFs for free takes less than a minute, no sign-up, no file uploaded to a server. The best method depends on your use case, but privacy should never be a compromise.
Merge your PDFs now — free, unlimited, and your files don't leave your browser.