When you are attempting to transmit a massive, high-resolution PDF document (such as a 50MB digital portfolio or a scanned legal contract) via a highly constrained network protocol like email, the physical geometry of the file will often trigger a hard rejection from the server. To force the macOS Core Graphics engine to execute an algorithmic compression stream—mathematically shrinking the rasterized elements within the PDF while maintaining structural integrity—you must deploy the Quartz Filter vector within the native Preview application.
Executing the Quartz Compression Matrix
The Preview engine utilizes deeply embedded macOS Quartz filters to mathematically recalculate the pixel density of embedded images within the PDF container.
- Locate your massive target PDF file in Finder and double-click to open it natively in Preview.
- Look at the absolute top menu bar of the screen. Click on File.
- Select the Export… command from the drop-down matrix. (Critical Note: Do not select “Export as PDF”; you must select the standard “Export” option.)
- A geometric save dialogue modal will spawn.
Deploying the Filter Override
You must now inject the compression algorithm into the export stream.
- In the save dialogue window, locate the Format drop-down menu and ensure it is mathematically locked to PDF.
- Directly below the Format menu, locate the Quartz Filter drop-down menu.
- Click the menu and select the absolute compression vector: Reduce File Size.
- Inject a new filename (e.g.,
Contract_Compressed.pdf) to prevent overwriting your high-resolution original, and click Save.
The exact millisecond you click Save, the Core Graphics engine violently intercepts the payload. It mathematically iterates through every single page, locates every embedded raster image, and executes a severe JPEG compression algorithm, crushing the pixel density and color depth. It reassembles the PDF architecture and writes the new, geometrically tiny file to your hard drive, allowing it to easily bypass server-side size limits.