The fastest way to combine PDFs on Mac
The fastest way to merge two PDFs on Mac is to use the Preview app, which comes built into every Mac. Open the first PDF in Preview, drag the second PDF's thumbnail into Preview's sidebar, then save. The whole process takes under a minute and requires no additional software.
If you have more than two PDFs or need to reorder pages before merging, the Mac Automator tool (also built in) can combine multiple files at once. For more control over which pages go where, third-party tools like PDFtk or command-line options give you finer control, but Preview handles the common case so well that most people never need them.
Key Takeaways
- Preview merges two PDFs in seconds by dragging one file's thumbnail into the other's sidebar, then saving as a new file.
- Automator can combine three or more PDFs at once and works without opening each file individually.
- The merged file is a new document — your original PDFs stay unchanged.
- If you need to reorder pages or extract specific pages before merging, Preview's thumbnail panel lets you drag pages between documents before saving.
Merging two PDFs with Preview
Open the first PDF by right-clicking it, selecting "Open With," and choosing Preview. Once it opens, look at the left sidebar — you should see thumbnail images of each page. If the sidebar is hidden, click the sidebar icon in the toolbar (it looks like two rectangles) or press Command-Shift-D.
Now drag the second PDF file directly onto the thumbnail panel on the left. Preview will add all pages from the second PDF to the end of the first one. You can see the pages appear in the sidebar as they're added. Once both PDFs are in the sidebar, go to File > Export As, give the merged file a new name, and click Save. Your original files remain unchanged.
If you want to reorder pages before saving, click and drag any thumbnail up or down in the sidebar to move it. You can also delete pages you don't want by clicking a thumbnail and pressing Delete. This is useful if one PDF has a cover page you want at the end, or if you want to skip certain pages entirely.
Combining three or more PDFs with Automator
If you need to merge more than two PDFs, Automator is faster than opening Preview multiple times. Open Automator (search for it in Spotlight by pressing Command-Space, typing "Automator," and pressing Enter). When it asks what kind of document to create, select "Quick Action" and click Choose.
In the search box on the left, type "PDF" to find PDF-related actions. Drag "Combine PDF Pages" into the workflow area on the right. A dialog will appear asking you to select the PDFs to combine. Click "Add" and select all the PDFs you want to merge in the order you want them. Once you've added them all, click the "Run" button in the top right. Automator will create a new PDF with all pages combined and ask you where to save it.
The advantage of Automator is that it remembers your workflow. If you regularly merge the same set of PDFs, you can save this workflow and run it again without selecting files each time. Go to File > Save, give it a name like "Merge Monthly Reports," and it will appear in your Applications folder under Automator.
Reordering pages when merging matters
Preview's thumbnail panel is the easiest place to reorder pages if you're combining documents that need a specific sequence. For example, if you're merging a cover page, a report, and an appendix, you might want the appendix at the end even though it's the second file you opened.
Click any thumbnail in the sidebar and drag it to a new position. The page will move as you drag, and you'll see a line appear showing where it will land when you release. This works across both PDFs — you can pull a page from the second PDF and place it between pages of the first one. Once the pages are in the order you want, save the file as described above.
If you're doing this frequently with the same documents, consider whether a template or a standard folder structure would save you time. Some people keep a "to merge" folder on their desktop and process it weekly rather than merging files one at a time.
When to use command-line tools for more control
For most people, Preview or Automator handles merging. But if you're combining dozens of PDFs, need to extract specific page ranges from each file, or want to automate merging as part of a larger workflow, command-line tools like PDFtk or ImageMagick give you more precision.
These tools require opening Terminal and typing commands, which is more technical than Preview. However, they're free and can be scripted — meaning you can write a command that runs automatically on a folder of PDFs every morning. If you're comfortable with Terminal, PDFtk's syntax is straightforward: pdftk file1.pdf file2.pdf cat output merged.pdf combines two files. Homebrew (a Mac package manager) makes installing PDFtk straightforward if you've used it before.
For most Mac users, this level of control isn't necessary. Start with Preview, and only move to command-line tools if you find yourself merging PDFs so often that the extra steps feel repetitive.
Keeping your original files safe
Both Preview and Automator create a new file when you merge — they don't overwrite your originals. When you save in Preview, you're choosing a new filename and location, so your first and second PDFs stay exactly as they were. This is helpful if you need to merge the same PDF with different files later, or if you want to keep a record of the original documents.
If you accidentally save over an original file, you can recover it from Trash as long as you haven't emptied the trash bin. For important documents, consider keeping a "source PDFs" folder separate from your "merged PDFs" folder so you never accidentally overwrite something you need.
Troubleshooting common merging problems
If Preview won't let you drag a PDF into the sidebar, the file might be corrupted or in an unusual format. Try opening it in Preview first by double-clicking it. If Preview can display it, the drag-and-drop should work. If Preview can't open it, the file itself may be damaged, and you may need to request a fresh copy from whoever created it.
If the merged PDF looks wrong — pages are out of order, rotated, or missing — check that you dragged the files in the correct order and that no pages were accidentally deleted from the sidebar. You can undo the last action by pressing Command-Z, which will remove the most recently added PDF from the sidebar so you can try again.
If Automator doesn't find your PDFs when you click "Add," make sure the files are saved on your Mac (not in iCloud-only mode) and that their names end in .pdf. Files with unusual characters in their names sometimes cause problems — renaming them to something straightforward like "report1.pdf" usually fixes it.
Frequently Asked Questions
Can I merge PDFs on Mac without buying software?
Yes. Preview and Automator are free and built into every Mac. They handle the most common merging tasks without any additional cost or read. Third-party tools are available if you need more advanced features, but they're not necessary for basic merging.
What happens to the original PDFs after I merge them?
They stay unchanged. Preview and Automator create a new file when you merge, so your original PDFs remain in their original location with their original names. You can merge the same PDF with different files later if needed.
Can I merge PDFs that have different page sizes or orientations?
Yes. Preview will combine them as-is, so if one PDF has portrait pages and another has landscape pages, the merged file will contain both. The pages won't be resized or rotated automatically — they'll appear exactly as they were in the original files.
Is there a limit to how many PDFs I can merge at once?
Preview and Automator can handle dozens of PDFs without slowing down noticeably. If you're merging hundreds of files regularly, command-line tools like PDFtk are more efficient, but for typical use cases, the built-in tools work fine.
Can I merge PDFs and remove blank pages at the same time?
Preview lets you delete individual pages from the sidebar before saving, so you can remove blank pages manually. If you have many blank pages to remove, it's faster to use Preview's thumbnail view to select and delete them all at once, then save the cleaned-up version.