Forum Discussion
How to merge or combine pdf files into one on mac?
I have several PDF files in different parts and I want to merge them into a single PDF document on my Mac. The PDFs contain related pages, and it would be much easier to share, store, and print them as one file instead of keeping them separate.
As a beginner, it is not clear whether macOS has a built-in tool for merging PDFs or if third-party PDF merger software is required. A simple and safe method is preferred, especially one that does not require uploading documents to an online service.
What is the easiest way to combine multiple PDF files on Mac? Can this be done with the Preview app, or is there a better option for handling larger PDF files?
8 Replies
- Nobel_BaynesSteel Contributor
Adobe Acrobat.
- Su-JaceCopper Contributor
To Merge PDF files into one on Mac. If you don't mind the slightly technical setup, this is a powerful open-source tool that offers both a graphical interface and command-line options.
How to install it and merge PDF files into one on Mac:
bash
npm install -g pdf- merger- tool
npm install -g electron
pdf - merger
Feature:
Sort by name, date, size or custom order
Use pattern matching to filter specific files
Add bookmarks to the merged PDF for easy navigation
Real-time progress tracking
- EElliott1585Copper Contributor
PDFsam stands for PDF Split and Merge, and the "Basic" version is completely free for both personal and commercial use if you want to know how to combine PDF files Mac style. It runs on Mac, Windows, and Linux, and it handles all the core PDF tasks you'd expect: merging, splitting, rotating, extracting pages, and even mixing two PDFs by alternating their pages.
Step-by-Step: How to Combine PDF Files Mac Using PDFsam stands
- Open the app from your Applications folder
- On the left sidebar, you'll see several modules. Click "Merge"
- Click the "Add" button or simply drag and drop your PDF files directly into the window
- You can add as many files as you need—there's no limit
- Once your files are added, you'll see them listed in a table
- Use the "Move Up" and "Move Down" buttons to arrange them in the order you want them to appear in the final merged document
- In the "Destination file" field, enter a name for your merged PDF
- Click the "Browse" button to pick where you want to save it
- Click the big "Run" button at the bottom
- Watch the progress bar fill up, and within seconds your combined PDF is ready
One cool thing about PDFsam is that you don't have to merge entire documents. Double‑click the "Page Selection" cell for any file, and you can specify exactly which pages you want to pull in—like "1-5, 8, 12-15". Perfect for when you only need certain chapters from a big PDF.
- IshaopanCopper Contributor
Automator is Apple's built-in automation app that lets you create custom workflows without writing any code. To merge PDF files into one on Mac, you're essentially building a "Quick Action" that you can trigger directly from the Finder. Once set up, you just select your PDF files, right-click, and choose your custom action—Automator handles the rest.
Step 1: Open Automator
- Go to your Applications folder and launch Automator
- When prompted, select "Quick Action" as the document type
Step 2: Configure the Workflow Settings
At the top of the workflow window, set:
- "Workflow receives current" → select "PDF files" from the dropdown
- "in" → choose "any application"
This tells Automator that your action should appear whenever you select PDF files, no matter where you are.
Step 3: Add the "Combine PDF Pages" Action
- In the left sidebar (Actions Library), search for "Combine PDF Pages" or find it under the PDFs category
- Drag this action into the empty workflow area on the right
Step 4: Add the "Move Finder Items" Action
- Search for "Move Finder Items" under Files & Folders
- Drag it below your "Combine PDF Pages" action
- Set the destination folder
Step 5: Save Your Quick Action
- Click File > Save (or press Command + S)
- Name your action something memorable like "Merge PDFs"
- Exit Automator
Once saved, how do you merge PDF files into one on Mac:
- Open a Finder window and navigate to your PDF files
- Select all the PDFs you want to merge
- Right-click any of the selected files
- Go to Quick Actions
- Click "Merge PDFs"
- SawyerColtIron Contributor
If you are comfortable using command-line tools, Terminal provides a fast way to merge PDF files on a Mac. This method is especially useful when you need to combine multiple PDFs regularly or automate the process with scripts. Unlike online PDF mergers, your files remain on your computer, which helps protect sensitive information.
One of the easiest approaches is to install PDFtk Server using Homebrew. After installation, place all PDF files in the same folder and run a simple command to merge them into a single document. This can be much faster than manually dragging files in a graphical application when dealing with large batches of PDFs.
Install PDFtk:
brew install pdftk-javaNavigate to the folder containing your PDF files:
cd /path/to/pdf/folderMerge the PDFs into one on Mac:
pdftk file1.pdf file2.pdf file3.pdf cat output merged.pdf - BellauoCopper Contributor
cpdf - I found something that fits your request perfectly: Coherent PDF (also called cpdf). It's a completely free, open-source command-line tool that runs natively on Mac.
How to combine PDF files Mac:
Step 1: Download/Install cpdf
Step 2: Authorize the App (One-Time Only)
Since cpdf isn't from the Mac App Store, Apple will block it at first. Here's how to authorize it:
- Double-click the cpdf file in your Applications folder. You'll see a warning popup
- Click Done, then open System Settings > Privacy & Security
- Scroll down to the Security section - you'll see a message about cpdf being blocked
- Click Open Anyway
- Terminal will open briefly with some text - you can ignore it and quit Termina
You only need to do this once per Mac. After this, cpdf is ready to use.
Open Terminal and use this command:
bash
/Applications/cpdf /path/to/first,pdf /path/to/second,pdf -o /path/to/merged,pdf
That's it. The merged PDF will appear on your Desktop with all pages combined in the order you specified.
If you have many PDFs in a folder, how to combine PDF files Mac:
bash
/Applications/cpdf ~/Desktop/myPDFs/*,pdf -o ~/Desktop/combined,pdf
This merges every PDF in the myPDFs folder into one file called combined,pdf.
- DaxtonRiverIron Contributor
Adobe Acrobat is one of the most powerful tools for managing PDF documents on a Mac. Its built-in Combine Files feature allows you to merge multiple PDF files into a single document while preserving formatting, bookmarks, and page quality.
To combine PDF files on mac, open Adobe Acrobat and select Tools > Combine Files. Click Add Files to import the PDF documents you want to merge, drag them into the desired order, and then click Combine.
Acrobat will automatically merge all selected PDFs into one document while preserving the original formatting and quality. Once the process is complete, save the merged PDF to your preferred location.
Cons of Adobe Acrobat for PDF Merging
Expensive subscription – Adobe Acrobat's full-featured version requires a paid subscription, which may not be cost-effective for users who only need to merge PDFs occasionally.
Resource-intensive – Acrobat can consume a significant amount of CPU, memory, and storage space compared to lightweight PDF tools.
Steeper learning curve – The interface includes many advanced features, which can feel overwhelming if your only goal is to combine PDF files.
Slower startup time – Acrobat typically takes longer to launch than built-in Mac apps like Preview, making quick PDF-merging tasks less convenient.
- PaxtonBlazeIron Contributor
Preview comes pre-installed on every Mac and makes it easy to merge multiple PDF files on mac without installing extra software.
How to combine PDF files into one on Mac with Preview:
1. Open the first PDF in Preview.
2. Click View > Thumbnails.
3. Drag the second PDF into the thumbnail sidebar.
4. Arrange the pages as needed.
5. Click File > Export as PDF to save the combined file.
Pros:
- Completely free
- No additional software required
- Quick for small PDF files
Cons:
- Limited editing features
- Can be slow with very large PDFs