Merging PDF files is one of the most common document chores: combining scanned pages into a single file, joining chapters of a report, or bundling receipts for an expense claim. Most free merge tools ask you to upload your files to a server first โ which means handing your documents to a stranger and hoping they delete them. There are better ways. This guide covers four free methods for merging PDFs, starting with the fastest and most private option: merging entirely in your browser.
Method 1: Merge in your browser (no upload, no install)
This is the quickest option on any device, and the only one here that never sends your files anywhere.
- Open the free PDF merge tool.
- Add your PDFs โ click to browse, or drag and drop them onto the page.
- Arrange the order by dragging files up or down; pages appear in the merged file in that sequence.
- Click Merge PDFs, then download the combined file.
Everything runs locally in your browser using the pdf-lib library, so there is no account, no install, and no watermark. It works on Windows, Mac, Linux, Chromebooks, and phones โ anything with a modern browser. Formatting, images, and fonts are preserved exactly, because pages are copied rather than re-rendered.
Method 2: Preview on macOS
If you use a Mac, the built-in Preview app can merge PDFs. Open the first PDF, turn on thumbnails (View > Thumbnails), then drag additional PDFs into the sidebar. Rearrange pages by dragging thumbnails, then save. It is free and built in, but it only works on macOS and gives you little control over batch merges.
Method 3: Free desktop apps
Desktop tools such as PDFsam Basic merge PDFs offline and offer extra control, like selecting specific page ranges from each file. The trade-off is downloading and installing software, and keeping it updated yourself. Worth it if you merge documents every day; overkill for an occasional task.
Method 4: The command line
If you are comfortable with a terminal, pdfunite (part of Poppler) merges files in one command: pdfunite a.pdf b.pdf merged.pdf. It ships with most Linux distributions and installs on Mac via Homebrew. It is the fastest option when merging is part of an automated script, but there is no preview and no drag-and-drop ordering.
Which method should you choose?
For a one-off merge on any device, the browser method wins on speed and convenience โ no install, works everywhere, done in under a minute. Stick with Preview if you live on a Mac and merge often. Pick a desktop app when you need advanced page-range control offline. Use the command line when merging is one step in a script you run repeatedly.
Why browser-based merging is more private
Upload-based converters copy your documents to a server you do not control. You have no way to verify when โ or even whether โ those copies are deleted. A browser-based merger processes the file in your own device's memory: the PDF data never crosses the network at all. For contracts, medical records, tax documents, or financial statements, that difference matters more than any feature list.
Frequently asked questions
Will merging change my PDF's quality or formatting?
No. A proper merge copies each page as a complete, self-contained object rather than re-rendering it, so text, images, fonts, and layout come through exactly as they were in the source files.
Is there a file size limit when merging PDFs in the browser?
There is no fixed limit โ merging happens locally on your device, so the only constraint is your computer or phone's memory. Most users merge dozens of files without any issues.
Can I merge PDFs on my phone?
Yes. A browser-based merge tool works in mobile browsers on iPhone and Android: add your files, arrange the order, tap merge, and download the combined PDF.