PDFly
Back to blog

How to merge PDFs for free in 2026: complete guide

Merge two PDFs, combine multiple invoices, assemble a portfolio: 4 free methods compared (online, browser, local software, command line).

May 06, 20264 min readBy PDFly

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

  1. Go to pdfly.eu/en/tools/merge
  2. Drag and drop your PDFs into the zone (or click "Choose files")
  3. Reorder via drag-and-drop if needed
  4. Click "Merge"
  5. 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.

CriteriaPDFlyiLovePDFSmallPDF
ProcessingLocal browserUS serverSwiss server
Free file limitUnlimitedLimited1 / day
Sign-up neededNoNoNo (with ads)
PrivacyMaximumGoodGood

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 qpdf on 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

MethodSpeedPrivacyFile limitSkill required
PDFly (browser)Fast⭐⭐⭐⭐⭐50 MB / 10 filesNone
PDFsam BasicVery fast⭐⭐⭐⭐⭐UnlimitedLow
pdftk / qpdfUltra fast⭐⭐⭐⭐⭐UnlimitedHigh
Preview (macOS)Slow⭐⭐⭐⭐⭐LimitedNone

Which method for which case?

  • Merge 2-5 PDFs of a few MBPDFly 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

  1. Mixing password-protected PDFs — first unlock them with the Unlock PDF tool if you're authorized
  2. PDFs with layers — merging preserves layers, but some editors flatten them by default. Verify the result.
  3. Mixing PDF/A and regular PDF — the resulting PDF is no longer PDF/A. If PDF/A compliance matters, reconvert afterward.
  4. 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.

Mentioned tools