How to Compress a PDF on a Mac: Methods, Trade-offs, and What Actually Changes

PDF compression on a Mac is one of those tasks that sounds simple until you notice the results vary wildly depending on which method you use. A file that drops from 45MB to 4MB using one tool might only shrink to 38MB using another — and sometimes the "compressed" version looks noticeably worse. Understanding why that happens makes it much easier to pick the right approach for your situation.

What PDF Compression Actually Does

Before diving into methods, it helps to know what's inside a PDF that makes it large in the first place.

Most bloated PDFs are heavy because of embedded images — scanned pages, photos, diagrams, or screenshots baked into the document. Text itself is compact. A 50-page report filled with charts and high-resolution visuals can easily hit 100MB, while a 200-page novel in plain text might clock in under 2MB.

PDF compression generally works by:

  • Downsampling images — reducing pixel density (e.g., from 300 DPI to 150 DPI)
  • Recompressing image data — applying JPEG or other compression to embedded visuals
  • Removing redundant data — stripping metadata, embedded fonts that aren't needed, or duplicate objects
  • Flattening layers — collapsing editable elements into flat images

The trade-off is almost always file size vs. visual quality. Aggressive compression shrinks files dramatically but can introduce blurriness, color shifts, or pixelation — especially in documents with fine text over image backgrounds.

Method 1: Export as PDF Through Preview (Built-In)

macOS's Preview app has a built-in "Quartz Filter" compression option that requires zero downloads.

How it works:

  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

This method is quick and requires no additional software. The downside: the built-in Reduce File Size filter is aggressive and somewhat blunt. It applies a fixed compression profile that significantly downgrades image quality. For scanned documents or photo-heavy PDFs, results can look noticeably degraded. For text-heavy documents, it often works fine.

Best suited for: Quick compression of text-dominant PDFs, internal documents where print quality doesn't matter.

Method 2: Print to PDF with Custom Settings

A less obvious route through macOS:

  1. Open the PDF in Preview (or any app)
  2. Go to File → Print
  3. Click "PDF" in the bottom-left corner
  4. Choose "Save as PDF"

This won't dramatically compress most files, but it can sometimes strip unnecessary metadata and flatten certain elements. It's more of a light-touch option.

Method 3: ColorSync Utility (More Control, Still Built-In) 🎛️

macOS includes ColorSync Utility, which lets you create custom Quartz filters with more granular image quality settings than Preview's default.

How to create a custom filter:

  1. Open ColorSync Utility (search with Spotlight)
  2. Go to the Filters tab
  3. Duplicate the "Reduce File Size" filter
  4. Edit image settings — you can adjust JPEG compression levels, color space, and resolution
  5. Save the filter with a new name
  6. That filter now appears in Preview's Quartz Filter list

This gives you a middle ground — more compression control without installing third-party software. Setting image resolution to 150 DPI with medium JPEG quality often produces a good balance for office documents.

Method 4: Third-Party Apps and Web Tools

Several dedicated tools offer more sophisticated compression algorithms than macOS's built-in options:

ApproachCompression QualityImage ControlPrivacy Consideration
Preview (Quartz)BasicLowFiles stay local
ColorSync custom filterModerateMediumFiles stay local
Desktop PDF appsHighHighFiles stay local
Web-based toolsHighVariesFiles upload to server

Desktop applications like PDF compression tools available through the Mac App Store or developer websites typically use smarter algorithms — they can selectively compress images while preserving text sharpness, maintain color fidelity better, and offer preview comparisons before saving.

Web-based tools (browser-based PDF compressors) are convenient and often produce excellent results, but they require uploading your file to a third-party server. For documents containing sensitive information — contracts, medical records, financial statements — this is a meaningful consideration.

Key Variables That Affect Your Results

Not every PDF compresses the same way, and the "best" method depends heavily on several factors:

Content type matters most. A PDF created from a Word document or exported from Keynote compresses very differently from a scanned paper document. Scanned PDFs are essentially image files wrapped in a PDF container — every page is a rasterized image, so compression hits image quality directly. Native PDFs have vector text that stays sharp regardless of image compression settings.

Intended output changes the target. A PDF going to a printer needs to preserve higher resolution than one being emailed or uploaded to a web form. Most screens display comfortably at 96–150 DPI; print typically requires 300 DPI. If you're compressing for screen viewing only, you can push image reduction further without visible degradation on-screen.

Original file quality sets the ceiling. Starting with a 600 DPI scan gives you more room to compress while maintaining acceptable quality than starting with a 150 DPI scan.

macOS version can affect available tools. The behavior of Preview's export filters and built-in utilities has shifted across OS versions. What works cleanly on one version of macOS may behave slightly differently on another.

What "Good Compression" Looks Like in Practice

A well-compressed PDF should:

  • Open and render quickly on any device 📄
  • Maintain readable text at 100% zoom
  • Show no visible JPEG artifacts around text edges
  • Be small enough for its intended purpose (email attachments typically need to be under 25MB; many web uploads cap at 10MB or less)

Compression ratios vary enormously. A scanned document might compress 80–90% with moderate quality loss, while a native PDF might only shrink 10–20% regardless of which tool you use — because the file is already well-optimized at creation.

The method that makes sense depends on what's in your PDF, where it's going, how it was originally created, and how much visual quality you can afford to trade away. Those answers aren't the same for every file — or every workflow.