When you are attempting to transmit a highly complex PDF document (e.g., an architectural schematic containing high-resolution raster images) via email from a macOS workstation, you will frequently encounter hard bandwidth limits (e.g., a 25MB attachment cap). To force the macOS Core Graphics engine to mathematically restructure the file, compress the embedded vectors, and drastically reduce the total byte payload, you must deploy the Quartz Filter protocol within the native Preview application.
Executing the Compression Matrix
The Preview engine contains a hidden cryptographic subsystem called Quartz. Quartz utilizes advanced mathematical algorithms to downsample raster images (reducing DPI) and aggressively compress XML vector data, often reducing a PDF’s physical file size by over 80% without destroying text legibility.
- 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, click the critical command labeled Export… (Do not select “Save” or “Export as PDF”).
Deploying the Quartz Filter Vector
- A save dialog modal will spawn.
- Ensure the Format drop-down menu is strictly set to PDF.
- Look directly below the Format menu. You will see a highly critical drop-down parameter labeled Quartz Filter.
- Click the Quartz Filter menu. A matrix of algorithmic options will spawn. Select the command labeled Reduce File Size.
- Define a new filename to avoid a destructive overwrite of your high-resolution original (e.g., “Document_Compressed.pdf”) and click Save.
- The exact millisecond you execute this, the Core Graphics engine intercepts the raw vector data currently in RAM. It violently runs the Quartz compression algorithm, downsampling all embedded images to a web-optimized resolution, and writes the optimized geometric architecture to the new file. The new file is instantly ready for transmission.