How to Lower the File Size of a PDF
PDF files have a habit of ballooning in size — a single presentation or scanned document can easily hit 50MB or more, making it painful to email, upload, or store. The good news is that PDF compression is well understood, and there are several reliable approaches depending on what's inside your file and how much quality you're willing to trade.
Why PDFs Get So Large in the First Place
Before compressing anything, it helps to understand what's actually taking up space inside a PDF.
Images are almost always the main culprit. A PDF that contains high-resolution photos or scanned pages stores each image at full quality by default. A single uncompressed scan at 300 DPI can weigh several megabytes on its own — multiply that across 20 pages and you have a very large file.
Other contributors include:
- Embedded fonts — PDFs often embed the full font file rather than just the characters used
- Hidden layers — design software like Adobe InDesign or Illustrator can export PDFs with editable layers still intact
- Metadata and comments — revision history, annotations, and document properties add overhead
- Duplicate content — the same image appearing on multiple pages may be stored multiple times depending on how the PDF was created
Knowing which of these applies to your file shapes which compression method will actually help.
The Main Methods for Reducing PDF File Size
1. Re-export or "Print to PDF" at Lower Settings
If you created the PDF yourself from a Word document, PowerPoint, or similar source, the easiest fix is often to re-export it with compression settings turned on rather than compressing after the fact.
In Microsoft Word, for example, choosing "Minimum size" under Save As > PDF applies JPEG compression to embedded images automatically. Google Docs does this by default when exporting PDFs. The result is usually a significantly smaller file with no perceptible quality loss for screen reading.
This approach only works if you have access to the original source file.
2. Use a PDF Compressor Tool 📄
When you only have the finished PDF, a dedicated compression tool is your next option. These work by:
- Recompressing images to lower DPI or higher JPEG compression ratios
- Removing embedded font subsets that aren't needed for viewing
- Stripping metadata, comments, and hidden layers
Tools in this category span a wide range:
| Type | Examples | Best for |
|---|---|---|
| Desktop software | Adobe Acrobat, PDF Expert (Mac) | Regular users, sensitive documents |
| Browser-based tools | Smallpdf, ILovePDF, Adobe online | Quick one-off compression |
| Command-line tools | Ghostscript, qpdf | Batch processing, technical users |
| Built-in OS tools | macOS Preview, Windows Print to PDF | Basic compression without extra software |
macOS Preview deserves a special mention — it has a hidden "Reduce File Size" quartz filter under File > Export that can cut PDF size substantially, though it sometimes applies aggressive compression to images.
3. Adjust Image Resolution and Quality
For image-heavy PDFs, downsampling images is the single most effective technique. Most PDF tools let you set a target DPI (dots per inch):
- 300 DPI — standard for print quality
- 150 DPI — adequate for most digital documents and on-screen reading
- 72–96 DPI — acceptable for web viewing where image detail isn't critical
Reducing from 300 DPI to 150 DPI can cut image data roughly in half. Pairing this with JPEG compression (rather than lossless PNG-style compression) pushes file sizes down further, with some visible quality degradation at aggressive settings.
4. Flatten Layers and Remove Unnecessary Elements
If your PDF came from a design application, it may contain editable layers, form fields, or interactive elements that add file size without being visible in the final document. Flattening the PDF — merging all layers into a single flat image or removing interactive structure — can reduce size meaningfully.
Similarly, stripping embedded fonts you don't need for editing (only for viewing) reduces overhead, though some tools handle this automatically during compression.
Variables That Affect How Much Compression You'll Get
Not every PDF compresses equally. The outcome depends on:
- Content type — text-only PDFs are already small; scanned documents or photo-heavy files compress dramatically more
- Original export settings — a PDF already exported at low quality has little room to compress further without visible degradation
- Acceptable quality loss — for archiving or print, you may need to preserve image resolution; for email attachments, you probably don't
- File access — browser-based tools require uploading your document to a third-party server, which matters if your PDF contains sensitive or confidential information
- Volume — compressing one file occasionally is different from compressing hundreds of files regularly, which pushes you toward command-line or batch tools
When Compression Has Limits 🔍
There's a floor to how small a PDF can get. If a file contains mostly text with minimal images and no embedded extras, it may already be near its minimum size. Applying aggressive compression to such a file will either produce no meaningful reduction or introduce artifacts with no benefit.
Scanned PDFs present a different challenge. A scanned document is essentially a sequence of images, so every page contributes to the file size. OCR (Optical Character Recognition) can help here — converting a scanned PDF to a searchable text-based PDF allows the file to store text as actual text data rather than image pixels, which is far more efficient.
Choosing the Right Approach for Your Situation
The method that makes sense depends on factors only you can assess: whether you have the original source file, how sensitive the document is, what quality level you need to maintain, and whether this is a one-time task or something you'll need to do repeatedly. The same target file size might be acceptable for one use case and completely inadequate for another — and the tool that works perfectly on a scanned invoice may be the wrong choice entirely for an architecture firm's technical drawings.