How to Merge PDFs for Free: 5 Easy Methods (2025)

8 min read

Need to combine PDF files into one? Learn 5 free ways to merge PDFs on Windows, Mac, and online. No software download required.

Whether you are pulling together a project proposal, combining scanned receipts, or assembling a client-ready document pack, knowing how to merge PDFs for free saves time and keeps your files organized. Instead of emailing five separate attachments, you can combine PDF files into a single, polished document that is easier to read, share, and archive.

In this guide we walk through five practical methods to merge PDF files at no cost. Each method suits a different workflow, so pick the one that fits your situation and follow the steps below.

Why Merge PDFs?

There are plenty of everyday reasons to combine PDFs into one file:

  • Combine reports. Merge monthly sales reports into a single quarterly summary so stakeholders only need to open one document.
  • Create document packs. Bundle a cover letter, resume, and portfolio into one PDF before sending a job application.
  • Consolidate scans. If your scanner produces a separate file for every page, merging turns those loose pages into a single searchable document.
  • Simplify sharing. One link or one attachment is always easier to manage than a folder full of individual files.

No matter the reason, the methods below make the process quick and painless.

Method 1: Online PDF Merger (No Software Required)

An online PDF merger is the fastest option when you need to combine PDF files without installing anything. You upload your documents, arrange them in the right order, and download the merged result.

Steps:

  1. Open a browser-based PDF merger tool.
  2. Click Upload or drag and drop your PDF files into the upload area.
  3. Rearrange the files by dragging them into the order you want.
  4. Click Merge and wait a few seconds for processing.
  5. Download your combined PDF.

This approach works on any operating system -- Windows, Mac, Linux, or even a phone -- as long as you have a web browser. It is ideal for quick, one-off tasks where you do not want to deal with software installation.

Method 2: macOS Preview (Built-in and Free)

If you are on a Mac, the Preview app that ships with macOS can merge PDF files without any extra software.

Steps:

  1. Open the first PDF in Preview.
  2. Go to View > Thumbnails so you can see page thumbnails in the sidebar.
  3. In Finder, select the second PDF file you want to add.
  4. Drag the second PDF from Finder into the sidebar of Preview. Drop it at the position where you want those pages to appear.
  5. Repeat for any additional PDFs.
  6. Go to File > Export as PDF to save the combined document.

Tip: You can also rearrange individual pages by dragging thumbnails up or down in the sidebar before you save.

Method 3: Adobe Acrobat (Combine Files)

Adobe Acrobat Reader is free to download, and the full Acrobat application includes a Combine Files feature. While Acrobat Pro requires a subscription, Adobe occasionally offers free trials or limited free merges through their online tools.

Steps:

  1. Open Adobe Acrobat.
  2. Go to Tools > Combine Files.
  3. Click Add Files and select all the PDFs you want to merge.
  4. Drag the files to reorder them as needed.
  5. Click Combine to generate the merged PDF.
  6. Save the output file.

Acrobat handles complex PDFs well, preserving bookmarks, form fields, and annotations. If you already pay for the Creative Cloud suite, this method is a natural choice.

Method 4: Google Chrome (Print to PDF Workaround)

This is a creative workaround when you only need to merge a few pages and do not want to use dedicated software. It works because Chrome can print any web content -- including open PDFs -- to a new PDF file.

Steps:

  1. Open each PDF in a separate Chrome tab.
  2. On the first PDF tab, press Ctrl+P (Windows) or Cmd+P (Mac) to open the print dialog.
  3. Set the destination to Save as PDF.
  4. Print and save the file.
  5. Repeat for the remaining PDFs so you have fresh single-file versions.
  6. Use an online tool or another method listed here to combine those printed PDFs into one.

This method is best used as a quick workaround when you need to extract specific pages from browser-viewed PDFs before merging them. For bulk merges, one of the other methods will be more efficient.

Method 5: Command Line (For Developers)

If you are comfortable with the terminal, command-line tools give you fast, scriptable control over PDF merging. Two popular options are pdftk and Ghostscript.

Using pdftk:

pdftk file1.pdf file2.pdf file3.pdf cat output merged.pdf

Using Ghostscript:

gs -dBATCH -dNOPAUSE -q -sDEVICE=pdfwrite -sOutputFile=merged.pdf file1.pdf file2.pdf file3.pdf

Installation:

  • On macOS: brew install pdftk-java or brew install ghostscript
  • On Ubuntu/Debian: sudo apt install pdftk or sudo apt install ghostscript
  • On Windows: Download installers from the official project websites.

Command-line merging is perfect for batch processing. You can wrap these commands in a shell script to merge hundreds of files automatically, making it the best pdf merger free option for developers who handle documents at scale.

How to Reorder Pages Before Merging

Getting the page order right matters, especially for longer documents. Here is how to handle reordering depending on your method:

  • Online tools: Most browser-based mergers let you drag and drop file thumbnails to rearrange order before merging.
  • Preview (Mac): Drag individual page thumbnails up or down in the sidebar.
  • Adobe Acrobat: Use the Organize Pages tool to drag pages into the correct sequence before combining.
  • Command line (pdftk): Specify page ranges to control order precisely:
pdftk A=file1.pdf B=file2.pdf cat B A output reordered.pdf

This command places the contents of file2 before file1 in the output. You can also select individual pages, such as A1-3 B2 A4, for granular control.

How to Share Your Merged PDF

Once you have your combined PDF, you will likely need to send it to someone. Email attachments hit size limits quickly, and cloud drive links can expire or require sign-in.

A simpler approach is to upload your merged PDF to a hosting service and generate a direct, shareable link. You can use a PDF link generator to create a clean URL that anyone can open in their browser -- no downloads, no sign-ups, and no file-size headaches.

This works especially well for client deliverables, internal document packs, or any situation where you want the recipient to view the PDF instantly without extra friction. For more tips on sharing files efficiently, check out our guide to file hosting.

Comparison Table of Methods

MethodFree?Max FilesPlatformBest For
Online PDF MergerYesVaries by toolAny (browser)Quick, no-install merges
macOS PreviewYesNo limitMac onlyMac users, small jobs
Adobe AcrobatTrial / PaidNo limitWindows, MacComplex PDFs with forms
Chrome Print to PDFYesManual processAny (browser)Extracting pages first
Command Line (pdftk)YesNo limitWindows, Mac, LinuxDevelopers, batch jobs

FAQ

Is it safe to merge PDFs online?

Reputable online tools process your files securely and delete them from their servers after a short period. Look for services that use HTTPS encryption and have a clear privacy policy. Avoid uploading sensitive documents to unfamiliar websites.

Can I merge PDFs on my phone?

Yes. Browser-based PDF mergers work on mobile devices. Open the tool in your phone's browser, upload the files, and download the merged result. Some mobile apps such as Adobe Scan and Files by Google also offer basic merge features.

Does merging PDFs reduce quality?

No. Standard PDF merging combines the original pages without re-compressing images or altering text. The output quality matches the input files. Quality loss only occurs if you use a tool that re-renders or compresses the content during the merge process.

How many PDFs can I merge at once?

It depends on the tool. Most online mergers handle between 5 and 20 files per session. Desktop applications like Adobe Acrobat and command-line tools like pdftk have no practical limit -- you can combine hundreds of files in a single operation.

Can I merge password-protected PDFs?

You will need to unlock the PDFs first. Most merge tools require unprotected input files. If you know the password, open the PDF in a reader, remove the protection, then proceed with the merge. Some command-line tools like pdftk let you supply the password as a flag during the merge command.