Merge PDF

Add two or more PDFs, put them in the order you want, and get one document back. The merging happens inside your browser — which for the things people actually merge, like a signed contract and its annexes or a set of scanned statements, is the part that matters. Nothing is uploaded, nothing is stored, and nothing is stamped on the result.

    • Where it runs

      PDF files are read in the browser. Nothing is uploaded.

    • No queue, no account

      It starts the moment you drop the file, and it never asks who you are.

    • No watermark

      What comes out is the file you made, with nothing added to it.

    How it works

    1. Drop your PDFs onto the box above, or press it to choose them. Add as many as you like.
    2. Put them in order. The list is the document — the first file becomes the first pages.
    3. Press Merge now. Everything happens on your own machine.
    4. Download the finished PDF. There is no watermark and no sign-up.

    Nothing is re-rendered

    Merging copies the page objects across rather than redrawing them, so the result is not a picture of your documents — it is your documents. Text stays selectable and searchable, vector artwork stays sharp at any zoom, and images are carried over byte for byte. There is no quality setting here because there is no quality decision to make.

    That also means the finished file is roughly the sum of its parts. If the result is larger than you want, compressing it afterwards is the separate step, and it is a real one rather than something a merge tool should be doing to your file without asking.

    What does not come across

    Bookmarks, form fields, the document outline and any embedded attachments are lost. These are structures that point at pages by reference, and carrying them correctly across several documents whose page numbering has just changed is a much harder problem than copying pages — one that tools which claim to do it often get subtly wrong.

    Saying so up front is better than letting somebody merge a hundred-page report and discover afterwards that its table of contents no longer goes anywhere. If your documents rely on any of those, merge them in a full PDF editor instead. For the ordinary case — scans, statements, a contract and its annexes, pages that arrived in separate emails — none of it applies.

    Why this one should not be uploaded

    Look at what people merge: signed contracts, invoices, medical letters, bank statements, application packs with passports in them. It is one of the most sensitive things anybody does with a file, and the usual way to do it is to hand all of the documents at once to a website in exchange for a download link.

    Here they never leave your device. You can check that rather than believe it — open the network tab in your browser’s developer tools and watch while you merge, or disconnect from the internet entirely and merge anyway. It works, because the code doing the work is already on your machine.

    Merge PDF: common questions

    Are my PDFs uploaded to a server?

    No. The merge runs entirely in your browser and the files never leave your device. Given that people mostly merge contracts, statements and application documents, this is the reason the tool is built this way rather than a nice extra.

    Can I choose the order of the files?

    Yes, and the order is the whole operation — the list you arrange is the document you get, with the first file becoming the first pages. Files are never silently sorted by name, because that would be a different tool from the one you asked for.

    Will merging reduce the quality?

    Not at all. The pages are copied rather than re-rendered, so text stays selectable, vectors stay sharp and images are carried across byte for byte. There is no quality setting because there is no decision to make.

    Do bookmarks and form fields survive?

    No, and this is the honest limit of the tool. Bookmarks, form fields, outlines and attachments point at pages by reference, and carrying them across documents whose numbering has just changed is a much harder problem than copying pages. If your files depend on those, use a full PDF editor.

    How many files can I merge, and how large?

    No limit that we impose, and no account or watermark. Because nothing is uploaded there is no capacity to ration — the practical ceiling is your own memory, so a very large set is the case most likely to strain a phone.

    Can I merge a password-protected PDF?

    No. A protected file cannot be read without its password, so there is nothing to copy. Open it with the password, save an unprotected copy and merge that. We name which file is the problem rather than failing with a generic error.

    Other tools