How to Delete Pages in a PDF on Mac

Removing unwanted pages from a PDF is one of those tasks that sounds like it should be simple — and on a Mac, it genuinely can be. But the right approach depends on what tools you already have, what you need to preserve in the file, and how often you're doing this kind of work.

Why You Might Need to Delete PDF Pages

PDFs are designed to be fixed-format documents, which means editing them isn't as straightforward as editing a Word file. Still, the need to remove pages comes up constantly — trimming a scanned report, cutting out a cover page before sharing, or stripping blank pages from a downloaded form. macOS gives you built-in options to do this without any extra software, though third-party tools expand what's possible.

Method 1: Using Preview (Built-In, No Download Required)

Preview is macOS's native PDF viewer, and it handles basic page deletion cleanly. Most Mac users already have it and don't realize how capable it is for this task.

Steps to Delete Pages in Preview

  1. Open your PDF in Preview (double-click the file, or right-click → Open With → Preview).
  2. If the sidebar isn't showing thumbnails, go to View → Thumbnails to enable it.
  3. Click the thumbnail of the page you want to delete. Hold Command (⌘) to select multiple pages at once, or Shift to select a range.
  4. Press the Delete key, or go to Edit → Delete.
  5. Save the file with Command + S, or use File → Export as PDF to save a new copy and keep the original intact.

⚠️ One important detail: saving with Command + S overwrites the original file. If you want a backup, use Duplicate from the File menu before editing, or export to a new filename.

Preview works well for straightforward deletions on unencrypted PDFs. If the file is password-protected or has permissions restrictions, Preview may not allow editing — you'll see the delete option grayed out.

Method 2: Using the Print Dialog as a Workaround

If you want to "keep" only specific pages rather than delete the others, macOS's built-in print-to-PDF feature gives you an alternative route:

  1. Open the PDF in Preview and go to File → Print (or Command + P).
  2. In the Pages field, enter the page numbers you want to keep (e.g., 1-3, 5, 7-10).
  3. Click the PDF dropdown at the bottom-left of the print dialog and select Save as PDF.
  4. Choose a save location and filename.

This method is non-destructive to your original file and works on any PDF you can open in Preview. It's particularly useful when you want to extract a subset of pages rather than deleting one or two.

Method 3: Third-Party PDF Apps

For users who work with PDFs regularly or need more control, dedicated PDF editors offer features that go beyond Preview.

Tool TypeWhat It Adds Over Preview
PDF editors (e.g., Adobe Acrobat)Full editing, form handling, batch operations
Lightweight PDF utilitiesFast page deletion, merging, splitting
Online PDF toolsNo installation, browser-based, file size limits may apply
Automator/Script-based toolsRepeatable workflows for bulk processing

Adobe Acrobat (the full version, not just Reader) lets you delete pages via a dedicated Organize Pages panel with a visual thumbnail interface. It also handles encrypted PDFs with the right credentials and supports batch processing across multiple files.

Lighter-weight apps available through the Mac App Store — such as PDF Squeezer, PDF Toolkit+, or similar utilities — often offer a faster, more focused experience for basic tasks like page deletion without the overhead of a full editor.

🖥️ For one-off tasks on files you don't want to upload anywhere, a local app (Preview or a paid utility) is the most private option. Online tools process your file on a remote server, which matters if the document contains sensitive information.

Factors That Affect Which Method Works Best

The "right" approach varies based on several real-world factors:

  • PDF security settings — Some PDFs have owner passwords that restrict editing. Preview will refuse to delete pages on a restricted PDF unless you unlock it first.
  • File size and complexity — Large PDFs with embedded fonts, high-res images, or interactive elements sometimes behave unpredictably in Preview. A dedicated editor handles these more reliably.
  • macOS version — Preview's interface and behavior has shifted across macOS versions. The thumbnail sidebar, for example, works slightly differently across Ventura, Sonoma, and earlier releases. If steps look different on your machine, check which version of macOS you're running.
  • How often you do this — For occasional use, Preview is more than sufficient. For frequent PDF management across many files, investing in a proper PDF app pays off in time saved.
  • Whether you need to preserve the original — Preview's save behavior makes it easy to accidentally overwrite. Understanding the export vs. save distinction before you start matters.

What About Automator or Terminal?

macOS also includes Automator, which can build workflows to remove specific pages programmatically. This is useful if you need to strip the same pages (like a cover sheet) from dozens of files repeatedly. It has a learning curve, but the PDF → Extract PDF Pages action gives you a starting point for building a repeatable workflow.

Command-line users can also use tools like pdftk (via Homebrew) or cpdf to delete pages using terminal commands — giving precise control without any graphical interface at all.

The method that makes sense depends heavily on your comfort with macOS, how often the task comes up, and what the PDF contains. Preview handles the common case well; the edge cases reveal where other tools earn their place. 📄