How to Merge PDF Files Free Online — No Sign-Up, No Watermark
— Written by Brendan G., Founder & Developer
Merging PDFs should take seconds. This guide covers six methods — from a browser-based tool that never uploads your files to command-line solutions for power users — compared by speed, privacy, watermark policy, and account requirements.
Jump to a method:
About Privacy When Merging PDFs
Many popular PDF merge tools — Smallpdf, ilovepdf, Adobe Acrobat online — upload your file to their servers for processing. The file sits on a third-party server for anywhere from one hour to several days. For most document types this is fine. For contracts, medical records, tax documents, legal filings, or passports scanned into PDFs, uploading to a third-party server is a significant privacy risk.
The methods below are ranked starting with the most privacy-preserving: tools that process PDFs locally in your browser or on your device.
Method 1: Browser-Based Tool — No Upload, No Account, No Watermark
FileShot's PDF editor processes your files entirely in your browser using JavaScript. Nothing is uploaded to any server. Works on Chrome, Firefox, Edge, and Safari.
Steps:
- Open fileshot.io/tools/pdf in your browser.
- Click Add Files or drag and drop all PDF files you want to merge onto the tool.
- The page displays thumbnails of all pages across all loaded PDFs.
- Drag pages or documents into your desired order using the visual interface.
- Click Merge / Download PDF. The combined PDF downloads immediately.
- No account, no watermark, no size limit, no file leaves your device.
Method 2: macOS Preview (Built-In — No Download Needed)
Every Mac ships with Preview, which can merge PDFs natively. No installation required, no account, no watermark, files stay on your device.
Steps:
- Open the first PDF in Preview (double-click the file).
- Go to View > Thumbnails to show the page sidebar on the left.
- Drag the second PDF file directly from Finder into the sidebar. Drop it where you want the pages inserted — at the end to append, or between existing pages to insert in the middle.
- Repeat for each additional PDF.
- Drag individual page thumbnails in the sidebar to reorder pages as needed.
- Choose File > Export as PDF. Save the merged file to your desired location.
Method 3: PDFsam Basic (Windows, Mac, Linux — Free Desktop App)
PDFsam Basic is a free, open-source desktop application available for all platforms. It handles merge, split, rotate, and extract operations. All processing is local. No account required, no watermark.
Steps:
- Download PDFsam Basic from
pdfsam.org(the Basic edition is the free, open-source version — do not confuse with PDFsam Enhanced which is paid). - Install and open PDFsam Basic. Select Merge from the main menu.
- Click Add to add PDF files, or drag and drop them into the file list.
- Adjust the order by dragging rows or using the Move Up / Move Down buttons.
- Set the output file location under Output Settings.
- Click Run. The merged PDF saves to your specified location.
PDFsam Basic also supports page ranges — you can merge only pages 1—5 from one PDF with pages 3—10 from another by expanding the row and entering a page range.
Method 4: LibreOffice Draw (All Platforms — Free, Open-Source)
LibreOffice Draw can open PDFs in edit mode and export to PDF. It is less streamlined than PDFsam but works where PDFsam is unavailable and is already installed on most Linux systems.
Steps:
- Open the first PDF in LibreOffice Draw.
- Go to Insert > Sheet from File (or Insert > More Sheets depending on version) and select the second PDF. This inserts each page of the second PDF as additional pages in the Draw document.
- Repeat for each file you need to merge.
- Use the Page panel on the left to reorder pages by dragging.
- Go to File > Export as PDF. Under the PDF options, leave defaults and export.
Method 5: Ghostscript (Command-Line — Windows, Mac, Linux)
Ghostscript is the gold-standard free PDF toolkit. It is used under the hood by most PDF processing software. It is a command-line tool — no graphical interface — but it is the most reliable and most capable free PDF processing engine available.
Installation:
- Windows: Download installer from
ghostscript.com— choose the 64-bit AGPL release. Free. - macOS:
brew install ghostscript - Linux:
sudo apt-get install ghostscript(Debian/Ubuntu) orsudo dnf install ghostscript
Merge command:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf file1.pdf file2.pdf file3.pdf
On Windows, the executable may be named gswin64c.exe. Add Ghostscript's bin directory to your PATH for convenience.
Parameters explained:
-dBATCH: Exit when done (don't wait for interactive input)-dNOPAUSE: Don't pause between pages-q: Quiet mode (suppress startup messages)-sDEVICE=pdfwrite: Output as PDF-sOutputFile=merged.pdf: Output filename- List all input PDFs at the end, in the desired order
Ghostscript also allows setting PDF version, compression, and linearization. For most merge tasks, the basic command above is sufficient.
Tool Comparison Table
| Tool | File Upload to Server? | Watermark? | Account Needed? | Size Limit | Platforms |
|---|---|---|---|---|---|
| FileShot PDF Editor | No (local) | No | No | None | All browsers |
| macOS Preview | No | No | No | None | macOS only |
| PDFsam Basic | No | No | No | None | Win/Mac/Linux |
| LibreOffice Draw | No | No | No | None | Win/Mac/Linux |
| Ghostscript | No | No | No | None | Win/Mac/Linux |
| Smallpdf (free) | Yes (server) | No | No | 2 tasks/hr | Browser |
| ilovepdf (free) | Yes (server) | No | No | 200 MB | Browser |
| Adobe Acrobat online (free) | Yes (server) | No | Yes | 100 MB | Browser |
After Merging: Sharing the Combined PDF Securely
Once your PDF is merged, you often need to share it. Email attachments are limited in size and stored on email provider servers. Uploading to Dropbox or Google Drive means the platform can access the file.
FileShot encrypts files in the browser with AES-256-GCM before upload. The decryption key exists only in the share link — the server never sees it. You can set a link expiry (1 hour to 30 days) so the document disappears after its purpose is served. No account is required for files up to 50 GB.
Merge your PDF locally. Then share it with zero-knowledge encryption.
Set a link expiry time. Share the URL. The server never sees the file contents.
Windows 11 Merge PDF — No Software
Windows 11 does not include a PDF merge function. The browser-based method above works perfectly on Windows 11 without installing anything: open Chrome or Edge, navigate to fileshot.io/tools/pdf, drag in your PDF files, and download the merged result.
Combine PDF Files into One — Without Losing Quality
Browser upload tools (Smallpdf, ilovepdf, Adobe) sometimes re-compress images in PDFs by default, reducing quality. Local tools — FileShot's PDF editor, PDFsam, Ghostscript — do not re-compress by default and preserve original image resolution. If quality is critical, always use a local method.
For Ghostscript, use -dPDFSETTINGS=/prepress to maximize quality if needed:
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -dPDFSETTINGS=/prepress -sOutputFile=merged.pdf file1.pdf file2.pdf
Frequently Asked Questions
How do I merge PDF files for free without signing up?
Use fileshot.io/tools/pdf — files are processed locally in your browser, no account required, no watermark. For desktop: PDFsam Basic (free, open-source, Windows/Mac/Linux) or macOS Preview (built-in on Mac). None of these require account registration.
How do I merge PDF files on Windows 10 or Windows 11?
Windows does not have a built-in PDF merge feature. Best options: (1) use fileshot.io/tools/pdf in your browser — no install needed; (2) download PDFsam Basic (free, open-source desktop app); (3) Ghostscript command-line for batch or automated merges. Microsoft Word can combine PDFs but often degrades formatting.
How do I merge PDF files on a Mac?
macOS Preview is built into every Mac and handles PDF merging for free with no third-party software: open the first PDF in Preview, show thumbnails (View > Thumbnails), drag additional PDFs into the thumbnail sidebar, then export as PDF. For more complex reordering across many files, use PDFsam Basic or fileshot.io/tools/pdf.
Are free online PDF merge tools safe?
For non-sensitive documents: generally yes. For sensitive documents (contracts, medical records, legal filings): use a local-processing tool that never uploads the file. FileShot's PDF editor processes entirely in your browser — verified by watching the Network tab during use. Smallpdf, ilovepdf, and Adobe Acrobat online upload files to external servers.
Will the merged PDF have a watermark?
FileShot PDF editor: no watermark. PDFsam Basic: no watermark. macOS Preview: no watermark. Ghostscript: no watermark. Smallpdf free tier: no watermark (but rate-limited to 2 tasks/hour). ilovepdf free tier: no watermark. Verify terms before use as policies change. Avoid any tool that advertises watermark removal as a paid feature — that tool is adding watermarks to the free output.