You exported a document that should be a couple of pages, and somehow it is 40 MB. Before you can shrink a PDF effectively, it helps to know what is actually taking up the space. This guide walks through the usual suspects and how to deal with each one.
The usual culprits
Most oversized PDFs are large for one of these reasons, roughly in order of how often they are the cause:
- High-resolution images. This is by far the most common. Photos and scans stored at 300 or 600 DPI dominate the file size.
- Scanned pages. A scan stores each page as a full image, so even a short document gets heavy. See compress a scanned PDF.
- Embedded fonts. Embedding full font families, especially several of them, adds up quickly.
- Uncompressed or poorly compressed images. An image stored without compression, or with the wrong filter, wastes space.
- Redundant or hidden data. Old revisions, unused objects, embedded files, and metadata can linger inside a PDF.
- Complex vector graphics. Detailed charts and maps carry a lot of path data.
For a technical breakdown of how each kind of content is stored and compressed, read PDF compression filters explained.
How to find the heavy part
A quick way to diagnose a bloated PDF is to ask one question: does it contain photos or scans? If yes, the images are almost certainly the cause, and the file will compress well. If the document is mostly text and still huge, the likely causes are embedded fonts, hidden revision data, or inefficient export settings.
You can also watch what happens when you run it through the Compress PDF tool. If the file shrinks a lot, it was image-heavy. If it barely moves and the tool tells you there is little to compress, the size is coming from text, fonts, or vectors that cannot be squeezed without converting the page to an image.
Fixing each cause
- Big images: compress them. Open the Compress PDF tool and choose Recommended or Strong. This recompresses and downsamples images while keeping your text selectable.
- Scans: use Strong or the Maximum compression toggle, as covered in compress a scanned PDF.
- Embedded fonts: when creating the PDF, subset fonts instead of embedding entire families, and avoid using many typefaces.
- Hidden revision data: re-saving or re-exporting the file often strips unused objects and old incremental updates.
- Source images too big: resize images to their display dimensions before placing them, as described in how to reduce PDF file size.
Why some PDFs will not shrink
If your PDF is mostly text and vector graphics, there is genuinely little to compress without rasterizing the pages into images, which would make the text non-selectable. A tool that claims a huge reduction on such a file is usually just flattening your text into a picture. Honest compression will tell you when there is not much to gain. This is normal, and it is explained further in lossy vs lossless PDF compression.
The practical path
- Decide whether the file is image-heavy or text-heavy.
- For image-heavy files, run the Compress PDF tool and pick a level.
- For text-heavy files, check your fonts and export settings rather than expecting compression to work miracles.
- Always keep the original, especially before any lossy step.
Once you know where the weight is, shrinking a PDF stops being guesswork and becomes a quick, predictable fix.