How to Compress a PDF on Mac: Methods, Trade-Offs, and What Affects the Results

Reducing a PDF's file size on a Mac is straightforward in principle — but the method you choose, and how much compression you actually get, depends on factors that vary widely between users. Here's what's actually happening under the hood, what your options are, and why results differ.

What PDF Compression Actually Does

PDF compression isn't a single process — it's a category of operations that reduce file size in different ways:

  • Image downsampling — reduces the resolution of embedded photos and graphics
  • Re-encoding images — converts images to more efficient formats (e.g., JPEG at lower quality)
  • Removing embedded data — strips metadata, thumbnails, form data, or duplicate resources
  • Font subsetting or removal — trims embedded font data to only the characters actually used
  • Stream compression — applies lossless compression (like DEFLATE/ZIP) to text and vector content

A PDF heavy with high-resolution photos compresses very differently than one consisting mostly of text and simple graphics. Understanding which type of content your file contains is the first variable that determines your outcome.

Built-In Method: Preview on macOS

The fastest approach requires no third-party software. Preview, macOS's native file viewer, includes a built-in PDF filter called Reduce File Size.

Steps:

  1. Open the PDF in Preview
  2. Go to File → Export as PDF
  3. Click the Quartz Filter dropdown
  4. Select Reduce File Size
  5. Save the file

This works because macOS uses Quartz, its graphics rendering engine, to re-process the PDF. The Reduce File Size filter aggressively downsamples images — typically to around 72 DPI — and re-encodes them at lower quality.

The result can be dramatic for image-heavy PDFs, sometimes shrinking a 20MB file to under 2MB. However, for text-only or already-optimized PDFs, the size reduction may be minimal, and image quality can degrade noticeably. This method is best suited for documents where file size matters more than visual fidelity.

ColorSync Utility: More Control, Same Built-In Ecosystem 🎛️

macOS also includes ColorSync Utility (found in Applications → Utilities), which gives you more control over which Quartz filter is applied — and lets you create custom filters.

With ColorSync Utility, you can:

  • Duplicate the Reduce File Size filter and modify settings
  • Adjust image compression quality, color space, and resolution thresholds
  • Apply filters differently for grayscale vs. color content

This is a good middle ground for users who find Preview's default filter too aggressive but don't want to install additional software.

Third-Party Tools: More Precision, More Options

For users who compress PDFs regularly, process batches, or need to preserve quality while minimizing size, dedicated tools offer more granular control.

ApproachCompression ControlQuality PreservationBatch ProcessingCost
Preview (Quartz filter)LowLow–MediumNoFree (built-in)
ColorSync custom filterMediumMediumNoFree (built-in)
Adobe AcrobatHighHighYesSubscription
PDF compression web toolsLow–MediumVariesSometimesFree–Paid
Dedicated Mac PDF appsMedium–HighMedium–HighOften yesOne-time or subscription

Adobe Acrobat's PDF Optimizer and Compress PDF tools let you control image DPI, compression type (JPEG, ZIP, JBIG2 for text), and whether to discard specific elements like comments or embedded scripts. This level of control matters when you need a compressed file that still looks sharp on screen or in print.

Browser-based tools (which process the file on a remote server) offer convenience but introduce considerations around file privacy — relevant for sensitive or confidential documents.

The Variables That Determine Your Result 📄

Compression outcomes vary significantly based on:

  • Original file content — Image-heavy PDFs compress far more than text-only ones
  • Existing compression — If the PDF was already exported from a tool like Word or Keynote with optimization, there may be little left to compress
  • Acceptable quality loss — Documents for screen viewing tolerate lower DPI than those sent to a printer
  • macOS version — Apple updates Quartz filters periodically; behavior can differ between macOS versions
  • PDF version and structure — Some PDFs have complex layering, embedded media, or forms that complicate compression
  • Source application — A PDF from Adobe InDesign is structured differently than one exported from Google Docs or scanned from paper

A scanned document, for example, is essentially a sequence of images. Compressing it may yield large file size reductions but visible quality loss. A text PDF generated from a word processor may barely change in size no matter what filter you apply.

When Compression Alone Isn't the Answer

Sometimes the right move isn't compressing harder — it's choosing a different export path. Regenerating the PDF from its source file (Word, Pages, Keynote, etc.) at appropriate quality settings often produces a smaller, cleaner file than running an already-exported PDF through a compression filter.

Similarly, if a PDF contains high-resolution images that must stay sharp, selectively removing unnecessary elements (metadata, embedded fonts for common typefaces, form fields no longer in use) may achieve a useful size reduction without touching image quality at all.

What the Right Approach Depends On

There's no single correct method because the relevant factors — what the PDF contains, how you'll use it, whether quality loss is acceptable, and how often you do this — vary too much between users. A quick one-time compression for emailing a brochure calls for a completely different approach than batch-compressing archival documents or preparing print-ready files. Your macOS version, comfort with third-party tools, and privacy requirements around cloud processing also shape which path makes the most sense for your situation.