When you are attempting to transmit a dense, graphic-heavy PDF document from a macOS workstation via email, you will frequently hit hard-coded server attachment limits (typically 25MB). To force the PDF file to shed geometric weight and mathematical complexity—allowing it to bypass server restrictions—you must deploy the Quartz Filter compression protocol hidden within the Preview application.
Executing the Quartz Compression Matrix
The Preview engine utilizes a native Apple technology called Quartz. This engine contains specialized algorithmic filters designed to mathematically downsample high-resolution raster images embedded within the PDF and strip away redundant vector data, drastically reducing the overall file size footprint.
- Locate your massive PDF file in Finder and double-click to open it natively in Preview.
- Look at the absolute top menu bar. Click the File menu.
- From the drop-down system matrix, locate and click the command labeled Export… (Do not click “Export as PDF”).
Deploying the Downsampling Vector
- A save dialog modal will spawn on your screen.
- Look at the Format dropdown menu near the bottom of the modal. Ensure it is explicitly set to PDF.
- Directly below the Format menu, you will see a critical dropdown labeled Quartz Filter. Click it.
- The engine will reveal an array of pre-configured compression algorithms. Select the protocol labeled Reduce File Size.
- Change the filename slightly (e.g., append “_compressed” to the end) to ensure you do not mathematically overwrite the high-resolution original file.
- Select your destination folder (e.g., the Desktop) and click Save.
- The exact millisecond you execute this command, the Core Graphics engine intercepts the payload. It rips through every page, violently downsampling the DPI of embedded images and compressing the vector architecture. The newly generated file will be exponentially smaller, ready for instant transmission.