How to Make a PDF a Smaller File Size
PDFs are everywhere — contracts, reports, portfolios, scanned documents — but they can balloon to sizes that make sharing, uploading, or storing them genuinely awkward. Understanding why PDFs get large, and what actually reduces their size, puts you in a much better position to pick the right approach for your situation.
Why PDFs Get So Large in the First Place
A PDF isn't a single type of file — it's a container. That container can hold text, fonts, vector graphics, raster images, embedded thumbnails, metadata, form fields, digital signatures, and more. Each element adds to the total size, and some add far more than others.
The biggest culprits:
- High-resolution images — A scanned document at 600 DPI stores vastly more data than one at 150 DPI, with often no visible difference on screen.
- Embedded fonts — PDFs often embed entire font files to ensure consistent rendering across devices. Some fonts are large; some documents embed multiple.
- Uncompressed or poorly compressed content — Images saved in lossless formats (like TIFF or PNG) inside a PDF take up much more space than compressed alternatives.
- Duplicate or hidden content — Layers, hidden annotations, revision history, and embedded thumbnails can silently bulk up file size.
- Multiple high-res photos — Design files or portfolios exported to PDF with print-quality images can easily run into hundreds of megabytes.
The Main Methods for Reducing PDF File Size
1. Compress Images Inside the PDF
This is usually the single most effective step. Most PDF tools let you downsample images (reduce their resolution) and apply lossy compression (like JPEG) to images embedded in the file. For a document destined for screen viewing, dropping images from 300 DPI to 96–150 DPI is typically invisible to the reader but dramatically cuts file size.
Tools that offer image compression control include:
- Adobe Acrobat (full version, not Reader)
- Preview on macOS (built-in Export/Quartz filter options)
- Online compressors like Smallpdf, ILovePDF, or PDF2Go
- LibreOffice (when re-exporting)
- Ghostscript (command-line, highly configurable)
2. Optimize or "Linearize" the PDF
Many PDF editors include an Optimize or Reduce File Size function that does several things at once: removes duplicate content, compresses object streams, strips embedded thumbnails, and cleans up unused resources. This is different from simply re-saving — it's a structural cleanup of the file's internals.
In Adobe Acrobat, this is called PDF Optimizer (under File > Save As Other). It gives granular control over exactly what gets compressed or removed.
3. Remove Unnecessary Elements
PDFs often carry content that serves no purpose in the final version:
- Metadata and document properties (author info, creation software details)
- Embedded JavaScript (used in interactive forms, not always needed)
- Annotations and comments left over from review workflows
- Embedded thumbnails (the PDF viewer generates these on the fly anyway)
- Bookmarks in simple documents that don't need navigation
Stripping these doesn't affect readability but can meaningfully reduce size, especially in documents with a long editing history.
4. Re-export from the Source
If you still have the original file — a Word document, InDesign layout, PowerPoint presentation — re-exporting with optimized PDF settings is often cleaner than trying to compress an already-exported PDF. Export settings like "Web" or "Screen" optimize for smaller size, while "Print" or "Press Quality" prioritize resolution. Choosing the right export profile at the source avoids compression artifacts that can occur when recompressing an already-compressed file.
5. Convert to a Different PDF Standard
Standard PDFs can be converted to PDF/A (archival) or other subsets, but more relevant for size reduction is the option to flatten transparency, merge layers, or downgrade from PDF 1.7 to an earlier spec — all of which some tools handle during re-export. This is a more advanced approach, most useful when working with complex design files.
Comparing Common Approaches 📄
| Method | Best For | Requires | Size Reduction Potential |
|---|---|---|---|
| Image downsampling | Photo-heavy or scanned PDFs | PDF editor or online tool | High |
| PDF Optimizer / cleanup | Multi-version office documents | Full PDF editor | Medium–High |
| Strip metadata/annotations | Reviewed or edited documents | Basic PDF tool | Low–Medium |
| Re-export from source | When source file is available | Original app (Word, etc.) | High |
| Online compressor | Quick, one-off compression | Browser + internet | Medium |
| Ghostscript (command line) | Batch processing, power users | Technical comfort | High |
Variables That Affect Your Results
Not every method produces the same outcome for every file — and the difference can be significant.
Content type matters most. A text-heavy legal document with no images might shrink by only 10–20% using any tool. A scanned invoice at 600 DPI might shrink by 80% after image optimization with no perceptible quality loss.
Your intended use changes the acceptable trade-offs. A PDF headed to a professional printer needs to preserve resolution and color accuracy. One being emailed to a client for review does not. Compressing a print-ready PDF for digital sharing is straightforward; compressing a digital PDF intended for later printing requires more care.
The tool you use determines the control you have. Free online compressors apply fixed compression algorithms — convenient, but you don't choose what gets compressed or how aggressively. Desktop tools like Adobe Acrobat or Ghostscript give you precise control but require more time or technical knowledge.
Recompression limits. If a PDF's images were already compressed when the PDF was created, compressing again introduces further quality loss with diminishing size returns. This is especially relevant with scanned documents that have already been through one compression cycle. 🔍
Operating system and available tools. macOS users have the built-in Preview app, which can reduce PDF size through its Quartz filter — though results vary. Windows lacks an equivalent native tool, making third-party software more important. Mobile workflows have more limited options, generally suited only to light compression tasks.
What the Right Approach Depends On
The method that works best — and the level of compression that's acceptable — ultimately comes down to factors specific to your file and workflow: whether it's a scanned document or a designed one, whether it's headed for a printer or an inbox, how much quality degradation is tolerable, and what tools you have access to. Two people compressing a PDF for completely different purposes will find that very different settings and methods serve them well.