How to Combine PDFs Without Installing Software: A Complete Guide
Key takeaways
- Browser-based PDF merging works entirely client-side in modern tools — your files never leave your device.
- macOS users can merge PDFs natively in Preview with no third-party software at all.
- Windows has no built-in merge tool, but the Microsoft Print to PDF driver can combine files one at a time as a workaround.
- Online tools that upload files to a server are convenient but inappropriate for sensitive documents — check the privacy policy before uploading anything confidential.
Combining two or more PDFs into a single file is one of the most common document tasks — collecting signed pages, assembling a report from separate exports, archiving a multi-part form. And yet every answer to “how do I do this” seems to lead somewhere that wants you to install software or create an account.
You have more options than that. Here’s a clear-eyed look at each approach.
Option 1: A browser-based tool (the fastest, most private route)
Modern browser-based PDF editors, including this one, process files entirely within your browser using the PDF.js and pdf-lib libraries. Your files are loaded into browser memory, merged in JavaScript, and the output is downloaded directly to your machine. Nothing is uploaded to a server.
To merge PDFs here:
- Open the PDF Editor in your browser.
- Click Merge PDFs from the tools menu.
- Add your files by clicking “Add files” or dragging them onto the panel.
- Drag to reorder pages or entire documents as needed.
- Click Merge to produce the combined PDF and download it.
The combined file retains the original content of each source document. Bookmarks (outlines), form fields, and embedded metadata from each source document are preserved where the underlying library supports it. Interactive form fields from multiple documents are merged on a best-effort basis — if two source documents use the same field name, only one value survives.
File size: Browser-based merging does not recompress image content, so the output file size is roughly equal to the sum of the source file sizes. If the combined file is larger than expected, the most likely cause is that one of your source PDFs contains uncompressed or poorly compressed images. You can reduce this with a separate compression step after merging.
Option 2: macOS Preview (completely free, no install)
macOS ships with a PDF merging capability baked into the Preview app. No third-party tools needed.
- Open the first PDF in Preview.
- Show the thumbnail sidebar: View → Thumbnails (or ⌥⌘2).
- Open the second PDF in a separate Finder window (do not open it in Preview yet).
- Drag the second PDF’s icon from Finder into the thumbnail sidebar of the first document. Drop it between the pages where you want it to appear.
- Repeat for additional files.
- File → Export as PDF to save the combined document. (Do not use Save, which will overwrite the original.)
This approach handles arbitrary page reordering — you can drag individual pages from multiple source documents and arrange them in any order before exporting. Preview’s merge is lossless: it doesn’t recompress content.
Caveat: Preview silently strips some PDF features when exporting, including certain types of form fields and PDF/A compliance metadata. If you’re merging legally significant documents that need to preserve specific compliance markers, verify the output matches your requirements.
Option 3: Windows (no built-in merge, but workable)
Windows does not have a native PDF merge tool. The closest built-in option is the Microsoft Print to PDF printer driver, which can effectively concatenate PDFs — but only one at a time, and only by printing:
- Open the first PDF in Microsoft Edge (the built-in PDF viewer).
- Press Ctrl+P to print, select Microsoft Print to PDF as the printer, and save.
- Open the second PDF, print to the same file by selecting it in the save dialog — this overwrites, not appends.
This approach is not a true merge and is not recommended for more than two files. For Windows users who need a proper merge without installing desktop software, a browser-based tool is the better path.
Option 4: Online tools that upload your files (use with caution)
There are many web services that let you upload PDFs, merge them on the server, and download the result. These tools are convenient and often free for small files.
The critical consideration: your files leave your device and are processed on a third-party server. Most legitimate services state they delete files after processing (typically within 1–24 hours), but you’re relying on that policy being accurate and the service being secure.
Do not use upload-based tools for:
- Documents containing personal identification information
- Financial or legal documents
- Anything covered by NDA or confidentiality agreement
- Medical records or documents subject to HIPAA
For non-sensitive documents — merging publicly available reports, combining recipe pages, assembling a portfolio of publicly shared work — upload-based tools are fine and often the simplest option if you’re on a device where you can’t install anything and don’t want to use a browser editor.
Comparing the options
| Method | Privacy | Requires install | Page reorder | Platform |
|---|---|---|---|---|
| Browser-based editor | Files stay local | No | Yes | Any |
| macOS Preview | Files stay local | No (built-in) | Yes | macOS only |
| Windows Print to PDF | Files stay local | No (built-in) | Limited | Windows only |
| Upload-based tool | Files sent to server | No | Depends | Any |
For most users, the browser-based route is the right default: it works on any device, requires no installation, keeps your files local, and gives you full control over page order. The only reason to choose differently is if you’re on macOS and prefer Preview’s native interface, or if you’re merging public documents and don’t mind the upload.
Related articles
How to Share PDFs Securely: Passwords, Redaction, and Link Expiry
Sharing a PDF securely is not just about setting a password. Here's what actually works — and what only feels like it does.
How to Redact Sensitive Information from a PDF Without Desktop Software
Redacting a PDF used to require expensive desktop apps. Learn how to permanently remove sensitive text and images from any PDF file directly in your browser.
How to Prepare a PDF for a Presentation: Slides, Handouts, and Compression
Whether you're projecting slides or sharing handouts, here's how to optimize a PDF for different presentation contexts — page size, compression, and what to check before you go on screen.