- Why "No Upload" Matters
- Method 1: PDF Merge & Split Chrome Extension (Recommended)
- Method 2: macOS Preview (Built-in, Free)
- Method 3: LibreOffice (Free, Open-Source Desktop App)
- Method 4: PDF24 Creator (Free Windows Desktop App)
- Method 5: Ghostscript (Command Line, Advanced)
- Comparing Your Options
- What to Do When Merge Results Look Wrong
- Common Use Cases
- Related Guides
- Frequently Asked Questions
- Why "No Upload" Matters
- Method 1: PDF Merge & Split Chrome Extension (Recommended)
- Method 2: macOS Preview (Built-in, Free)
- Method 3: LibreOffice (Free, Open-Source Desktop App)
- Method 4: PDF24 Creator (Free Windows Desktop App)
- Method 5: Ghostscript (Command Line, Advanced)
- Comparing Your Options
- What to Do When Merge Results Look Wrong
- Common Use Cases
- Related Guides
- Frequently Asked Questions
Combining multiple PDFs into one file is one of the most common document tasks — attaching several reports into a single email, assembling a contract from separately signed pages, consolidating invoices for accounting. The problem is that most search results for "merge PDF free" lead to web tools that upload your files to remote servers, often permanently.
This guide covers every reliable method for merging PDFs — including tools that keep your documents completely local — ranked by how easy they are to use.
Merge PDFs in Your Browser — No Upload, No Account
PDF Merge & Split processes everything locally. Your files never leave your computer.
Add to Chrome — FreeWhy "No Upload" Matters
Before diving into the how-to, it is worth understanding why file privacy matters here. When you upload a PDF to an online merge tool, your file is transmitted over the internet to a server you do not control. Depending on the service's terms, that file may be:
- Stored temporarily (a few hours) or indefinitely
- Indexed or processed by the service's machine learning systems
- Accessible to support staff or third-party auditors
- Subject to breach if the service's servers are compromised
For everyday documents — a recipe collection, a travel itinerary — this is a low-stakes tradeoff. For contracts, medical records, financial statements, or anything with personal information, uploading to a third-party service is a meaningful privacy and compliance risk. Many organizations have explicit policies against it.
Method 1: PDF Merge & Split Chrome Extension (Recommended)
This is the simplest privacy-respecting option. The extension runs entirely inside Chrome using the browser's built-in PDF processing capabilities. No data leaves your machine at any point.
Step-by-step: Merging PDFs with PDF Merge & Split
- Install the extension — Add PDF Merge & Split from the Chrome Web Store. Takes about 10 seconds.
- Click the extension icon in your toolbar, or click the puzzle piece to find and pin it first.
- Select the Merge tab in the extension popup.
- Add your PDF files — Click "Add Files" or drag and drop multiple PDFs directly onto the extension window.
- Reorder if needed — Drag files up or down to set the page order in the final merged document.
- Click Merge — The extension combines the files using the PDF.js engine that is already built into Chrome.
- Download the result — Save the merged PDF to your computer. Done.
The entire process from install to merged file typically takes under two minutes. The extension uses the same PDF rendering engine that Chrome uses to display PDFs natively, so compatibility is excellent across font types, embedded images, form fields, and digital signatures.
Method 2: macOS Preview (Built-in, Free)
If you are on a Mac, you already have a capable PDF merging tool installed. Preview can combine PDFs without any additional software or internet access.
How to merge PDFs in macOS Preview
- Open the first PDF in Preview.
- Go to View → Thumbnails to show the page sidebar.
- Drag the second PDF file onto the thumbnail sidebar, below the last page of the first document.
- Repeat for additional files, dragging them into the desired position.
- Go to File → Export as PDF to save the merged result.
Preview is reliable for straightforward merges. One limitation: it does not always preserve interactive form fields or complex annotations from the source files. For standard document PDFs, it works perfectly.
Method 3: LibreOffice (Free, Open-Source Desktop App)
LibreOffice is a free office suite that includes a built-in PDF editor. It can merge PDFs entirely offline and is available for Windows, macOS, and Linux.
- Open LibreOffice Draw.
- Go to Insert → Sheet from File and add your PDF pages in sequence.
- Use File → Export as PDF to save the merged file.
This method works but is not intuitive. LibreOffice is better suited as a PDF editing tool than a dedicated merger. For simple merging, the Chrome extension or Preview is faster.
Method 4: PDF24 Creator (Free Windows Desktop App)
PDF24 Creator is a free Windows application with a drag-and-drop PDF merger interface. It processes files locally (no upload required) and has a clean, purpose-built interface for merging.
- Download and install PDF24 Creator from pdf24.org.
- Open the "PDF24 Merge" tool from the application launcher.
- Drag your PDFs into the window and arrange them in order.
- Click "Merge" and save the output.
PDF24 also has an online version that does upload files. Make sure you are using the desktop Creator app if privacy is a concern — the online tools operate differently.
Method 5: Ghostscript (Command Line, Advanced)
Ghostscript is a powerful, free, open-source PDF processor available on Windows, macOS, and Linux. It is overkill for occasional use but unbeatable for automating batch merges.
gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite \
-sOutputFile=merged.pdf \
file1.pdf file2.pdf file3.pdf
On Windows (after installing Ghostscript):
gswin64c -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf file1.pdf file2.pdf file3.pdf
Ghostscript processes everything locally and can handle even heavily formatted PDFs. The command is easy to script, making it useful for automating monthly report consolidation, batch invoice processing, or any workflow where you need to merge PDFs regularly without manual intervention.
Comparing Your Options
| Method | Platform | Files stay local? | Ease of use | Cost |
|---|---|---|---|---|
| PDF Merge & Split (Chrome) | Any OS with Chrome | Yes | Very easy | Free |
| macOS Preview | macOS only | Yes | Easy | Built-in |
| PDF24 Creator | Windows | Yes (desktop app) | Easy | Free |
| LibreOffice | Windows/Mac/Linux | Yes | Moderate | Free |
| Ghostscript | Windows/Mac/Linux | Yes | Technical | Free |
| Smallpdf / iLovePDF | Web (any) | No — files uploaded | Very easy | Free tier limited |
What to Do When Merge Results Look Wrong
Occasionally a merged PDF will have alignment issues, missing fonts, or garbled characters. This usually comes from one of three causes:
Fonts not embedded in source PDFs
If the source PDF uses fonts that are not embedded (just referenced by name), the merged file may substitute generic fonts. The fix: open the original source document in Word, Google Docs, or whatever created it, and re-export as PDF with "embed all fonts" enabled.
Mixed page sizes
If you are merging a letter-size document with an A4 document, the pages will have different dimensions in the merged file. Most PDF viewers handle this correctly, but some printers get confused. Standardize page sizes before merging if this is a concern.
Scanned PDFs with image content
Scanned documents are essentially images inside a PDF wrapper. They merge perfectly — the merge tool is just combining containers. If you need searchable text in the merged file, you will need OCR processing either before or after merging.
Common Use Cases
Combining a multi-part contract
Contracts are frequently sent in sections — the main agreement, exhibits, schedules, and signature pages each as separate PDFs. Merging them into one file makes filing, sharing, and searching far easier. The recipient also gets a single, complete document instead of a bundle of attachments.
Assembling a portfolio
Designers, architects, and writers often maintain portfolio pieces as individual PDFs. Merging them into a single document for a job application is a standard workflow. Reorder files by dragging them before merging to control the sequence.
Consolidating monthly statements
Banks, utilities, and subscription services typically send monthly PDF statements. Merging them by year into a single archive file makes tax preparation and record-keeping easier — one file per account per year rather than dozens of individual downloads.
Combining scanned documents
When scanning a multi-page document using a single-page scanner, you end up with one PDF per page. Merging them into a coherent document is the obvious follow-up step.
Merge Your PDFs Now — Completely Free
No account. No file size limits. No uploads. Works on Windows, Mac, and Linux.
Add PDF Merge & Split to ChromeRelated Guides
- How to Split PDF Pages Without Uploading to a Server
- How to Merge PDFs Without Adobe Acrobat
- PDF Privacy: Why You Should Never Upload PDFs to Random Websites
- Best PDF Tools Chrome Extensions (2026 Comparison)
Frequently Asked Questions
Can I merge PDF files without uploading them to the internet?
Yes. The PDF Merge & Split Chrome extension processes your files entirely inside your browser — nothing is sent to any server. You can also use desktop software like PDF24 Creator, LibreOffice, or the macOS Preview app for fully offline merging.
Is merging PDFs free?
Yes — several genuinely free tools exist. PDF Merge & Split (Chrome extension) is free and processes files locally. LibreOffice is free, open-source desktop software. Preview on macOS is built-in and free. Ghostscript is a free command-line tool. Online tools like Smallpdf have free tiers but upload your files to their servers.
How many PDFs can I merge at once?
With the PDF Merge & Split Chrome extension, you can merge as many PDF files as your browser's memory allows — typically dozens to hundreds of files without issues. Desktop tools like LibreOffice and PDF24 Creator also support merging large numbers of files. Online tools often limit free users to 2–5 files per session.
Does merging PDFs reduce quality?
No — merging PDFs does not change or compress the content of the individual files. The text, images, and formatting in each PDF remain exactly as they were. The merged file is simply a container that holds the pages from all source files in sequence.
Can I reorder pages before merging?
Yes. PDF Merge & Split lets you drag and drop to reorder files before merging. Most desktop tools also support reordering. If you need to reorder individual pages within a file (not just the order of files), split the source PDF first and then merge in the desired sequence.
Will bookmarks and hyperlinks be preserved after merging?
Embedded hyperlinks within pages are preserved. Top-level bookmarks (the outline/navigation tree) are typically not merged across documents because PDF bookmark structures are file-specific. If you need a merged table of contents, you would need to create it manually in a PDF editor after merging.
What if my PDFs are password-protected?
You must unlock a password-protected PDF before merging. The PDF Merge & Split extension will prompt you to enter the password when you add a protected file. Once unlocked in your browser session, the file can be processed normally.