Merge PDFs Into One: Free, In Your Browser

No account. No upload. Just the tool.

You have three PDFs that should be one. Maybe it’s a contract plus two addenda. Maybe it’s three months of bank statements you need to send in a single email. Maybe it’s a stack of receipts your accountant wants as one combined doc. The actual operation is trivial: take the pages from file A, then file B, then file C, write them out as one new PDF.

The reason this is a tool category at all is that most operating systems don’t expose this in their default PDF viewer (Preview on macOS does, but it’s awkward; Windows requires third-party software). So people end up on the web, and the web is full of “free PDF merger” sites that ask you to upload sensitive documents to a server, then cap your free use after two merges per day.

Signegy merges PDFs entirely in your browser. Drop the files in, drag to reorder, click merge, get one combined file. No upload, no quota, no signup.

How It Works

  1. Drop your PDFs onto the tool above. You can drop multiple at once or add more in additional drops; the file list grows as you add.
  2. Drag rows up or down to set the final order. The first file in the list will be the first set of pages in the output, and so on.
  3. Click “Merge”. The combined PDF downloads to your device with the file name merged.pdf.

There’s no separate “process” step or upload progress bar — the operation happens in JavaScript in your tab. For typical documents (a few dozen pages each, a few megabytes each) the merge runs in milliseconds. For very large inputs the bottleneck is your browser’s memory, not network or our servers.

Why Other Tools Cap You (And This One Doesn’t)

Smallpdf’s free tier limits you to two merges per day. ilovepdf limits the number of files per merge on the free tier. PDF-merge.com adds watermarks unless you pay. Adobe’s online merger requires an Adobe account.

There’s a structural reason for these limits: those tools run on the company’s servers. Every PDF you upload uses some compute time and bandwidth, both of which cost money. The free tier is the entry point of a sales funnel — let users get hooked, then meter them into a paid plan.

Signegy doesn’t have a server doing the merge. Your browser opens both PDFs in memory, copies the pages from each into a new document via the pdf-lib library, and writes the result out. The compute happens on your device. We pay basically nothing per merge, so there’s no business reason to limit you. We don’t have a paid tier, and we don’t have plans for one — see the free PDF signer page for the full economic explanation if you’re curious why this is sustainable.

Common Reasons to Merge PDFs

The two most universal scenarios are stitching documents together for delivery and combining multi-source records for archival.

Delivery covers the email-attachment workflow: you signed a contract on page 1, the addendum is a separate PDF, the cover letter is a third. The recipient wants one document, not three attachments to keep track of. Drop, reorder, merge, attach. Same with HR onboarding (filled W-4 + filled I-9 + signed offer letter), real estate (lease + addendum + inspection report), and freelancing (signed SOW + invoice + W-9).

Archival is the multi-statement scenario. Your bank gives you twelve PDFs for the year — one per statement. You want them as one file in your records. Drop all twelve, drag into chronological order, merge, save. Same with utility bills, brokerage statements, and any other monthly PDF you accumulate.

A third use: combining scanned pages from a multi-page document where your scanner saved each page as a separate file. Drop them all, sort them in the order they should appear, merge.

Order Matters — The Drag Handle

The most common merge mistake is forgetting that order matters and ending up with a combined PDF where the addendum appears before the contract, or December’s statement appears in February’s spot. Signegy makes the order visible: every dropped file becomes a row in the list, and the row order is the merge order.

The drag handle is the ⋮⋮ icon on the left of each row. Click and drag to move a row up or down. The ”+” button on the toolbar adds more files to the end of the list; the ”×” button on each row removes that file from the merge. None of these actions trigger a re-upload (because there was no upload in the first place).

If you need to reorder pages WITHIN one of the source files (not just reorder whole files), the workflow is: split that file with the split tool, then drop the resulting pages into the merge tool in the order you want. Two browser-only steps; the document never leaves your device.

When This Isn’t the Right Tool

Two cases where Signegy’s merge isn’t ideal: PDF/A archival merges and merges that need to preserve form-field structure.

PDF/A is a strict subset of PDF used for long-term archival (legal, governmental, library). PDF/A merges have specific requirements about embedded fonts, color profiles, and metadata that pdf-lib doesn’t enforce. If your document needs to remain valid PDF/A after the merge, use a tool built for that (Acrobat Pro, Foxit PhantomPDF, or open-source veraPDF utilities).

Form-field preservation is the other case. If the source PDFs have AcroForm fields that the user has filled in, those fields may not survive the merge cleanly. The visible text usually does, but the field structure can be lost. If you need to merge filled forms while keeping fields editable, fill the forms last with the PDF form filler after merging, or use a desktop tool with stronger form support.

Pair It With the Rest of the Toolkit

The merge tool fits into a larger toolkit. After merging, you might sign the combined PDF, extract specific pages from the result for sharing, or compress the final file to fit an email attachment limit. All of those run in the same browser with the same no-upload guarantee.

If you’re switching from another tool, the Smallpdf alternative and ilovepdf alternative pages compare Signegy directly to the main hosted PDF utilities, including the cases where the hosted tools genuinely win.

Frequently Asked Questions

How many PDFs can I merge at once?

There's no hard limit set by us. Practical limits depend on your browser's available memory — combining a dozen typical documents is trivial; combining a hundred 50MB scanned PDFs may slow down your tab. If you hit a wall, split the merge into two passes.

Will it preserve text, links, and images?

Yes. The page content (text, images, hyperlinks, vector graphics) is preserved exactly. Form fields, bookmarks, and JavaScript actions don't carry over reliably — pdf-lib, the library doing the merge, focuses on visual content. For PDF/A archival merges with full structure preservation, use a desktop tool built for that.

Can I reorder pages within a file, not just files?

Not in the merge tool itself. To reorder pages within a file, use the split tool to extract them first, then merge them back in the order you want. Two passes, both in your browser.

Does the order I drop files matter?

Only initially. After dropping, drag the file rows up and down to set the final merge order. The drag handle on the left of each row is the grab point.

Why does Smallpdf cap free merges at two per day?

Their tools run on their servers, so every merge has a real per-document compute cost they need to recover. Signegy runs in your browser using your CPU, so there's nothing on our side that scales with your usage. The cap doesn't exist because there's nothing to cap.