How to Make a PDF Smaller in File Size
PDFs are everywhere — contracts, reports, portfolios, scanned documents — and they have a frustrating habit of ballooning in size. A single PDF can run anywhere from a few kilobytes to hundreds of megabytes depending on what's inside it. Understanding why PDFs get large is the first step to shrinking them effectively.
Why PDFs Get So Large
PDF file size is driven by its contents. The three biggest culprits are:
- Embedded images — High-resolution photos embedded at print quality (300 DPI or higher) are the most common cause of oversized PDFs.
- Embedded fonts — PDFs often embed full font files to preserve appearance across devices. Some fonts are surprisingly large.
- Uncompressed or redundant data — Scanned documents, in particular, store raw image data for every page. A 20-page scanned report can easily exceed 50MB.
- Layers, annotations, and metadata — Design files exported as PDFs sometimes carry invisible layers, comments, or embedded thumbnails that add bulk without visible benefit.
Knowing which of these applies to your file shapes which compression approach will actually work.
The Main Methods for Reducing PDF File Size
1. Re-export or Re-save With Compression Settings
If you created the PDF yourself — from Word, Google Docs, InDesign, or similar software — the easiest fix is often to re-export it with lower quality settings. Most applications offer export options like "Optimize for web", "Reduce file size", or a resolution slider for images. Choosing 96–150 DPI for screen viewing versus 300 DPI for print can cut file size dramatically.
In Microsoft Word: File → Save As → PDF → Options → adjust image quality before exporting.
In Google Docs: File → Download → PDF (Google applies its own compression automatically, which is generally reasonable for text-heavy documents).
2. Use a PDF Compression Tool
Dedicated PDF compression tools — both desktop applications and browser-based utilities — reprocess the file to reduce image resolution, remove redundant data, and re-compress content streams.
Desktop options include Adobe Acrobat (full version), which offers a "Reduce File Size" and a more granular "PDF Optimizer" tool. The optimizer lets you individually control image downsampling, font subsetting, and metadata removal.
Browser-based tools handle compression server-side — you upload the file, it's processed, and you download the result. These are convenient but worth thinking about from a privacy standpoint: if your PDF contains sensitive information, uploading it to a third-party server carries some risk depending on that service's data handling policies.
3. Compress or Downsample Images Inside the PDF
Images are almost always the largest component. The principle here is downsampling — reducing image resolution to match its actual display or print use. A photo that will only ever be viewed on screen doesn't need to be stored at 300 DPI. Dropping it to 96–150 DPI can reduce that image's contribution to the file by 60–80%.
Some tools also let you change image encoding — switching from lossless (PNG-style) to lossy compression (JPEG-style) inside the PDF can yield significant savings, with a small trade-off in image sharpness.
4. Flatten Layers and Remove Hidden Content
Design-heavy PDFs — especially those exported from Adobe Illustrator, InDesign, or Figma — often contain multiple layers, artboards, or hidden objects. Flattening the PDF collapses these into a single layer. This is usually done during export or via Acrobat's tools, and it can cut file size substantially for complex design files.
Similarly, stripping out metadata, embedded thumbnails, and document history (sometimes called "sanitizing" the file) removes data passengers that serve no purpose in a shared document.
5. Subset Embedded Fonts
When a PDF embeds a font, it can include the entire font file or just the characters actually used in the document. Font subsetting keeps only the glyphs present in the text, which is typically much smaller than the full font package. Most modern PDF export tools do this automatically, but older files or those created by certain software may embed complete font sets unnecessarily.
Comparing Compression Approaches 📄
| Method | Best For | File Size Reduction | Technical Skill Needed |
|---|---|---|---|
| Re-export from source | Documents you created | High | Low |
| Desktop PDF optimizer | Any PDF, detailed control | High | Medium |
| Browser-based tool | Quick, one-off compression | Moderate | Low |
| Image downsampling | Image-heavy PDFs | Very high | Medium |
| Flatten layers | Design/export files | Medium–High | Medium |
| Font subsetting | Font-heavy documents | Low–Medium | Low–Medium |
Factors That Affect How Much You Can Compress
Not every PDF compresses equally. Several variables determine realistic outcomes:
- Original content type — A text-only contract may already be small and compress minimally. A scanned brochure with full-color photography has far more room to shrink.
- How the PDF was originally created — PDFs generated from digital documents (Word, Docs) are typically more compressible than scanned files, which are essentially stacked images.
- Acceptable quality trade-offs — Aggressive compression reduces image sharpness. Whether that's acceptable depends on whether the PDF will be read on screen, printed, or archived. 🖨️
- Software access — Full Adobe Acrobat provides the most control but carries a subscription cost. Free tools and built-in OS options (like macOS Preview's "Quartz Filter") offer less precision and sometimes produce inconsistent results.
- File security requirements — Encrypted or password-protected PDFs may resist certain compression methods until protection is removed.
What macOS and Windows Offer Natively
macOS Preview can reduce PDF size via File → Export as PDF → Quartz Filter → "Reduce File Size." Results vary widely — it can be aggressive with image quality, sometimes over-compressing. It's a useful first try for non-critical files.
Windows doesn't have a built-in PDF compressor, but Microsoft Print to PDF (printing a PDF to a new PDF) occasionally produces a smaller file — though this is inconsistent and not a reliable method.
The Variable That Changes Everything 🔍
The right compression method isn't the same for everyone. A freelancer sending a portfolio needs image quality preserved. A business emailing a scanned form just needs it under an email attachment limit. An archivist has different quality standards than someone prepping a file for a website upload.
Your PDF's content type, your intended use, the tools you have access to, and how much quality degradation you're willing to accept all shape which approach actually fits — and those are things only your specific situation can answer.