PDF Merge
PDF ToolsCombine multiple PDFs into one file with drag-to-reorder — no upload needed. Free, private — all processing in your browser.
Select multiple PDF files. All processing happens in your browser.
The PDF Merge tool combines multiple PDF files into a single PDF, entirely in your browser — no uploads to any server. Drop in 2, 10, or 50 PDFs; drag to reorder them in the exact sequence you want; optionally reorder individual pages within each file; click Merge and download the combined PDF. Unlike other online PDF mergers that upload your files to their servers (a privacy risk for contracts, tax returns, medical records, or internal business documents), this tool keeps every PDF on your device. Processing uses pdf-lib, an open-source JavaScript PDF library, running entirely client-side.
Merging PDFs is a daily task for lawyers, accountants, HR teams, students, and anyone who works with documents. Court filings often require combining the complaint, exhibits, and affidavits into a single PDF. Accountants combine tax forms, receipts, and supporting documents for clients. Contractors merge proposals, bids, and specifications. Students combine research papers, source materials, and references. This tool handles any number of PDFs, any size, with no watermarks or page limits. Free forever, no signup, no subscription.
PDF Merge — key features
Unlimited file merging
Combine as many PDFs as your browser memory allows. Typically 50+ PDFs easily handled.
Drag-to-reorder
Rearrange PDFs and pages visually. Drag thumbnails to desired position.
Page-level control
Delete unwanted pages, reorder within files, interleave pages from different sources.
Password-protected PDFs
Enter password to unlock encrypted source PDFs. Password is used locally — never sent anywhere.
Preserves everything
Text, fonts, images, links, form fields, annotations all preserved from source PDFs.
No file size limits
Merge files of any size (limited only by browser memory). No arbitrary caps from the service.
100% private
No uploads. PDFs stay on your device. Safe for contracts, medical records, tax documents, internal business docs.
No watermarks
Merged output has no service watermark, no advertising. Clean professional output.
How to use the PDF Merge
- 1
Drop your PDF files
Drag and drop PDFs into the tool, or click to select files. Files appear as thumbnails.
- 2
Reorder files
Drag file thumbnails to rearrange. The merged PDF follows the order shown.
- 3
Optionally reorder pages
Expand each PDF to see its pages. Drag pages to reorder within files, or move pages between files.
- 4
Delete unwanted pages (optional)
Click the X on any page thumbnail to exclude it from the merged output.
- 5
Unlock password-protected files
If any source PDF is encrypted, enter its password. Password is used locally only.
- 6
Click Merge
Processing happens in your browser. Large merges may take 5-30 seconds depending on file sizes.
- 7
Download
Combined PDF downloads automatically. Same size, quality, and content as sources — just in one file.
Common use cases for the PDF Merge
Legal
- →Court filings: Combine complaint, motions, exhibits, and affidavits into a single PDF for court e-filing.
- →Contract packaging: Merge the main contract with schedules, addendums, and signed signature pages.
- →Due diligence documents: Assemble due diligence materials (financial statements, corporate records, contracts) into organized PDFs.
- →Court exhibit packages: Combine deposition transcripts, document exhibits, and photos into trial binders.
Business and finance
- →Tax returns: Combine tax forms (1040, schedules, W-2s, 1099s, receipts) into a single document for filing or archival.
- →Expense reports: Merge receipt scans with expense summary into one PDF for submission.
- →Proposals and RFPs: Combine proposal, pricing sheet, team bios, case studies, and references for client delivery.
- →Employee onboarding: Merge HR forms, policies, and handbooks into a single new-hire PDF package.
Academia and education
- →Research papers: Combine your paper with cited sources, supplementary materials, and appendices.
- →Student project submissions: Merge cover page, paper, references, and appendix into one PDF per assignment.
- →Conference submission packages: Combine paper, presentation slides, and presenter bios.
- →Teaching materials: Merge lecture notes, readings, and assignments into unit PDFs for distribution.
Personal
- →Medical records: Combine test results, prescriptions, and doctor notes into a single health record.
- →Visa applications: Merge application form, passport scan, financial documents, travel itinerary into one PDF.
- →Loan applications: Combine application, bank statements, pay stubs, and tax returns for mortgage or loan submission.
- →Insurance claims: Merge claim form, supporting documentation, and photos of damage into a single submission.
PDF Merge — examples
Simple 3-file merge
Standard multi-file combine.
File 1: contract.pdf (10 pages, 1.2 MB) File 2: schedule_a.pdf (5 pages, 800 KB) File 3: signatures.pdf (2 pages, 400 KB)
merged.pdf (17 pages, 2.4 MB) All content preserved
Batch merge 20 receipts
Expense report package.
20 receipt PDFs, 1-2 pages each, total 8 MB
receipts_expense_report.pdf (42 pages, 8 MB) Chronological order preserved
Reorder pages before merge
Control page sequence.
File 1: pages 1,2,3,4,5 (reorder to 1,3,5,2,4) File 2: pages 1,2,3 (reorder to 2,3,1)
Custom sequence preserved in merged output
Merge with page deletion
Exclude cover pages, headers.
5 PDFs with cover pages Delete first page of each
Merged PDF without cover pages Total 18 pages instead of 23
Password-protected source
Encrypted PDF handling.
tax_return_encrypted.pdf (password: "2026") other files
Password entered → pages extracted → merged with others Password used locally only
Large legal brief
Case filing assembly.
complaint.pdf (50 pages) 10 exhibit PDFs (total 200 pages) affidavit.pdf (5 pages)
case_filing.pdf (255 pages) All formatting, fonts, images preserved
Technical details
PDF merging works by concatenating the pages of multiple source PDFs into a new PDF file, preserving the original pages' content exactly (text, images, fonts, form fields, annotations, and metadata).
What this tool does:
1. Reads each uploaded PDF using pdf-lib (a JavaScript PDF parsing library).
2. Extracts all pages from each source PDF.
3. Creates a new PDF document.
4. Copies pages in the user-specified order into the new document.
5. Preserves original page content: text, fonts, images, links, form fields, annotations.
6. Outputs the combined PDF for download.
PDF technical notes:
- Page numbering resets based on the merged order.
- Bookmarks/table of contents — some merged PDFs keep their internal bookmarks; others may lose them (depends on source PDF structure).
- Fonts — embedded fonts are preserved. Non-embedded fonts may render differently.
- Forms — fillable form fields are preserved, but field names may conflict between PDFs. Consider flattening (converting fields to static content) if needed.
- Annotations (comments, highlights, stamps) — preserved.
- Links — external links preserved; internal links may or may not work if they reference pages in other source files.
- Metadata — combined PDF gets default metadata (title, author, creator). Original metadata not preserved by default.
- Encryption — encrypted PDFs require the password to extract pages. This tool supports password-protected source PDFs (you enter the password).
File size:
Combined PDF is roughly the sum of source sizes (may be slightly smaller due to shared resources like identical fonts). Some optimization options:
- Compress — run the output through a PDF compressor (our PDF Compress tool).
- Image re-compression — reduce embedded image quality in the source PDFs before merging.
- Remove unused resources — PDF-lib keeps only referenced resources.
Memory considerations:
PDF-lib loads entire PDFs into browser memory during processing. Very large PDFs (100 MB+ each, or many large files) may exhaust browser memory. For huge PDF projects, use desktop tools (Adobe Acrobat, PDFsam, pdftk).
Page-level reordering:
Beyond combining whole files, the tool allows page-level reordering:
- Within each source PDF: rearrange pages.
- Across source PDFs: interleave pages from different PDFs.
- Delete specific pages during merge.
Common problems and solutions
⚠Large PDFs exhaust browser memory
Very large files (100 MB+ each) or many files at once may exceed browser memory limits. For huge projects, use desktop tools (Adobe Acrobat, PDFsam, pdftk) or process in smaller batches.
⚠Form field name conflicts
If two source PDFs have forms with the same field names, the merged PDF may have conflicts. Flatten forms (convert fillable fields to static content) before merging to avoid issues.
⚠Bookmarks and TOC lost
Internal PDF bookmarks and table of contents may not transfer cleanly. For documents where TOC matters, rebuild the TOC after merging or use a PDF editor.
⚠Internal links break
Links within a PDF that reference specific pages may break after reordering. External links (URLs) are preserved.
⚠Metadata not consolidated
The merged PDF gets default metadata, not merged from sources. Manually set title/author/subject using a PDF editor if needed.
⚠Encrypted PDFs need password
Password-protected source PDFs require their password. Password is used only in your browser, never sent anywhere. If you don't have the password, the file can't be merged.
⚠Different page sizes
Merging PDFs with different page sizes (Letter, A4, Legal) preserves each file's size. Consider normalizing page sizes first if consistent formatting matters.
⚠Fonts may render differently
Embedded fonts render correctly. Non-embedded fonts may substitute, changing appearance slightly. For professional printing, ensure all fonts are embedded.
PDF Merge — comparisons and alternatives
Client-side (this tool) vs server-side (ilovepdf, smallpdf): Server tools upload your files to their servers. Fine for public documents but a privacy risk for confidential materials. This tool processes entirely in your browser — your PDFs never leave your device. Tradeoff: browser-based tools have memory limits.
Free tools vs Adobe Acrobat Pro: Acrobat Pro is the professional standard — more features (OCR, redaction, advanced editing), higher reliability on complex PDFs. Costs $20+/month. This tool is free for the merge use case and runs in any browser.
Online merger vs desktop app: Desktop apps (PDFsam, PDFtk, Acrobat) handle very large documents better (no browser memory limits). Online tools are more convenient (no installation). For bulk and huge files, desktop; for quick merges, online.
Drag-and-drop vs command-line: Command-line tools (pdftk, pdfunite, ghostscript) scale to thousands of files programmatically. This tool is for human-scale manual workflows.
This tool vs \"combine\" in Windows/Mac Preview: macOS Preview supports basic PDF merging (drag pages between PDFs). Windows lacks built-in merging. This tool works cross-platform in any browser.
Quality considerations: All PDF mergers (this tool, Acrobat, etc.) concatenate pages without modifying content. Output quality depends on source PDF quality. Merging doesn't degrade or improve the originals.
Frequently asked questions about the PDF Merge
▶Is this PDF merger really free and private?
Yes to both. Completely free — no sign-up, no watermarks, no limits on files or size. All processing happens in your browser using the pdf-lib JavaScript library. Your PDFs are never uploaded to any server. Open DevTools Network tab to verify zero outbound requests.
▶How many PDFs can I merge?
In theory unlimited, in practice limited by browser memory. Typically 50-100 PDFs easily handled. Very large files (100 MB+ each) or very many files may exhaust memory. For huge projects, use desktop tools.
▶Is there a file size limit?
No hard limit — only your browser's memory. Files under 50 MB each and fewer than 50 total work smoothly on most computers. Very large (500+ MB total) may slow down or crash the browser. For huge projects, use Adobe Acrobat or command-line tools.
▶Can I reorder pages or delete pages?
Yes. After adding files, expand each PDF to see page thumbnails. Drag pages to reorder within or between files. Click X to delete unwanted pages. The merged output follows your exact sequence.
▶Does it work with password-protected PDFs?
Yes. If any source PDF is encrypted, you'll be prompted to enter the password. The password is used entirely locally (in your browser) to decrypt the file — it's never sent to any server.
▶Is the merged PDF quality affected?
No. The tool concatenates pages exactly as they are in the source files. Text, images, fonts, annotations, form fields all preserved in original quality. Merging doesn't compress or degrade content.
▶What happens to form fields?
Fillable form fields are preserved. However, if two source PDFs have fields with the same name, conflicts may occur. To avoid this, flatten forms (convert fillable fields to static content) in each source PDF before merging.
▶Are bookmarks and TOC preserved?
Sometimes. Simple bookmarks may be preserved; complex TOC with internal links may not transfer cleanly. For documents where navigation matters, rebuild the TOC after merging using a PDF editor.
▶Why are some PDF mergers not free?
Most online PDF tools have business models: free with limits + paid premium tier, free with ads + watermarks, free with upload + tracking. This tool avoids all that by running locally — no servers to pay for. Actual code cost: just hosting the page.
▶Can I merge PDFs with different page sizes?
Yes. The merged PDF preserves each source file's page size. So a merge of Letter + A4 + Legal will have pages of all three sizes. If you need uniform size, normalize each source PDF first using a PDF tool that can resize.
Additional resources
- pdf-lib — Open-source JavaScript library that powers this tool.
- PDF 2.0 Specification — Current ISO standard for PDF format.
- Adobe PDF Reference — Original Adobe PDF spec (1.7).
- PDFsam — Desktop open-source PDF merger.
- Ghostscript — Command-line PDF manipulation.
Related tools
All PDF ToolsImage to PDF
Convert images to PDF documents. Supports multiple images combined into one PDF with configurable page size, orientation, and margins.
Image to PDF
Combine multiple images into a single PDF with configurable page size, orientation, margins, and reorder via drag-and-drop.
PDF Compress
Reduce PDF file size with configurable compression levels. Balance between file size and quality for email, web, and storage.
PDF Page Reorder
Reorder PDF pages by drag-and-drop, remove unwanted pages, or duplicate pages with visual thumbnail preview.
PDF Page Rotator
Rotate PDF pages by 90, 180, or 270 degrees individually, by range, or entire document with quality preserved.
PDF Split
Split PDF files by page ranges, specific pages, or every N pages to extract sections or divide large documents.
Learn more
Explore more tools
200+ free tools that run in your browser.
Browse all tools →