Free · No upload · Drag to reorder

Merge PDF

Combine multiple PDFs into one file — add as many as you need, drag to set the order, then download. Everything runs in your browser; nothing is uploaded.

Drop PDF files here or browse

Add two or more PDFs — drag the grip handle to set the order

    🔒 Your PDFs are merged entirely in your browser — never uploaded.

    How to merge PDF files

    Combine reports, scans, contracts or chapters into a single document — your files stay on your device the whole time.

    📄

    1. Add your PDFs

    Drop in two or more PDF files, or click to browse — add as many as you need.

    ↕️

    2. Set the order

    Drag each file's grip handle up or down until the list matches the order you want.

    ⬇️

    3. Merge & download

    Click Merge and download a single combined PDF with every page in place.

    Merging is handy for combining scanned pages, stitching together chapters or reports, and building a single PDF from documents that arrived separately. Everything is processed locally with pdf-lib, so confidential contracts never leave your computer. Explore more PDF tools.

    How the merge is performed

    Each file you add is read into memory as raw bytes and parsed by pdf-lib, which is how the page count and size appear in the list before you commit to anything. When you press Merge, a brand-new empty PDF is created and each source document's pages are copied into it in list order.

    That copy is a real structural operation, not a screenshot. Every page's content stream comes across along with the resources it references — embedded fonts, images, vector graphics — so text in the merged file stays selectable, searchable and sharp at any zoom. Nothing is rasterised and no page is re-encoded, which means a merge does not degrade quality even if you merge the result again later.

    The order in the list is the order in the output, and the drag handle on each row is how you change it. Because the page count for each file is shown up front, the button tells you the total page count of the result before you click it — a quick sanity check that you have the right files and none of them is the 400-page version by mistake.

    What survives a merge, and what does not

    ElementSurvives?Detail
    Page content and layoutYesCopied intact, including embedded fonts and images. Text stays selectable.
    Page size and orientationYesPer page. Mixed A4 and Letter, or portrait and landscape, stay as they were.
    External hyperlinksUsuallyLink annotations live on the page and generally come across.
    Bookmarks / outlineNoThe outline tree belongs to the document, not the pages, and is not carried over.
    Interactive form fieldsUnreliableThe form definition is document-level, and identical field names across two sources collide. Flatten forms first if the values matter.
    Digital signaturesNoA signature certifies an exact sequence of bytes. The merged file is a new document, so any signature is void.
    Accessibility tagsNoThe structure tree used by screen readers is document-level and is lost, which matters for PDF/UA compliance.
    Document metadataNoThe output starts fresh — no inherited title, author or keywords from any source.

    Limits worth knowing

    Password-protected files will not merge. If a PDF is genuinely encrypted, the engine here cannot decrypt it, and the file is named in an error message rather than silently producing a broken result. Open it in a PDF viewer, supply the password, save an unprotected copy, and merge that. Files that merely carry permission restrictions rather than a real password usually load without trouble.

    The merged file is roughly the sum of its parts. Merging does not compress. Worse, resources shared between source documents are not deduplicated — merge ten reports that each embed the same typeface and that typeface is embedded ten times. If the result is unexpectedly large, run it through the PDF compressor afterwards rather than expecting the merge to optimise anything.

    Everything is held in memory at once. Every source file stays in memory while you arrange the list, and the output is built alongside them. Merging a few hundred megabytes of scans will strain a phone or an older laptop. If a big job stalls, merge in stages — combine four files, then combine those results — which keeps peak memory much lower.

    Pages keep their own dimensions. Merging is not normalising. A landscape scan dropped between portrait pages stays landscape, and A4 mixed with Letter produces a document with two page sizes. That is usually correct behaviour, but it can be a surprise at the printer, so check the result before a print run.

    Getting the result you meant

    Arrange before you merge, not after. Reordering pages in the output requires a different tool entirely, whereas dragging a row here takes a second — so it is worth checking the list order twice, particularly when filenames sort in a way that does not match the document's logic (chapter 10 sorting before chapter 2 is the classic).

    Two useful patterns. To interleave a double-sided scan where a sheet-fed scanner produced odd pages in one file and even pages in another, merging alone will not do it — you need to split both files into single pages first, then reassemble in the right order. And to insert a few pages into the middle of an existing document, split the original at the insertion point with the PDF splitter, then merge the three pieces in order here. Both tools hand the working file straight to the other, so you do not need to save and re-upload between steps.

    If your inputs are images rather than PDFs — photographed receipts, scanned pages saved as JPEGs — image to PDF converts them into a single document in one pass, which is quicker than converting each and merging. And if the point of merging is to send one file, check the size before attaching it: most mail servers reject attachments somewhere around 20–25 MB, and a merged set of scans passes that mark easily. More PDF utilities are grouped on the PDF tools page.

    Merge PDF FAQ

    Is merging PDFs free?

    Yes — completely free, with no sign-up and no limit on how many times you can use it.

    Are my files uploaded anywhere?

    No — every PDF is combined entirely in your browser using pdf-lib, so your documents never leave your device.

    Is there a limit on how many PDFs I can merge?

    There's no fixed limit — add as many PDFs as you need. Very large files or a large number of files may take longer depending on your device. Since every file is held in memory at once, a very large batch is better merged in two stages than in one.

    Can I reorder the files before merging?

    Yes — drag a file's grip handle up or down in the list to change its position. The final PDF's pages follow that same order.

    Does merging reduce quality?

    No. Pages are copied structurally, with their fonts and images intact, rather than being rendered to pictures. Text stays selectable and searchable, vector graphics stay sharp at any zoom, and merging a file that was itself merged loses nothing further.

    Why won't my password-protected PDF merge?

    Because it cannot be decrypted here — the file is named in the error message rather than being silently mangled. Open it in a PDF viewer, enter the password, save an unprotected copy, and merge that copy instead. Restrictions on printing or copying, as opposed to a password required to open the file, generally do not stop a merge.

    What happens to bookmarks and form fields?

    Bookmarks are lost, because the outline belongs to the document rather than to its pages and is not carried across. Interactive forms are unreliable for a related reason: the form definition is also document-level, and fields sharing a name between two source files collide. If the entered values matter, flatten the form in a PDF viewer before merging. Digital signatures are void in any case, since the merged file is a new document.