Merging PDFs is one of those jobs that sounds trivial until you need it: combining scanned contract pages into one file, stitching a cover letter to a résumé, packaging invoices and receipts for accounting, or assembling separate chapters into a single book. Merging PDFs means appending every page of several documents into one new PDF, in an order you choose. Zebra does it without uploading anything.

Unlike most free mergers, Zebra runs the whole thing in your browser using pdf-lib. There's no server, no queue, no sign-up funnel. The same code runs on a Mac and an iPhone — you just drop the files in.

Three steps

  1. Open the PDF merger.
  2. Drag in two or more PDFs (or click to pick them).
  3. Drag the files into the order you want, click Merge, then Download the single combined PDF.

That's it. Because pages are copied rather than re-rendered, even a dozen documents combine in a few seconds. If you also need to shrink the result before emailing it, run it through the PDF compressor afterward.

What merging a PDF actually does

A good merger does not re-print or rasterize your pages. It copies the original page objects — text, embedded fonts, vector graphics, images — straight into a new document, byte for byte. Zebra uses pdf-lib's copyPages for exactly this:

  • Text stays selectable and searchable. Nothing is flattened into an image, so copy/paste and Ctrl-F still work in the merged file.
  • Fonts and vectors stay sharp. A logo or a chart is the same crisp vector it was in the source.
  • File size stays sane. The merged size is roughly the sum of the inputs — no bloat from re-encoding.

This is the difference between a merger and a "print to one PDF" workaround, which often re-rasterizes pages and loses the text layer.

Reordering before you merge

Order matters. A merged PDF follows the order of the file list — top to bottom. Before you click Merge, drag the files to rearrange them: put the cover page first, the appendix last, the signature page where the contract expects it. The thumbnail list shows each file's name and size so you can confirm you've got the right document in the right slot.

If you only need a few pages out of a large file, split those pages into their own PDF first (Preview on Mac, or a print-to-PDF of the page range), then merge the smaller pieces.

Why nothing leaves your device

Browser-side merging is rare. Most free tools — iLovePDF, Smallpdf, PDF24, Adobe's online merger — upload your files to their server, combine them there, and stream the result back. That model has real downsides:

  • Your documents land on someone else's disk. Even with a "deleted after an hour" promise, there's a window where a misconfigured bucket, an internal employee, or a subpoena can reach them. Contracts, IDs, tax forms, medical records — the exact files you'd most want to merge are also the ones you least want on a third-party server.
  • You upload then download. On hotel Wi-Fi or a mobile hotspot, the network round-trip is the slow part — not the merge.
  • Server limits push a sign-up funnel. "3 files free, sign up for more, pay for unlimited" is the standard pattern.

Zebra runs everything locally. The files stay in browser memory. There's no upload step and no way for us to retain or even see what you merged. Turn off Wi-Fi after the page loads and merging still works.

File and batch limits

The practical limits, as of June 2026:

LimitFreePremium
Files per merge530
Max size per file150 MB150 MB
Minimum to merge22
WatermarkNoneNone
Signup requiredNo

Need to combine more than 5 files on the free tier? Merge them in groups, then merge the results — the output of one merge is just another PDF you can feed back in.

Zebra vs iLovePDF vs Smallpdf vs PDF24

A practical comparison, as of June 2026:

FeatureZebraiLovePDFSmallpdfPDF24
Runs in browserYes (WASM)No (server)No (server)Mixed
Files uploadedNeverYesYesUsually
Max size per file (free)150 MB~48 MB5 MBVaries
Drag to reorderYesYesYesYes
WatermarkNoNoNoNo
Signup requiredNoNo (small jobs)No (small jobs)No
Works offlineYes (after page load)NoNoPartial

The honest summary: if any of the PDFs are private, or larger than Smallpdf's 5 MB free cap, Zebra is the cleaner path because the files never leave your device. For small, non-sensitive files any of the four will do.

Troubleshooting

"Merge failed" or a file won't load

Usually one of: a PDF locked with an open password (unlock it first in Preview on Mac or Adobe Reader), a corrupted file pdf-lib can't parse, or a file over the 150 MB cap. Remove the problem file and retry.

The Merge button is disabled

You need at least two files. Add a second PDF and the button activates.

The order came out wrong

The merged PDF follows the list order, top to bottom. Drag the files to rearrange them before clicking Merge, then merge again.

The merged file is large

Merging preserves every page at full quality, so the result is roughly the sum of the inputs. To shrink it, run the merged PDF through the compressor — it can cut 40–80% off image-heavy documents.

Common questions

Is it really free, or is there a watermark?
Fully free. No watermark, no signup. Free users merge up to 5 PDFs per batch; premium raises that to 30. No watermark on the output at any tier.
Do my PDFs get uploaded anywhere?
No. The merge runs entirely in your browser using pdf-lib (WebAssembly). The files never leave your device.
How many PDFs can I merge at once?
Free accounts merge up to 5 files per batch; premium up to 30. Each file can be up to 150 MB. You need at least 2 files to merge.
Can I change the order before merging?
Yes. Drag the files in the list to reorder them. The output follows the order you set — top to bottom.
Will the text and formatting stay intact?
Yes. Zebra copies the original page streams without rasterizing them, so text stays selectable and searchable, fonts and vector graphics stay sharp, and the file stays small.
Does it work on iPhone Safari?
Yes. Safari on iOS 16+ runs the merge in-browser. Because pages are copied, not re-rendered, even a dozen documents combine in a few seconds.
Can it merge password-protected PDFs?
Light encryption is ignored, but a PDF locked with an open password must be unlocked first (Preview on Mac or Adobe Reader). Remove the password, then merge.
How do I merge just a few pages instead of whole files?
The merger combines complete documents. To merge selected pages, first split or export those pages into their own PDFs (Preview on Mac, or print-to-PDF of the range), then merge those.