PDF Tool

Merge PDF — Combine PDF Files Into One Document

Combine two or more PDFs into a single document in your browser. Reorder files before merging, keep fillable form fields, and download the result — nothing is uploaded to a server.

Instant 100% Client-Side No Login
PROCESSINGLOCAL
LIMITNONE
PRIVACYBROWSER-ONLY

Upload PDF files to merge

Select 2 or more PDF files — reorder them with the arrows

Max 50MB • .pdf

Files are processed in your browser — never uploaded

What merging a PDF actually does

“Merge” sounds like the files are blended together, but a PDF merge is closer to rebinding a book. A PDF is, underneath, a tree of objects — pages, fonts, images, and the streams of drawing instructions that paint each page. Merging creates one brand-new empty document and then copies the page objects from each of your files into it, in the order you chose, appending them one after another. The originals are never modified; a fresh third file is produced.

Because the pages are copied rather than redrawn, nothing about their content changes. A paragraph of real, selectable text is still real text in the merged file. A 300-DPI scan is still 300 DPI. A vector logo is still a crisp vector. This is the important difference between merging and, say, printing several files to a single PDF: printing flattens everything to a fresh rendering and can lose text and sharpness, while merging preserves the exact page objects. That is why this tool can honestly say there is no quality loss — it is not re-processing your pages, only relocating them.

The one thing that has to be rebuilt is the interactive layer, and that is worth understanding because most merge tools get it wrong.

Why form fields usually break — and why they don’t here

A fillable PDF form has two connected parts. On each page sits a widget— the visible box you click into. Separately, in the document’s catalogue, sits an AcroForm: a registry that lists every field, its name, its type, and its current value. The widget on the page is only the visible half; without the AcroForm entry the field has no identity and no behaviour.

When a typical merge copies pages, it brings the widgets across — they are attached to the page — but it does not carry over the AcroForm registry, because that lives at the document level, not the page level. The result is a merged PDF where the form boxes are still drawn but are completely inert: you can see them, you cannot type in them, and any value that was filled in may vanish. To anyone relying on the form, the file is broken.

This tool handles that explicitly. After the pages are copied, it walks every page of the merged document, finds the widget annotations, traces each one back to its field definition, and re-registers those fields in the merged document’s AcroForm. The fields come back to life — fillable, named, and carrying whatever values they had. There is one honest caveat: if two different source files each contain a field with the same internal name, the PDF standard treats them as the same field, so they end up linked and update in lockstep. That is genuine PDF behaviour rather than a bug, but if you need two such fields to stay independent, rename one in the original before merging.

Order is the whole game

The single decision that matters most in a merge is sequence, because a merged PDF is strictly linear — page follows page in exactly the order the files were combined, with no way to interleave. If you upload a cover letter, a report, and an appendix, the merged file will read cover → report → appendix only if you arranged the files that way first.

That is why each uploaded file carries up and down arrows in the list. Set the order before you click Merge: drag your intro to the top, your closing material to the bottom, and the tool honours that top-to-bottom order literally. If you realise afterwards that the sequence was wrong, there is no need to reorder pages inside the output — just reorder the files and merge again, since the operation is cheap and non-destructive.

If what you actually need is to combine files and shuffle individual pages between them — pull page 3 of one document in between pages of another — that is a different job than a straight append. For that, merge first to get everything into one file, then use a page-level editor to rearrange. Merging gets every page into one place; fine-grained page ordering is a second step.

Size, memory, and what to expect from the output

A merged PDF is about as large as its inputs added together, with a small saving from sharing common structure and a small overhead from the new document scaffolding. Merging does not compress anything, so if you combine ten heavy scanned files you get one heavy file — the weight moved, it did not disappear. When the result is larger than you want to email or upload, run it through the PDF compressor afterwards; compressing once at the end is more effective than compressing each part beforehand.

Because everything happens in your browser, the ceiling on how much you can merge is your device’s available memory rather than a server quota. Every file is read in full and the combined document is assembled in memory before the download is offered, so a desktop will chew through dozens of documents without noticing, while a very large batch of big scans on an older phone is where you might hit a wall. If a huge merge stalls, splitting it into two smaller merges and then merging those two results is a reliable way around a memory limit.

Encrypted files, and where the work happens

A password-protected PDF cannot be merged while it is still locked, and the reason is not a limitation of this tool but of encryption itself: the page contents are scrambled until the correct password unlocks them, so there are no readable pages to copy. Rather than fail the whole batch with a vague error, the tool stops as soon as it meets an encrypted file and names it, so you know exactly which document to deal with. Remove its password with the Unlock PDF tool first, then merge the unlocked copy alongside the others.

Everything in this tool runs locally. Your files are read into browser memory, the new document is built there, and the result is offered straight back as a download — no byte is sent to a ToolMintX server at any point. Even the small thumbnail previews beside each file are produced by a PDF engine served from this site itself, not fetched from a public CDN, so combining your documents makes no outside request at all. That detail matters for the privacy claim: a merge tool that quietly pulled part of its machinery from a third-party server would be leaking the fact that you are handling those documents, even if the files themselves stayed put.

Bookmarks, links, and the rest of the document furniture

Pages are the part of a PDF everyone thinks about, but a document carries other structure too: an outline of bookmarks in the sidebar, internal links that jump from a table of contents to a section, and metadata like title and author. It is worth being clear about how these fare in a merge, because it is the part where expectations and reality most often part ways.

Internal links that point within a single source file are copied along with the pages and continue to work in the merged document, because the link and its target move together. Bookmarks and the document-level outline, on the other hand, live at the top of the document tree rather than on individual pages, so — like the form registry described earlier — they do not automatically follow the pages across. A merged file therefore keeps every page and its in-page links, but you will usually need to rebuild the sidebar outline afterwards if the originals had one. The document title and author metadata come from the new container, not the sources, so the merged file starts with clean, blank document properties rather than inheriting one source’s details by accident.

None of this affects what a reader sees on the page — the visible content is identical — but if you are assembling something like a long report where the clickable outline matters, plan to add the bookmarks once at the end, on the finished merged file, rather than expecting them to survive the combine.

Related tools

Merging is often one step in a longer cleanup. If a combined file is too big, the PDF compressor brings it down. If you need to pull a range of pages back out of the merged document, the Split PDF tool does the reverse operation. And when a source file is locked, clear its password with Unlock PDF before adding it to the merge.

How to Use

1

Upload two or more PDF files.

2

Use the up and down arrows to put the files in the order you want.

3

Click Merge PDFs.

4

Download the single combined PDF.

Features

Combine any number of PDF files into one document
Reorder the files before merging with up and down controls
Fillable form fields are carried into the merged PDF, not flattened away
Runs entirely in your browser — no file is uploaded to a server
The page preview engine is self-hosted, so merging makes no third-party request
No login, no watermark, no installation

Common Questions

About Merge PDF

Combine two or more PDFs into a single document. Reorder the files before merging, and keep fillable form fields working instead of flattening them away. Pages are copied without re-encoding, so there is no quality loss. Everything runs in your browser — no file is uploaded to a server.

Also known as: combine pdf, join pdf, merge pdf files, put pdfs together, concatenate pdf, merge pdf with forms, append pdf files.

Processing Note

Merge PDF runs in your browser, so the input you enter is processed locally on this page and is not uploaded to a ToolMintX account.

Tool Limits

PDF tools can preserve and rearrange documents, but they cannot guarantee that every viewer, printer, government portal, or third-party form will accept the file without a final check.

Explore More