Merge PDF — Combine PDFs Online Free
Combine multiple PDF files into one document, in the order you choose. Drag files to reorder, then click Merge. Browser-side using pdf-lib — your PDFs never leave your device.
When you need to merge PDFs
Combining PDFs into a single file is one of the most common document tasks. You might be bundling a CV, cover letter and portfolio for a job application; assembling scanned receipts for an expense report; submitting passport, visa form and supporting docs to an immigration portal; or producing a multi-section report from individual chapters. Whatever the reason, the destination almost always wants a single PDF — not seven separate attachments.
This tool combines as many PDFs as you like into one ordered output. Drag files in (in any order), reorder them by dragging in the list, then click Merge. The output is a single, fully valid PDF that opens in every PDF viewer.
How browser-side PDF merging works
The merge uses pdf-lib, an open-source JavaScript PDF library that builds and edits real PDF binaries directly in the browser. For each input PDF, the tool reads its bytes, copies every page into a new output document, then writes the result as a new PDF file. No re-rendering, no quality loss, no metadata reset — the pages are bit-for-bit identical to their sources, just bundled together with a new index.
Why does that matter? Because most server-based "merge PDF" tools have to re-encode your file as they process it, which can subtly degrade text rendering or break interactive form fields. pdf-lib preserves the original page content exactly.
Step-by-step
- Drop or select your PDF files. They appear in the list in the order you added them.
- If you need a different order, drag list items up or down.
- Click Merge. The output is downloaded as
merged.pdf.
Common merging scenarios
- Job applications — CV + cover letter + portfolio in one PDF that recruiters can quickly review.
- Visa / immigration documents — passport scan, application form, financial statements, supporting letters combined for portal upload.
- Tax returns — main form + all supporting schedules merged for HMRC, IRS or accountant submission.
- Insurance claims — claim form, photos, receipts, supporting letters as one document.
- Property purchase — offer letter, mortgage agreement, surveys, valuations bundled.
- Academic submissions — assignment + appendices + bibliography as one file.
- Business contracts — main contract + schedules + addenda + exhibits.
- Multi-page scanned documents — pages scanned one at a time, combined into one document.
Tips and best practice
- Check page order before merging — fixing the order after sharing means re-merging and re-uploading everywhere.
- Compress oversized PDFs before merging if the final file will be large. Most email systems cap attachments at 25 MB.
- Verify the output opens correctly in Adobe Reader or Preview before sending — different viewers occasionally surface different rendering issues.
- Keep the originals until the merged file is confirmed accepted. If something needs to be re-added, you'll want the source PDFs intact.
- Use a clear file name at the destination — "Smith-J-application-2026.pdf" is easier to file than "merged.pdf".
Privacy note
PDFs often contain personally identifiable information (PII), financial details, signatures, photos of ID cards or contract terms. Uploading those to a third-party server for processing carries data-protection risk — under GDPR, CCPA and similar regimes, you'd be sharing personal data with a sub-processor. Browser-side merging avoids that entirely; nothing is ever sent over the network.
FAQs about merging PDFs
Are my PDFs uploaded anywhere?
No. Merging runs entirely in your browser using pdf-lib. You can verify with DevTools → Network: no upload happens.
How many PDFs can I merge at once?
Practical limit ~50 typical-size files. Browser memory is the real constraint.
Will form fields, links and bookmarks be preserved?
Form fields and annotations are preserved. Bookmarks (a separate document-level structure) are not — most online mergers strip these.
Does the output have a watermark?
No. We don't add any watermark, ad or "made with…" footer.
What's the maximum file size?
Soft limit ~100 MB total across all input PDFs. Larger may slow the browser.
Will encrypted / password-protected PDFs work?
No — encrypted PDFs need to be unlocked first. Add the password in your PDF viewer and re-save unlocked.