How to Merge PDF Files Without Uploading Them Anywhere
Smallpdf, iLovePDF, Adobe Acrobat, and the in-browser alternatives — how they compare on privacy, quality, file-size limits, and price. Plus a free in-browser PDF merger that never uploads your documents.
Cloud PDF tools (Smallpdf, iLovePDF, Adobe Acrobat online) upload your documents to a server to do the work — fast, polished, with a real privacy trade-off. In-browser PDF tools (Uttir, the PDF.js–based open-source tier) do the work locally with the same output and zero upload. For one-off PDFs, in-browser is enough. For a 500-page report, the cloud tools are faster but you should care about who is reading your document.
"Merge PDF" is one of the most common tasks in any office. Most people have used Smallpdf or iLovePDF at some point — they are fast, polished, and a default result for "merge pdf" in any search engine. They are also, by design, uploading your PDF to a server. For a CV or a public brochure, that is fine. For a tax return, a medical record, or an internal business plan, it is not.
Here is the state of the field in 2026, what each major tool does well, and the trade-offs of the in-browser tier that has matured in the last few years.
What "merging PDFs" actually means
Most "PDF merge" tools do one of three things:
- Concatenate — append the pages of PDF B to the end of PDF A. This is what 95% of users want. Lossless, instant, and reversible.
- Interleave — alternate pages (A1, B1, A2, B2, A3, B3, …). Useful for "two-sided originals scanned as two files" but rare in practice.
- Combine with bookmarks — concatenate, but rebuild the table of contents to point at the right pages. Useful for large merged reports.
For most use cases — combining scanned pages, merging a cover letter with a CV, assembling a report from chapters — concatenation is the right answer. A 5,000-line Svelte component can do it in the browser in milliseconds, and the output is bit-for-bit identical to the inputs (each page is copied as-is, not re-rendered).
The four major tools, and what each one does well
Smallpdf — the default
Smallpdf is the most popular online PDF tool. The free tier allows 2 free tasks per day, with paid plans starting at $9/month for unlimited tasks and team features. The interface is famously clean.
Where it wins: the polished UI, the broadest feature set (merge, split, compress, convert, sign, edit), and the most third-party integrations (Google Drive, Dropbox, OneDrive). The mobile app is well-built.
Where it loses: the 2 free tasks per day is restrictive for any real workflow. The paid tier is more expensive than the alternatives. The privacy policy requires uploading your PDF to their servers, with the deletion timeline being "we delete files after one hour" — a window during which your document is on a third party's infrastructure. Smallpdf is based in Switzerland and subject to Swiss data protection law, which is good but not the same as "the file never left your device."
iLovePDF — the developer-friendly one
iLovePDF is the second most popular online PDF tool. The free tier is more generous (unlimited basic tasks) and the API is well-documented and cheap. The interface is a step behind Smallpdf but the functionality is similar.
Where it wins: the API is a real differentiator. The free tier covers 250 documents per month per API key, which is enough for most small-to-medium integrations. The team plan ($7/month) is cheaper than Smallpdf. The desktop app exists (rare for online tools).
Where it loses: the upload is still the privacy trade-off. The free tier documents may be reviewed by humans for "abuse" per the terms of service, which is a stronger claim than other tools make.
Adobe Acrobat online — the standard
Adobe's online PDF tools are the most feature-rich: merge, split, compress, convert, edit text, fill forms, sign, redact, compare two PDFs. The free tier is limited (one tool per day, watermarked output in some cases). The paid Acrobat Pro is the standard for serious PDF work, with desktop and cloud versions.
Where it wins: feature depth. Acrobat Pro can do things no online tool can — OCR scanned PDFs, edit text inside a PDF, redact sensitive content, sign documents legally. The desktop app is the gold standard for professional PDF work.
Where it loses: the price ($19.99/month for Acrobat Pro), the upload to Adobe's servers, and the heaviness of the desktop app. The free online tools are too limited for anything serious, and the paid tier is overkill for one-off merges.
In-browser PDF tools — the privacy-first tier
The in-browser tier uses the same PDF.js + pdf-lib combination that the cloud tools use on the server, but runs it locally in your browser. Uttir's PDF merge, PDF split, and PDF compressor are the reference implementations.
Where it wins: privacy is the default. The PDFs never leave your device, and there is no third party to trust. The output is bit-for-bit identical to what the cloud tools produce, because the underlying library (pdf-lib) is the same.
Where it loses: the feature set is narrower than Acrobat's — no OCR, no text editing, no form filling, no signing. Batch processing is limited to what your browser can hold. The advanced options (per-page rotation, form preservation) are not always there.
What the privacy trade-off actually means
When you upload a PDF to Smallpdf, iLovePDF, or Adobe Acrobat online, your document goes from your browser to their server, gets processed, and comes back. The deletion timeline varies:
- Smallpdf: "We delete files after one hour." A one-hour window where your tax return is on a third party's infrastructure.
- iLovePDF: similar one-hour window, with the additional clause that documents may be reviewed by humans for abuse.
- Adobe Acrobat online: documents are stored in your Adobe account until you delete them.
For most PDFs, this is fine. The risk is not that the service is malicious; it is that the service is a target for attackers, that a data breach exposes your document, and that "deleted after one hour" is not always what happens in practice. The 2023 MOVEit breach affected hundreds of organizations that used a single file-transfer service, including hospitals, governments, and banks.
For sensitive documents — medical records, financial statements, internal business plans, anything with personal information — the in-browser tier is the right answer. The document never leaves your device, and the deletion question doesn't apply.
How the merge quality actually compares
Every tool that uses pdf-lib under the hood (or a similar pure-JS PDF library) produces the same output for a merge: each page is copied as-is, no re-rendering, no quality loss. The visible difference between Smallpdf and an in-browser merger using pdf-lib is essentially zero.
The real differences between tools are in the surrounding features:
- Can you reorder pages after merging? (Most tools can.)
- Can you add a bookmark or table of contents? (Acrobat can, online tools usually cannot.)
- Can you preserve form fields and annotations? (Acrobat can, online tools strip them.)
- Can you set a password on the output? (Most tools can.)
- Can you set the page size and orientation? (Most tools default to A4 / portrait.)
For a simple merge — concatenate PDFs in the order you specified — every tool does the same thing. The differences are in the adjacent features.
When to pick which
- One-off merge, no privacy concern: Smallpdf or iLovePDF. Fast, polished, free for the basic case.
- One-off merge, privacy concern: in-browser merger (Uttir, or any PDF.js–based tool). Same output, zero upload.
- Recurring workflow (every day, every week): iLovePDF's API. Cheap, well-documented, integrates with any backend.
- Feature-rich PDF work (edit, sign, redact, OCR): Adobe Acrobat Pro. The price is real, the feature set is unmatched.
- Highly sensitive documents (medical, financial, legal): in-browser, every time. The risk model of "upload to a third party for one hour" is not the right fit for these.
The practical answer for most people
For most workflows — merging a few pages from a few documents — an in-browser tool is the right default. The output is identical to the cloud tools, the privacy story is concrete, and there is no account, no sign-in, no free-tier limit. The cloud tools win when you have a recurring workflow (use the API), when you need adjacent features like OCR or signing (use Acrobat), or when the file is so large that the browser would be slow (which is rare — modern browsers handle 100+ MB PDFs fine).
The mistake is defaulting to Smallpdf or iLovePDF for everything, including the cases where the privacy trade-off is real. The in-browser tier is mature enough — for the common cases, it is the better tool.