Skip to content
ToolStash

Merge PDF

Combine several PDFs into a single document, dragging them into whatever order you want first. The merge happens inside your browser, so the files never leave your device and nothing is added to the output.

Runs entirely in your browser — nothing is uploaded

Drop PDFs here to merge

Add as many as you like, in any order — you can rearrange them below.

How to use it

  1. Drop your PDFs onto the box above, or click Choose files. Add them in any order.
  2. Check the list. Each row shows the file size and page count, and the number on the left is the position it will take in the output.
  3. Drag rows to rearrange them, or use the ↑ and ↓ buttons. Remove anything you added by mistake with ✕.
  4. Click Merge, then Download merged.pdf.

How it works

A PDF is a collection of numbered page objects plus a catalogue describing the document. Merging does not need to understand or redraw those pages — it needs to copy the page objects into a new document and write a new catalogue listing them in your chosen order. That is what happens here, using the pdf-lib library running in your browser.

Because the pages are copied rather than rendered and re-encoded, nothing is degraded. Selectable text stays selectable, embedded fonts come along, and a vector diagram is still a vector diagram in the output. This is also why merging is fast: the work is proportional to the size of the files, not to how complex the pages look.

Each file is checked as you add it. That check reads the first bytes to confirm the file really is a PDF, then parses the structure to count pages — which is how a damaged or password-protected file gets flagged in the list before you have spent time arranging twelve documents. At merge time each file is re-read one at a time, so only one source document is ever held in memory alongside the growing output.

Tips

  • Name your files so they sort in the right order before you add them (01-cover.pdf, 02-report.pdf). The list keeps the order you add them in, so a sensible filename scheme saves all the dragging.
  • If the merged file is larger than you want to email, merge first and compress second. Compressing the inputs individually gives a worse result for the same effort.
  • Scanned documents are large because each page is a photograph. Merging fifty scanned pages produces a big file however you do it — that is the scan, not the merge.

Frequently asked questions

Are my PDFs uploaded to a server?
No, and this is the main reason to use this tool over the well-known alternatives. Every mainstream free PDF merger uploads your document, processes it on their infrastructure, and asks you to trust a retention policy you cannot verify. Here the file is read into your browser’s memory, merged by JavaScript running in the tab, and written back out as a download. Open your browser’s Network tab while you merge — you will see no requests at all.
Will there be a watermark on the merged file?
No. Nothing is stamped, branded or added to any page. The output contains your pages and nothing else. There is no paid tier to upsell you to, so there is no reason to degrade the free result.
Is there a limit on the number of files or pages?
No count limit at all — no "3 files per hour", no page cap. The real constraint is your device’s memory, since the whole job happens in one browser tab. A few hundred megabytes of input is fine on a laptop. Past roughly 150 MB the tool warns you, and if a very large batch does fail, merging in two halves and then combining the results always works.
Does merging reduce quality or make the file blurry?
No. Pages are copied at the object level rather than re-rendered — the same page content, fonts and images are moved into the new document byte for byte. Text stays selectable and searchable, vector graphics stay sharp at any zoom, and images are not re-compressed. The merged file is roughly the sum of the inputs in size; if you need it smaller, run the result through Compress PDF afterwards.
Why is my password-protected PDF rejected?
Because merging it would need the password to decrypt the content, and the tool deliberately does not attempt to bypass encryption. Open the file in your PDF reader with the password, save or print it to a new unprotected PDF, then merge that. This applies to PDFs with an open password; files that only restrict printing or editing usually merge without trouble.
What happens to bookmarks, form fields and links?
Page content, text and images always transfer intact. Interactive layers are a mixed picture: internal links and bookmarks are attached to the document rather than the page, so they generally do not survive a merge, and form fields may lose their interactivity. If a document’s form fields or table of contents matter, keep that file separate rather than merging it.
Can I reorder the files before merging?
Yes. Drag any row up or down in the list, or use the arrow buttons if you prefer the keyboard. The number on the left is the order the pages will appear in. You can also remove a file you added by mistake without starting over. Reordering pages *within* one PDF is a different job — the Rotate & Reorder PDF Pages tool handles that.
Does it work on a phone?
Yes, in any modern mobile browser. Drag-to-reorder works by touch, and the arrow buttons are there as a fallback. Phones have less memory than laptops, so large batches are more likely to run out — merge a handful at a time on mobile.
Is any metadata from my original files carried over?
No. The merged document is created fresh with no author, title or subject copied from the sources, so a document property containing a real name or an internal file path does not leak into the combined file. The producer is set to ToolStash and the creation date to now.

Browse every tool in PDF Tools.

Found a bug or want a feature? Tell us — ToolStash is built from user requests.