Tools

Merge PDF files into one document

Add your PDFs, drag them into the order you want, and merge. The combined file is built in your browser — no document is ever uploaded.

Drop PDF files here or tap to choose Two or more files · they merge in the order shown below

    This tool uses the pdf-lib library loaded from this site itself. Your PDF is opened in your browser's memory only — nothing is uploaded, and closing the tab erases it.

    How to merge PDF files with this tool

    Add two or more PDFs using the box above. Each file appears in a numbered list, and the merged document follows that order exactly — page one of file one, then the rest of file one, then file two, and so on. Use the arrow buttons to move a file up or down before you merge. Getting the order right first saves you re-doing the whole job.

    Press "Merge PDFs" and the combined document downloads as merged.pdf. There is no waiting queue, no email step and no upload: the merge is performed by a PDF library that ships with this page and runs inside your browser tab.

    Why the no-upload part matters here more than anywhere else

    PDFs are the format people use for the documents they least want to hand to a stranger: signed contracts, medical letters, bank statements, tax returns, passport scans, legal filings. Most free online PDF merging services work by uploading your documents to their servers, processing them there, and promising to delete them within a few hours. That promise may well be kept, but it requires trust in a company you have never heard of, and it puts your document on a machine you do not control, at least briefly.

    This tool removes the question entirely. Nothing is transmitted. You can verify that yourself: open your browser's developer tools, switch to the Network tab, and merge a file. You will see the page's own assets load and then nothing else. You can also disconnect from the internet after the page loads and the merge will still work.

    What is preserved in the merged file

    Page content, embedded fonts, vector graphics and images are copied across byte-for-byte. There is no re-rendering step, so text stays selectable and searchable, and image quality is untouched — a merged PDF of scanned pages is exactly as sharp as the originals.

    Page size and orientation are preserved per page, which means you can merge an A4 report with a landscape spreadsheet export and each page keeps its own geometry. Some things do not survive the copy: form fields lose their interactivity, digital signatures are invalidated (as they must be — the document has changed), and document-level bookmarks and attachments are not carried over. If you need signatures or fillable forms preserved, merge before signing, not after.

    File size expectations

    The merged file is roughly the sum of its parts. If two files share the same embedded font, the library will often store it once rather than twice, so the total can come out slightly smaller than the sum. It will not be dramatically smaller — merging is not compression. A merged file made of scanned pages will be large because scans are large.

    Everything happens in memory, so very large jobs are limited by your device's RAM. On a desktop, merging documents totalling a few hundred megabytes is fine. On a phone, keep the total below roughly 100 MB, or merge in stages: combine four files, then combine that result with the next four.

    Common problems and how to fix them

    "Merge failed" on one specific file. The usual cause is password protection. A PDF encrypted with an open password cannot be read without it. Open the file in your PDF viewer, enter the password, print or export it to a new unprotected PDF, and merge that copy instead.

    The pages came out in the wrong order. The list order is the merge order. Check the numbers next to each filename before pressing merge — alphabetical filename order is not applied automatically, since that is often not what people want.

    Nothing happens when I press merge. The PDF engine loads as a separate script. On a slow connection it may not be ready the instant the page appears. Wait a second and try again; the tool will tell you explicitly if the engine has not finished loading.

    Merging in a sensible order

    If you are assembling a submission — a job application, a grant proposal, a court bundle — build it in the order the recipient will read it: cover letter, main document, then appendices. If you need to split something out afterwards, or pull a few pages from a larger file first, use the PDF split tool and then merge the extracted parts.

    Frequently asked questions

    Are my PDF files uploaded to a server?

    No. The merge is done by a JavaScript PDF library served from this site and executed in your browser. You can confirm it by watching the Network tab in developer tools, or by disconnecting from the internet after the page loads — the merge still works offline.

    How many PDFs can I merge at once?

    There is no hard limit in the tool. The practical limit is your device's memory, since every document is held in RAM during the merge. A desktop handles dozens of files comfortably; on a phone, keep the combined size below roughly 100 MB or merge in two stages.

    Can I merge a password-protected PDF?

    Not directly — an encrypted PDF cannot be read without its password. Open the file in your normal PDF viewer, enter the password, then export or print it to a new unprotected PDF and merge that copy.

    Does merging reduce the quality of the pages?

    No. Pages are copied at the object level, not re-rendered. Text remains real selectable text, vector graphics stay vector, and images are copied without re-compression. The merged pages are pixel-identical to the originals.

    Will my fillable form fields and signatures still work?

    Form fields lose their interactive behaviour and digital signatures are invalidated, because a signature certifies a specific document and the merged file is a different document. Sign after merging, not before.

    Can I change the page order inside a single file?

    Not on this page — it merges whole documents in the order you list them. To rearrange or extract specific pages, split the file first with the PDF split tool, then merge the pieces back in the order you want.