Combine multiple PDFs into a single file for free. Step-by-step guide for merging PDFs online, on Mac, and on Windows — no software installation needed.
Merging PDFs is one of the most common document tasks. You might need to combine PDFs when:
Let's look at the easiest ways to merge PDFs in 2026.
The fastest way to combine PDFs is with a free online tool:
Files are encrypted during upload and automatically deleted within 1 hour. No watermarks are added to the merged file.
Mac's built-in Preview app can merge PDFs:
Mentioned in this article — free, no sign-up required.
Adobe Acrobat provides the most control over PDF merging:
Acrobat lets you add bookmarks, rearrange individual pages, and combine different file types (Word, Excel, images) into a single PDF. However, it requires a paid subscription ($19.99/month).
For developers or power users, you can merge PDFs from the command line:
Using Ghostscript (free, cross-platform):gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf file1.pdf file2.pdf file3.pdf
Using pdfunite (Linux):
pdfunite file1.pdf file2.pdf file3.pdf merged.pdf
Using Python (PyPDF2):
from PyPDF2 import PdfMerger
merger = PdfMerger()
for pdf in ["file1.pdf", "file2.pdf", "file3.pdf"]:
merger.append(pdf)
merger.write("merged.pdf")
merger.close()
These methods are great for automating PDF merging in scripts or workflows.
Reformat's free plan supports merging multiple PDFs up to a total of 10 MB. Pro users can merge files up to 100 MB total.
Will merging change the quality of my PDFs?No. Merging simply combines the files — no recompression or quality loss occurs. The merged PDF preserves the exact same content and quality as the originals.
Can I merge password-protected PDFs?You'll need to unlock the PDFs first. Remove password protection from each file, merge them, then re-apply protection to the merged file if needed.
Can I merge PDFs on my phone?Yes! Reformat's online merger works in any mobile browser — iPhone, Android, or tablet. Just upload your files and download the merged PDF.
Can I rearrange pages from different PDFs?With our online tool, you can reorder the files before merging. For page-level rearrangement, use Preview on Mac or Adobe Acrobat.
Split PDF
Split a PDF into separate pages or sections