yourpdfeditor

Merge PDF Files

Combine two or more PDFs into a single document — a resume and cover letter, a stack of scanned receipts, or a contract that was signed page by page. Add your files, drag them into the order you want, and download one merged PDF.

The merge happens entirely in your browser using pdf-lib, so your documents are never uploaded to a server. There is no file-size queue, no email wall, and no watermark on the result.

  • 100% free
  • No upload
  • No page limit
  • No watermark

Drag your PDF here

Or choose a file from your computer.

Maximum 25.0 MB • Files never leave your browser

How to merge PDFs online — without uploading

Drop two or more PDFs into the box above. Reorder them with the arrows. Click Merge & Download. That's it.

Why this is private

Most online PDF tools upload your files to their servers. We don't. yourpdfeditor combines your PDFs locally in your browser using WebAssembly. Your documents never leave your computer.

Merge PDF files without uploading them

Combining PDFs is one of the most common things people do with documents — stitching a cover letter to a resume, joining scanned receipts into one expense report, putting a contract back together after it was signed page-by-page. Almost every online PDF tool asks you to upload your files to their server to do this. yourpdfeditor does not.

When you drop your PDFs onto the dropzone above, the files are read into your browser and then merged using pdf-lib, a JavaScript library that runs entirely inside the browser tab. The result is built in memory and handed back to you as a download. At no point do the contents of your documents touch our infrastructure — there is no upload endpoint, no temporary storage bucket, no “we delete after an hour” promise to take on faith.

That matters most when your PDFs are sensitive: signed contracts, ID scans for a rental application, medical records, tax returns, payroll stubs, bank statements. The fewer servers that see those documents, the smaller your exposure if one of those services is breached. With yourpdfeditor, the answer to “who has a copy of this PDF?” is simple: you do.

How to merge PDFs

Three steps, no account, no waiting in a server queue.

  1. 1

    Add your PDFs

    Drag and drop the PDFs you want to combine onto the dropzone, or click to browse and select them. You can add files in batches — the list keeps growing until you merge.

  2. 2

    Put them in the right order

    Use the up and down arrows next to each file to arrange the running order. The file at the top of the list becomes the first pages of the merged PDF; the file at the bottom is appended last. The X button removes a file from the list without deleting it from your computer.

  3. 3

    Click Merge and save

    When the order looks right, click Merge. yourpdfeditor stitches the documents together in your browser and triggers a download. The output filename includes the date so it sorts cleanly next to other exports.

Why merge PDFs with yourpdfeditor

No upload, ever

Files are processed locally with WebAssembly. Your PDFs never leave your computer, so there is no server-side copy to leak or subpoena.

No account required

No sign-up, no email, no free trial that lapses into a paid plan. Open the page, drop your files, download the result.

No watermarks, no page caps

The merged PDF is yours, clean. We do not stamp our logo onto your documents or limit how many pages you can combine.

Bookmarks and links preserved

Hyperlinks, internal page links, embedded fonts, and AcroForm fields from each source PDF carry across into the merged document.

Works offline after load

Because the merge happens in your browser, you can disconnect from the internet after the page loads and still finish the job.

Open source dependencies

Built on pdf-lib and pdf.js — well-audited open-source libraries used by thousands of projects. You can inspect the JavaScript that handles your files.

When to use a PDF merger

A few common cases where combining PDFs into a single file is worth the small effort:

  • Job applications. Many ATS systems prefer or require one PDF that contains cover letter, resume, references, and writing samples in that order. Merging them locally avoids the awkwardness of uploading your resume to a third-party tool.
  • Expense reports. Scan a stack of receipts page by page, then merge the outputs into a single PDF to attach to your reimbursement form.
  • Returning a signed contract. If you signed pages individually — say, initialing each page on a tablet — merging them back into one document gives the other party a single, archivable artifact.
  • Building a packet for a meeting.Agenda, slide deck export, supporting documents, last quarter's report: one merged PDF is easier to email than five attachments.
  • Compiling lecture notes. Combine handouts, slides, and your own scans of whiteboard photos into a single study packet per course.

How your privacy is protected

The core privacy guarantee is structural, not policy-based: yourpdfeditor has no API endpoint that accepts your PDF files. Even if we wanted to receive your documents, the page does not contain code to send them anywhere. Everything you see in the merge tool above runs in JavaScript inside your tab.

We do use Google AdSense to fund the project, which means Google places its own cookies for ad personalization (you can opt out of that in your Google Ads settings). Importantly, those ads are based on your browsing context, not on the contents of the documents you merge — because Google never sees the documents either. See our privacy policy for the full breakdown.

Frequently asked questions

Is this PDF merger really free?+

Yes. yourpdfeditor is free to use with no account, no watermark on the output, no page limits, and no daily merge limits. Because the work happens in your browser, there are no server costs to pass on to you.

Do my PDFs get uploaded to a server?+

No. All merging happens locally in your browser using JavaScript and WebAssembly. You can open your browser's network tab and confirm — no PDF bytes are ever sent over the wire. You could even disconnect your network after the page loads and the merge would still finish.

How many PDFs can I merge at once?+

There is no hard limit imposed by the tool. The practical limit is your device's RAM — most modern laptops handle 20 to 50 typical PDFs without issue. Very large scanned PDFs with high-resolution images use more memory, so you may want to merge them in smaller batches.

Will the merged PDF preserve bookmarks, links, and form fields?+

Page content, embedded images, vector graphics, and most internal hyperlinks are preserved exactly. Bookmarks and AcroForm fields from each source PDF carry across at the page level. If you rely on highly customized JavaScript actions inside a PDF, test the merged output before sending it on.

Can I merge a password-protected PDF?+

Not directly. You will need to unlock the PDF first using your usual PDF viewer (open it, enter the password, then re-save without protection). Once unlocked, drop it into the merger like any other file.

Does the order of files in the list matter?+

Yes. Files are stitched together top-to-bottom in the order you arrange them. The first file in the list becomes the start of the merged document; the last file in the list is appended at the end. Use the up/down arrows to reorder before clicking Merge.

What happens if my browser crashes during a merge?+

Nothing happens to your original files — they were only read into the browser, never modified on disk. Reload the page, re-add your files, and try again. If you suspect memory was the problem, merge in two smaller batches and then combine the results.

Is the merge result smaller, the same, or larger than the inputs?+

Roughly the sum of the input sizes, sometimes slightly smaller because duplicated resources in the PDFs are deduplicated. We deliberately don't recompress images during a merge, so the quality of your originals is preserved exactly.