Merge PDF

Combine multiple PDF files into a single document without ever uploading them.

Add PDFs to see every page here — drag to reorder or remove any page

Written and maintained by the KitYards team About KitYards Last reviewed:

Merge PDF is a fast, private way to join several PDFs into one clean document. Everything happens 100% inside your browser, so your files never leave your device and nothing is uploaded to a server. Drag files to reorder them, arrange pages exactly how you want, and export a single merged PDF in seconds. There is no watermark and no artificial size limit beyond what your browser can handle. It is completely free and requires no signup.

How to merge PDF files

  1. 1 Add the PDF files you want to combine.
  2. 2 Drag files and pages to set the order you need.
  3. 3 Click Merge to build a single document.
  4. 4 Download your combined PDF instantly.

How merging works in your browser

Each PDF you add is read into memory with the FileReader API and parsed by pdf-lib, a PDF library that runs entirely in JavaScript. A new empty document is created, and for every source file its pages are copied across in the order you set. Copying a page brings its content stream along with the fonts, images and resources it references, which is why text stays selectable and vector graphics stay sharp — nothing is rasterised into a flat picture along the way.

The page thumbnails you drag around are rendered by pdf.js, the same engine Firefox uses to display PDFs. It draws each page to a canvas purely so you can see what you are reordering; the preview has no bearing on the output, which is assembled from the original page objects rather than from anything on screen.

When you click merge, the assembled document is serialised back to bytes and handed to your browser as a download through a temporary blob URL. At no point does a file leave your device — there is no server in this tool to send it to, which is the whole reason it is safe to use with a contract or a medical record.

What people merge

Invoices and expense claims

Twelve monthly invoices become one attachment. Finance departments generally prefer a single chronological file to a dozen separate ones, and the merge preserves the order you drag them into.

Signed contracts

A contract often comes back as the body in one file and the signature page in another. Merging them produces the single document your records actually need — without uploading a signed agreement to a stranger’s server.

Scanned documents

Scanners frequently save each page separately, especially with an automatic feeder that jams. Merging reassembles the document, and dragging the pages fixes the sheet that came out upside down in the wrong place.

Application packs

A job or visa application usually wants one PDF containing CV, certificates and identification. Merging locally matters here — those are precisely the documents you should not be uploading to a free web service.

Why merge PDFs online

Combining PDFs is perfect for bundling invoices, contracts, reports, or scanned pages into one file that is easy to share and archive. Because KitYards works entirely in your browser, sensitive documents stay on your machine and are never sent anywhere. You get a professional result with no watermark, no email, and no waiting.

What it cannot do

Running entirely in a browser is what makes this private, and it is also where the limits come from:

  • Password-protected PDFs will often fail. The tool asks pdf-lib to ignore encryption, which is enough for files that merely restrict printing, but a document that requires a password to open cannot be read at all. Remove the password in your PDF reader first.
  • Very large files are bounded by your device’s memory. Every input document has to be held in RAM at once, so merging several hundred-megabyte scans can exhaust a tab where a desktop application would stream through them.
  • Form fields and digital signatures do not survive intact. Copying pages carries their appearance but not the interactive form structure, and any cryptographic signature is invalidated — which is correct behaviour, since the document it signed no longer exists.
  • It merges whole files in file order. Extracting a range of pages, rotating or deleting individual pages is not part of this tool.
  • Bookmarks, the table of contents and document-level metadata from the sources are not carried over; the output is a clean document with KitYards as its producer.

Troubleshooting

A file will not load
The two usual causes are password protection and corruption. Open the file in your normal PDF reader: if it asks for a password, remove it there and re-add the file. If the reader also refuses it, the file itself is damaged and no merger will recover it.
The tab froze on a big merge
Memory pressure. Merge in stages — combine four files, download the result, then merge that with the next four. Closing other heavy tabs helps too, since they share the same memory budget.
The pages came out in the wrong order
Files merge in the order shown, not the order you selected them in the file dialog, and browsers do not guarantee that dialog order. Drag the cards into the sequence you want before merging — the preview is the source of truth.

Frequently asked questions

Are my PDF files uploaded to a server?

No. All merging happens locally in your browser, so your documents never leave your device.

Is there a file size or page limit?

There is no artificial limit. The only constraint is the memory available to your browser.

Are my documents uploaded anywhere?

No, and you can confirm it in about ten seconds: open your browser’s developer tools, go to the Network tab, and merge two files. No request carries your data. You can also disconnect from the internet after the page loads and the merge still completes normally.

Does merging reduce quality?

No. Pages are copied as objects, not re-encoded. The text remains real text, images keep their original compression, and vectors stay vector. The output file size is roughly the sum of the inputs for the same reason — nothing was thrown away.

Will the merged file have a watermark?

No. There is no watermark, no page limit, no signup and no paid tier that removes a restriction. The tool costs nothing to run because it runs on your computer rather than ours.

Other recommended tools