How to Merge PDF Files: The Complete Guide
Merging PDFs is one of the most common document tasks. This guide covers 4 easy methods to combine PDF files — including a free browser tool that requires no signup.
When you need to merge PDF files
Merging PDFs is one of the most common document management tasks: combining a cover letter and resume into one attachment, assembling multiple invoices into a single PDF for accounting, compiling chapters into a complete manuscript, or bundling signed contracts into one package. There are several ways to do this, each with different trade-offs in speed, privacy, and features.
Method 1: Free browser-based merger (recommended)
The fastest and most private way to merge PDFs is with a browser-based tool like QuickConvert's Merge PDF tool. Everything happens in your browser — your files are never uploaded to any server. This is critical for confidential documents like contracts, financial records, or personal identification.
Step-by-step guide:
- Step 1: Open the Merge PDF tool at quickconvert.app/merge-pdf
- Step 2: Click "Add PDF Files" or drag and drop your PDF files onto the tool
- Step 3: Drag to reorder the files in the desired sequence
- Step 4: Click "Merge PDFs" and your combined document downloads instantly
There is no file size limit (within your browser's available memory), no signup required, and no ads. The merged PDF retains all text, images, fonts, and hyperlinks from the original documents.
Method 2: macOS built-in (Preview)
macOS includes PDF merging capability built into the Preview app. No additional software needed.
How to merge PDFs in Preview:
- Open the first PDF in Preview
- Go to View → Thumbnails to show the page sidebar
- Open the second PDF — select all pages (⌘A), then drag them into the first PDF's thumbnail sidebar at the desired position
- File → Save (or Export as PDF) to save the merged document
This works well for 2–3 files but becomes unwieldy for merging many PDFs. It also doesn't preserve all PDF features like interactive form fields.
Method 3: Windows built-in options
Windows does not have a native PDF merger, but there are free options. Microsoft Edge can open multiple PDFs — however it doesn't natively merge them. The practical Windows options are:
- Microsoft Word (free with Microsoft 365): Insert → Object → Text from File to insert PDFs, then re-export — but this can alter formatting significantly
- Print to PDF: Print individual PDFs to Microsoft Print to PDF, combining them manually — slow and not practical for many files
- Browser-based tool: QuickConvert or similar — the practical, fast solution that works on any OS
Method 4: Adobe Acrobat
Adobe Acrobat Pro provides the most feature-complete PDF merging: you can reorder pages (not just whole files), extract specific pages from each source, flatten forms, and combine files with bookmarks intact. The trade-off is cost — Acrobat Pro is $20–30/month.
Adobe also provides a free online tool at adobe.com/acrobat/online that allows basic PDF merging without a subscription, but it requires creating an Adobe account and uploads your files to Adobe's servers.
Method 5: Command line with pdftk or ghostscript
For developers and power users who need to merge PDFs in bulk or automate the process:
- pdftk (PDF Toolkit):
pdftk file1.pdf file2.pdf file3.pdf cat output merged.pdf - ghostscript:
gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE=merged.pdf -dBATCH *.pdf - pdfunite (poppler):
pdfunite file1.pdf file2.pdf merged.pdf
These tools are extremely powerful for batch operations — merging hundreds of PDFs, scripting merges as part of automated workflows, or processing PDFs on a server. For one-off tasks, a browser tool is faster.
Choosing the right method
| Method | Cost | Privacy | Ease |
|---|---|---|---|
| Browser tool (QuickConvert) | Free | ★★★★★ — files stay local | ★★★★★ |
| macOS Preview | Free (macOS only) | ★★★★★ — local | ★★★☆☆ |
| Adobe Acrobat Pro | $20–30/month | ★★★★☆ — local app | ★★★★☆ |
| Adobe online | Free (account required) | ★★☆☆☆ — uploads to Adobe | ★★★★☆ |
| Command line | Free | ★★★★★ — local | ★★☆☆☆ |
Tips for better merged PDFs
- Compress before merging if the combined file will be too large — use Compress PDF on each source file first
- Consistent page sizes produce the cleanest results — mixing A4 and Letter pages can cause alignment issues in some viewers
- Page order matters — double-check the sequence before downloading, especially for documents with appendices or attachments
- PDF/A format — if archiving the merged document for legal or compliance purposes, export as PDF/A using Acrobat to ensure long-term accessibility