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

When you attempt to transmit a massive, high-resolution PDF document via a standard corporate email server, you will frequently encounter hard-coded geometric file size limits (typically 25MB). To bypass these transmission blockades, you must force the native macOS Core Graphics engine to execute a violent compression algorithm, destroying unnecessary pixel density to dramatically shrink the physical file footprint using the Preview application.

Executing the PDF Compression Matrix

The Preview engine contains deeply integrated Quartz Filters. These mathematical subroutines allow you to hijack the PDF saving protocol and inject a highly aggressive, lossy compression algorithm directly into the vector and raster arrays of the document.

  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 the File menu and select the critical command labeled Export… (Do not select “Export as PDF”).
  3. The macOS kernel will spawn a complex save dialog modal.

Deploying the Quartz Filter Algorithm

  1. Look at the lower section of the modal. Ensure the Format drop-down menu is strictly set to PDF.
  2. Directly beneath the Format parameter, locate the critical drop-down menu labeled Quartz Filter. (If you do not see these options, click the “Show Details” button at the bottom of the modal).
  3. Click the Quartz Filter menu. The engine will reveal a list of pre-configured rendering algorithms. Select the exact command labeled Reduce File Size.
  4. Define your desired filename (e.g., Document_Compressed.pdf) and geometric save location.
  5. Click Save.

The exact millisecond you click Save, the Core Graphics engine intercepts the payload. It executes a destructive sweep across the document, down-scaling all embedded images to a lower DPI and aggressively compressing the visual data. It then writes a highly optimized, significantly smaller PDF file to your hard drive, allowing it to bypass standard email transmission blockades.

Get the best tech tips delivered straight to your inbox.

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