How To Combine Files In Preview

8 min read

How to Combine Files in Preview: A Step‑by‑Step Guide for macOS Users

When you’re working on a document that spans several PDFs or images, having all the pages in one file can make sharing, printing, and editing a breeze. macOS’s built‑in Preview application offers a straightforward way to merge multiple files without needing extra software. Below is a comprehensive walkthrough that covers everything from basic merging to advanced tricks like reordering pages, adding annotations, and exporting the final document.


Introduction

Preview is often underestimated as a simple image viewer, but it is a powerful PDF editor hidden in plain sight. By leveraging its drag‑and‑drop and sidebar tools, you can combine any number of PDFs or image files into a single document. Whether you’re compiling a report, creating a photo album, or assembling a legal brief, mastering file merging in Preview can save time and keep your workflow tidy.


Step 1: Open the First File

  1. Locate the file you want to start with in Finder.
  2. Right‑click (or Control‑click) and choose Open With → Preview.
    • If Preview isn’t listed, select Other… and pick Preview from the Applications folder.
  3. Once Preview opens, you’ll see the document’s thumbnails in the left sidebar.

Tip: If you prefer a full‑screen view, press Control + Command + F.


Step 2: Enable the Thumbnails Sidebar (If Not Visible)

  1. Click the View menu at the top.
  2. Choose Thumbnails.
    • Alternatively, press Command + Option + 2.

The sidebar now displays each page as a small thumbnail, ready for manipulation That alone is useful..


Step 3: Add Additional Files

Method A: Drag‑and‑Drop

  1. Open a new Finder window and deal with to the second file you wish to merge.
  2. Drag the file onto the thumbnail sidebar of your open Preview window.
  3. Drop it between the pages where you’d like it to appear.
    • If you drop it at the end, it will append to the document.

Method B: Insert from the File Menu

  1. In Preview, click File → Insert → Page from File…
  2. Browse to the target file, select it, and hit Open.
  3. The new pages will appear at the end of the document unless you manually move them.

Step 4: Reorder Pages (Optional)

If the pages aren’t in the desired order:

  1. Click on any thumbnail to select it.
  2. Drag the thumbnail to a new position within the sidebar.
  3. Release to drop it in place.

Quick Note: You can also select multiple thumbnails by holding Command while clicking each one, then drag the entire block.


Step 5: Remove Unwanted Pages (Optional)

  1. Select the thumbnail(s) you want to delete.
  2. Press the Delete key or right‑click and choose Delete.
  3. Confirm the deletion when prompted.

Step 6: Save the Merged Document

  1. Click File → Save or press Command + S.
  2. Choose a location, give the file a new name (to avoid overwriting the originals), and click Save.

Recommendation: Use File → Export as PDF… if you need to adjust PDF settings such as compression or security.


Advanced Tricks for Power Users

1. Combine Images with PDFs

Preview treats images (JPEG, PNG, TIFF) as single‑page PDFs when imported. Worth adding: simply drag an image into the sidebar, and it will appear as a page in your merged document. This is handy for creating a PDF portfolio that includes both scanned documents and photos.

2. Add Page Numbers or Watermarks

  1. Open the merged PDF.
  2. Click Tools → Annotate → Header & Footer → Add Page Numbers.
  3. Choose the style (e.g., “Page X of Y”) and click Add.

For watermarks, you’ll need a small image or text overlay:

  1. Create the watermark in Preview or another app.
  2. Drag the watermark onto the first page, resize, and place it where desired.
  3. Use File → Duplicate to copy the page, then Edit → Paste to apply the watermark to subsequent pages.

3. Extract Pages from a Large PDF

If you only need a subset of pages:

  1. Open the PDF.
  2. Select the thumbnails you want to extract.
  3. Drag them to the desktop or a folder; Preview will create a new PDF containing just those pages.

4. Use Terminal for Batch Merging

For users comfortable with command line, the pdfunite utility from poppler can merge PDFs quickly:

brew install poppler
pdfunite file1.pdf file2.pdf file3.pdf merged.pdf

This is useful when automating workflows or handling dozens of files No workaround needed..


FAQ

Question Answer
Can I merge PDFs from different devices? Yes. Transfer the files to your Mac via AirDrop, iCloud, or a USB drive, then open them in Preview. That said,
**Will merging preserve annotations? ** Annotations on individual files remain in the merged document, but page numbering may shift.
**Is Preview’s merging function free?So ** Absolutely. Preview is bundled with macOS and requires no additional downloads.
**What if the file is corrupted?Here's the thing — ** Preview will flag errors; try opening the file in another PDF reader or repairing it with a dedicated tool. In practice,
**Can I merge PDFs that are password‑protected? ** Only if you have the password. Once unlocked, they can be merged like any other file.

Conclusion

Combining files in Preview is a quick, reliable way to consolidate PDFs and images without third‑party software. Whether you’re a student compiling research, a designer assembling a portfolio, or a business professional preparing a report, Preview’s built‑in tools make file merging both accessible and efficient. By mastering the drag‑and‑drop interface, thumbnail management, and optional features like page numbering and watermarking, you can produce polished, professional documents directly from your Mac. Happy editing!

5. Re‑order Pages After Merging

Sometimes the order in which you dragged files into the thumbnail sidebar isn’t the final sequence you need. Preview makes it painless to reshuffle pages:

  1. Select multiple pages – hold Shift to select a contiguous block or Command to pick non‑adjacent pages.
  2. Drag the selection to the desired spot in the thumbnail column.
  3. Release – Preview instantly re‑indexes the pages, updating any existing page‑number fields you may have added.

If you accidentally drop a page in the wrong place, simply press Command‑Z to undo, or use Edit → Undo Move Pages. This flexibility means you can finalize the exact flow of your document before you export it The details matter here..

6. Create a “Table of Contents” Automatically

When merging a large set of reports or chapters, a clickable table of contents (TOC) can save readers a lot of time. While Preview doesn’t generate a TOC on its own, you can add one manually with a few extra steps:

Counterintuitive, but true Took long enough..

  1. Insert a blank page at the beginning of the merged file (choose Edit → Insert → Page from File… and select a one‑page PDF you’ve prepared as a placeholder).
  2. Open the placeholder and type your headings using Tools → Annotate → Text.
  3. Add links: select the heading text, right‑click, and choose Add Link → Open a file. In the dialog, pick the target page of the merged document.
  4. Repeat for each section.

If you're export the final PDF, the links remain active, giving readers instant navigation without needing a separate PDF editor.

7. Automate Repetitive Merges with Automator

If you frequently combine the same set of PDFs—say, a weekly status report that always includes a cover sheet, a data dump, and a summary—you can automate the process with macOS’s built‑in Automator app:

  1. Open Automator (found in Applications).
  2. Choose Workflow or Application as the document type.
  3. In the left library pane, search for “Combine PDF Pages” and drag it to the workflow area.
  4. Set the order of files (you can use “Ask for Finder Items” to let you select them each time, or hard‑code a folder path for a fully automatic run).
  5. Add “Rename Finder Items” or “Move Finder Items” actions if you want the merged file saved to a specific location with a timestamped name.
  6. Save the workflow.

Now, a double‑click on the Automator app (or a shortcut you assign in System Settings → Keyboard → Shortcuts) will stitch together your PDFs in seconds, freeing you from manual drag‑and‑drop.

8. Preserve Image Quality When Merging Photos

When you merge high‑resolution images (e.g., RAW‑converted JPEGs) into a PDF, Preview defaults to a screen‑optimized resolution to keep file sizes manageable.

  1. After merging, go to File → Export… rather than Save.
  2. In the export dialog, select Quartz Filter → None (or Reduce File Size if you want a smaller PDF).
  3. Choose PDF as the format and click Save.

This ensures the embedded images retain their original DPI, which is essential for print‑ready portfolios or large‑format displays.


Wrapping It All Up

Merging PDFs and images in Preview is more than a simple “drag and drop.” By mastering thumbnail manipulation, page‑numbering, watermarks, reordering, manual TOCs, Automator scripts, and image‑quality controls, you tap into a full suite of document‑assembly capabilities without ever leaving macOS. Whether you’re polishing a portfolio, assembling a research compendium, or streamlining a recurring reporting workflow, Preview gives you a cost‑free, native solution that scales from one‑off projects to automated pipelines.

Take these techniques, experiment with your own file collections, and you’ll find that creating clean, professional PDFs on a Mac is as intuitive as it is powerful. Happy merging!

Latest Batch

Straight to You

Freshest Posts


If You're Into This

Other Perspectives

Thank you for reading about How To Combine Files In Preview. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home