You have a 15MB PDF that needs to be under 5MB for an email attachment. You open Preview, hit “Reduce File Size,” and the result looks like it was printed on a potato. The images are destroyed, the charts are unreadable, and somehow the file is still 4.8MB.
This is the most common complaint about PDF compression on Mac - and it happens because most tools treat compression as an all-or-nothing operation. They crank everything down to hit a smaller size, with no regard for what actually matters in your document.
Here is how to compress PDFs on Mac while keeping your images, fonts, and layouts intact.
Why Most PDF Compression Destroys Quality
PDFs are containers. They hold text, vector graphics, embedded fonts, and rasterized images - all packaged together. When a tool “compresses” a PDF, it is mainly targeting the images inside, since text and vectors are already tiny.
The problem is that most tools give you one slider or one button. They apply the same aggressive compression to every image in the document, regardless of whether it is a full-page photo, a small logo, or a chart with fine text.
Preview’s “Reduce File Size” filter is the worst offender. It applies a fixed compression preset that:
- Drops image resolution to 72 DPI (fine for thumbnails, terrible for anything else)
- Applies heavy JPEG compression to all embedded images
- Gives you zero control over the result
For a text-only PDF, this works fine. For anything with images, charts, or scanned pages, it is destructive.
What Actually Controls PDF Quality
Three settings determine the quality-vs-size tradeoff:
1. Image DPI (Resolution)
DPI controls how many pixels per inch are retained. Higher DPI means sharper images but larger files.
- 300 DPI: Print quality. Overkill for screen viewing.
- 150-200 DPI: Sweet spot for most use cases. Sharp on screen, reasonable file size.
- 72 DPI: Web thumbnail quality. This is what Preview uses, and why things look terrible.
2. JPEG Quality Level
Most embedded images get re-encoded as JPEG during compression. The quality level (typically 0-100) controls how much detail is preserved.
- 80-90: Nearly indistinguishable from original
- 60-79: Noticeable on close inspection, fine for general use
- Below 50: Visible artifacts, blurry text in charts
3. Re-encoding (Structure Optimization)
This removes bloat from the PDF structure itself - unused objects, duplicate fonts, editing artifacts. It can reduce file size without touching image quality at all. If your PDF has been through multiple rounds of editing, this alone might save 10-30%.
The Right Way to Compress PDFs on Mac
Step 1: Know What Is Making Your PDF Large
Before compressing anything, figure out why the file is big:
- Scanned documents are essentially full-page images. They compress well but are sensitive to quality loss.
- Design files (InDesign exports, presentations) often have high-resolution images that can be downsampled significantly.
- Text-heavy documents with a few charts might not need image compression at all - re-encoding the structure could be enough.
Step 2: Choose the Right Tool
You need a tool that gives you control over DPI, quality, and structure optimization separately. Here are your options on Mac:
macOS Preview - Free but limited. One preset, no controls. Fine for text-only PDFs.
Custom Quartz Filters - You can create custom compression filters in /Library/Filters/ that Preview will use. This gives you DPI control, but it requires editing XML files and restarting Preview each time you change settings. Not practical for most people.
PDF Compressor - A native Mac app that lets you adjust DPI, quality, and re-encoding independently. The key feature for quality-conscious users is the live side-by-side preview - you can zoom into specific areas and compare the original against the compressed version before saving anything.
Command-line tools (Ghostscript) - Powerful but requires terminal comfort and remembering specific flags. Works well if you already use it for other PDF workflows.
Step 3: Start with Structure Optimization
Before touching image quality, try re-encoding the PDF structure. This strips out:
- Unused font subsets
- Duplicate embedded objects
- Editing history artifacts
- Redundant metadata
In PDF Compressor, this is the “Re-Encode” option. It often shaves 10-30% off file size with zero quality impact. If that gets you under your size target, you are done.
Step 4: Adjust DPI Based on Your Use Case
If structure optimization is not enough, reduce the image DPI. Match it to how the document will be viewed:
| Use Case | Recommended DPI | Why |
|---|---|---|
| Email attachment | 150 DPI | Sharp on screen, significant size reduction |
| Web upload | 120-150 DPI | Nobody zooms in on web-hosted PDFs |
| Print submission | 200-300 DPI | Preserves print quality |
| Archival | 200 DPI | Balances readability with storage efficiency |
Step 5: Preview Before Committing
This is where most workflows fail. You compress, save, open the result, realize it looks bad, undo, try again. Repeat.
A side-by-side preview eliminates this cycle. In PDF Compressor, you can zoom into specific areas of the document - a chart with small text, a photo, a signature - and see exactly how compression affects them before saving.
If the preview shows unacceptable quality loss at your target settings, bump the quality or DPI up slightly and check again. Two minutes of previewing saves twenty minutes of trial-and-error.
Step 6: Batch Process When Needed
If you are compressing multiple files (semester course materials, client deliverables, archived records), set up your preferred DPI and quality settings once, save them as a preset, and run the entire batch.
In PDF Compressor, you can save compression configurations as named presets. The “Email Ready” preset at 150 DPI and 75% quality that works for your weekly reports will work the same way every time without re-configuring.
Common Mistakes to Avoid
Compressing an already-compressed PDF. Each round of JPEG re-encoding introduces more artifacts. If you compressed a PDF last week and need it smaller now, go back to the original and compress once with different settings.
Using the same settings for all PDFs. A scanned medical record needs different treatment than a marketing brochure. Text-heavy documents can handle aggressive compression; image-heavy ones cannot.
Ignoring grayscale conversion. If your PDF does not need color (legal documents, academic papers, internal memos), converting to grayscale can cut file size by 30-50% with no perceived quality loss.
Uploading confidential documents to online compressors. Financial statements, legal briefs, medical records, HR documents - if it is sensitive, compress it locally. Online tools upload your files to their servers, even if they claim to delete them afterward. PDF Compressor processes everything on your Mac with no network connection required.
When Compression Is Not the Answer
Sometimes the real fix is not compression but how the PDF was created:
- InDesign/Illustrator exports: Check your export settings. Many designers export at 300 DPI print quality by default, even for digital-only documents. Re-exporting at 150 DPI from the source application will produce a smaller, sharper result than compressing after the fact.
- Scanned documents: If you control the scanner, scan at a lower resolution. A document scanned at 600 DPI and compressed to 150 DPI will look worse than one scanned at 200 DPI in the first place.
- Embedded fonts: Some PDFs embed entire font families when they only use a few characters. Font subsetting during PDF creation eliminates this bloat at the source.
The Bottom Line
Quality-preserving PDF compression comes down to control. You need to adjust DPI, quality, and structure optimization independently - and you need to see the result before committing.
Preview’s one-button approach works for casual use. For anything where image quality matters - legal filings, client deliverables, course materials, portfolio pieces - you need a tool that lets you make informed tradeoffs.
Check out our complete guide to the best PDF compressors for Mac for a detailed comparison of all available options, or try PDF Compressor to see how the side-by-side preview and DPI controls work with your own documents.
Frequently Asked Questions
Does compressing a PDF always reduce image quality?
Not necessarily. Compression results depend on your settings and the PDF content. Text-heavy documents can shrink significantly with almost no visible change. Image-heavy files need careful DPI and quality adjustments, but a good tool lets you preview before committing.
What DPI should I use when compressing PDFs?
For screen viewing and email, 150 DPI is usually fine. For printing, stay at 200-300 DPI. Below 100 DPI, most images start looking noticeably blurry. The right setting depends on your use case - email attachments need less resolution than documents going to print.
Is Preview's 'Reduce File Size' filter good enough?
It works for basic needs, but it gives you zero control. Preview uses a single aggressive compression pass that often destroys image quality in scanned documents, design files, and photo-heavy PDFs. If your PDF has important visual content, you need a tool with adjustable settings.
Why do online PDF compressors sometimes ruin my layout?
Some online tools re-render PDFs during compression, which can shift fonts, break embedded elements, or alter spacing. Local tools that compress in place - adjusting image quality without rebuilding the document structure - tend to preserve layout more reliably.
Can I compress scanned PDFs without making them unreadable?
Yes, but scanned PDFs are essentially large images, so they are more sensitive to compression. The key is adjusting DPI carefully (150-200 is usually safe) and using a side-by-side preview to check readability before saving.
Is it safe to use online PDF compressors for sensitive documents?
That depends on your risk tolerance. Online tools upload your files to remote servers, even if temporarily. For legal documents, financial records, medical files, or anything confidential, local compression is the safer choice - your files never leave your Mac.