How to Shrink the File Size of a PDF
Large PDFs are one of those everyday frustrations that seem simple to fix — until you're staring at a 45MB file that needs to be under 10MB for an email attachment. The good news: PDF compression is well-understood, and there are multiple reliable ways to do it. The approach that works best, though, depends heavily on what's inside your PDF and what you need it to do afterward.
Why PDF Files Get So Large
Before shrinking anything, it helps to understand what's actually taking up space.
PDFs can contain several types of content, each with its own size footprint:
- Raster images (photos, scanned pages) — usually the biggest culprits
- Embedded fonts — full font files bundled inside the document
- Vector graphics — generally efficient, but can balloon with complexity
- Metadata and hidden layers — comments, form fields, revision history
- Embedded files or attachments — sometimes entire documents nested inside
A PDF generated by exporting a Word document with a few charts is structurally very different from a scanned multi-page contract or a design portfolio with high-resolution photos. That distinction matters a lot when choosing a compression method.
The Main Methods for Compressing a PDF 📄
Re-exporting from the Source Application
If you still have access to the original file — a Word document, PowerPoint, InDesign file, Figma export — re-exporting directly as a PDF with lower-quality settings is almost always the cleanest approach. Most apps let you choose between print quality, screen quality, or a custom resolution. Exporting at 96–150 DPI for screen use versus 300 DPI for print can cut file size dramatically without any visible degradation on screen.
Built-in OS Tools
macOS includes a built-in Quartz filter in Preview that can compress PDFs when you use File → Export as PDF. The "Reduce File Size" filter aggressively downsamples images. It works well for text-heavy files but can noticeably degrade photo-heavy documents.
Windows doesn't have a native PDF compressor built into File Explorer or the default PDF viewer, but printing to PDF through Microsoft Print to PDF or saving from Microsoft Office apps gives you some control over output quality.
Adobe Acrobat
Adobe Acrobat (the full paid version, not Reader) offers the most granular control. The PDF Optimizer tool lets you individually adjust image downsampling, font embedding, and object compression. You can audit exactly what's consuming space before deciding what to discard. Acrobat also has a simpler Reduce File Size option for quick results without manual configuration.
Third-Party Desktop Software
Several desktop applications handle PDF compression without requiring a cloud upload, which matters for sensitive documents. Tools like PDF Expert (macOS/iOS), Nitro PDF, and others offer compression features with varying degrees of control. The quality-to-size tradeoff varies by tool and by the source content.
Online PDF Compressors
Browser-based tools let you upload a PDF and download a compressed version, typically within seconds. They generally use one of two underlying engines and apply preset compression levels (low, medium, high). These are fast and require no software installation, but they involve uploading your file to a third-party server — a relevant consideration if the document contains personal, legal, or confidential information.
How Image Content Affects Your Results 🖼️
Image compression is where most of the file size gains come from. Raster images — anything that's a photo or a scan — are compressed using either lossy or lossless methods.
| Compression Type | How It Works | Quality Impact |
|---|---|---|
| Lossy (e.g., JPEG) | Permanently discards image data | Some quality loss, especially at high compression |
| Lossless (e.g., PNG, ZIP) | Reduces size without data loss | No quality loss, smaller gains |
| Downsampling | Reduces image resolution (DPI) | Visible at print, often unnoticeable on screen |
For a scanned document with no photos — say, a contract — aggressive compression typically looks fine. For a photography portfolio or product catalog, the same settings might produce results that are unusable.
The Variables That Determine Your Outcome
No compression method produces identical results across different PDFs. The factors that shape your experience include:
- Content type — text-only PDFs compress easily; photo-heavy ones require tradeoffs
- Original file quality — a PDF already exported at low resolution has little room left to compress
- Intended use — screen viewing tolerates lower resolution than printing or archiving
- Software access — Acrobat gives the most control; free tools offer less precision
- Privacy requirements — cloud tools may not be appropriate for sensitive documents
- Operating system — macOS has more native options than Windows out of the box
- File count — batch compression needs differ from one-off tasks
A designer compressing a client-facing portfolio for web delivery has completely different requirements than an office worker trying to email a signed form. The same tool and the same settings will produce very different results — and very different levels of acceptable quality — for each.
What "Good Enough" Actually Means
There's no universal target file size or quality level. A 2MB PDF might be perfect for one use case and still too large for another. Some email servers cap attachments at 10MB; others at 25MB. Some document management systems have their own limits. Print vendors often want 300 DPI minimum; a website thumbnail needs nothing close to that.
Compression is always a negotiation between file size, visual quality, and feature preservation (like editable form fields or searchable text). Aggressive compression can strip searchable text layers from scanned documents, flatten form fields, or produce images that look fine on a laptop screen but fall apart when printed.
Understanding what your PDF contains — and what the final use actually requires — is the piece of the puzzle that no tool can figure out for you.