How to Compress and Reduce PDF File Size Using Preview on macOS

When you generate a massive, 500-page PDF document containing high-resolution graphics on a macOS workstation, the resulting file payload can easily exceed 100MB, making it mathematically impossible to transmit via standard email protocols. To force the Core Graphics engine to execute an aggressive, system-level compression algorithm that violently shrinks the byte count of the document, you must deploy a Quartz Filter within the native Preview application.

Deploying the Compression Matrix

The Preview engine is deeply intertwined with macOS’s Quartz 2D graphics rendering engine. This allows it to mathematically re-sample rasterized images within a PDF, lowering their DPI and stripping redundant data streams to radically reduce the total file mass.

  1. Locate your massive target PDF file in Finder and double-click to open it natively in Preview.
  2. Look at the absolute top menu bar. Click on File.
  3. From the drop-down array, select the Export… command (do not select “Export as PDF”).
  4. The OS will spawn a highly specific Export modal.

Executing the Quartz Filter

  1. Within the Export modal, ensure the Format drop-down is set strictly to PDF.
  2. Look directly below the format setting. You will locate a specific drop-down menu labeled Quartz Filter.
  3. Click the Quartz Filter menu. The OS will reveal a list of pre-compiled mathematical rendering algorithms.
  4. Select the absolute protocol labeled: Reduce File Size.
  5. Designate a new geometric save location (e.g., your Desktop) and click Save.

The exact millisecond you click Save, the Core Graphics engine intercepts the document payload. It sweeps through every single embedded image in the PDF, mathematically down-sampling the resolution and applying a highly aggressive JPEG compression matrix. It then compiles a brand new, physically distinct file at the target location. A 100MB document can frequently be reduced to under 5MB in seconds, allowing for immediate network transmission.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.