Merge PDF Files Online Free
Combine PDFs in the order you want them, in your browser, with no upload and no watermark.
In your browser—your files never leave your device.
Learn moreFiles never leave your browser. Merging happens 100% locally on your device.
About this tool
PDF merging sounds like a five-second task and most of the time it is, but the free tools out there make you sign in, queue you behind a paywall, or slap a banner on the first page of your output. This one does not. Drop two or more PDFs in, drag the tiles around until the order matches what you want, and download a single combined file. Everything runs in your browser using a WebAssembly build of pdf-lib (the @cantoo fork, actively maintained), so the files never leave your device. Once you have the order you like, the merge itself takes a few seconds even for ten or twenty files. The output has no watermark, no banner page, no cover sheet. Metadata, hyperlinks, and bookmarks from the original files carry through. The steps below cover the whole flow, and the FAQ at the bottom answers the questions that come up after the first successful merge.
How to merge pdf files online free
-
Drop in your PDFs
Drag two or more files onto the upload area, or click to browse. The page accepts any standard PDF, including ones produced by phone scanner apps.
-
Drag to reorder
The output follows whatever order is on screen. Grab a tile by its handle and move it up or down — no "move up" buttons, no separate ordering screen.
-
Click Merge PDFs
The page copies each file into a single new document. Ten PDFs takes about three to five seconds on a modern laptop, longer on a phone.
-
Download the result
A download link appears named after your first file (e.g. cv-merged.pdf). You can keep adding files and re-merging without refreshing the page.
Why use this tool
You are applying for a job and the portal wants a single PDF, but your CV, cover letter, and transcript are three separate files. You scanned a stack of receipts with your phone, one image per page, and your accountant wants them as one document instead of fourteen attachments. You signed three different parts of a contract on three different days and need to ship one clean copy back to the other side. You are putting together a portfolio for a course application and the brief said one PDF, no archives. You took notes for a course as separate weekly PDFs and now you want a single semester archive. Merging is the boring infrastructure of doing paperwork on a computer, and you should not need an account or a 50MB desktop plugin to do it. This page runs in your browser. The files do not go anywhere. You can verify that in the Network tab while you merge — there are no outgoing requests for your file bytes, only the static assets that loaded once when you opened the page.
Features
Drag-to-reorder before merging
Each uploaded file shows up as a card you can drag into the position you want. The output follows screen order, so what you see is what you get. No popup dialogs, no separate ordering step, no clicking arrows one row at a time when you have uploaded twenty pages. If you accidentally added the wrong file, there is a remove-X on each card. The whole UI was built around the assumption that getting the order right is the actual work; the merge itself is trivial.
No file count limit (within browser memory)
I have personally merged 50+ PDFs in a single batch without issues on a 16GB MacBook. The only real ceiling is your device's RAM — a Chromebook with 4GB will choke earlier than a desktop. If the browser runs out of memory the page shows the error instead of silently failing or freezing, so you know to split the batch. Most consumer-tier tools impose a hard 5-file cap to push you onto a paid plan; this page does not because there is no plan.
Bookmarks and hyperlinks survive
Internal bookmarks from the first file carry over into the merged output. Hyperlinks (both external URLs and intra-document cross-references) stay clickable. Page orientation is preserved per page, so mixing portrait and landscape source files works correctly — each page keeps its original dimensions and rotation. Form fields on a per-page basis also carry through, which matters when you are stapling a signature page onto a longer contract.
Clean output with no inserted content
No watermark, no banner page, no cover sheet, no QR code stamped into a corner, no "converted by" footer. The output is exactly the concatenation of your inputs. Metadata (title, author, creation date) is inherited from the first file in the list, which is usually what you want for a cover-letter-plus-attachments combo or a multi-section contract where the first page is the title page.
Privacy & security
The merge runs on pdf-lib (the @cantoo fork) inside your browser tab — no PDF byte is ever uploaded to our server. We hand the heavy lifting to a Web Worker so the page does not freeze while a long batch processes, but the worker is also in your browser, not a backend. When you download the merged file, that is your browser writing to disk from memory; we never see the resulting PDF and there is nothing for us to delete on a timer because nothing was stored.