A PDF that works fine on your computer becomes a problem the moment you try to email it, upload it to a portal, or share it over a slow connection. Most email services cap attachments at 10–25MB. Some file upload systems reject anything over 5MB. And a 50MB PDF that should be a 2MB PDF is always a sign that something went wrong during creation.
Here's how to think about PDF file size — and how to fix it.
Why PDFs get large
PDFs can contain several types of content, and each one contributes to file size differently:
Embedded images are almost always the biggest culprit. When you export a document from Word, Google Docs, or Illustrator, images may be embedded at full resolution — sometimes at 300 DPI or higher, which is print quality. A single full-page photo at print resolution can be 10MB or more. Most PDFs don't need images at higher than 96–150 DPI for on-screen reading.
Fonts — every font used in the document is typically embedded in full, so the PDF looks identical on any computer. A single font family can add 200–500KB. Multiple fonts add up.
Hidden content — deleted text layers, annotation history, hidden form fields, color profiles, and embedded thumbnails all accumulate in the background. These are often leftovers from the creation process.
Unoptimized structure — some PDF generators write inefficient file structures that can be "linearized" (cleaned up) for significantly smaller output.
Methods for reducing size, ranked by impact
1. Compress images inside the PDF (highest impact)
For most large PDFs, compressing embedded images delivers the largest size reduction. This re-encodes images at a lower DPI or quality while leaving text, vectors, and document structure untouched.
The result: a PDF that looks identical on screen but may be 60–80% smaller. If your PDF is 20MB and the reader never prints it, there's no reason to carry print-resolution images.
2. Convert to PDF from a clean source
If you created the PDF by printing-to-PDF from a website, or by exporting from a poorly optimized tool, consider rebuilding it from the source. Export from Word or Google Docs using "Save as PDF" rather than "Print to PDF" — the former uses native PDF generation that embeds fonts and images more efficiently.
3. Remove embedded elements you don't need
PDF editing tools let you strip: embedded thumbnails, color profiles, JavaScript, form field data, and metadata. Each saves a small amount, but combined they can shave 10–20% off the total.
4. Flatten transparency
Documents with overlapping transparent layers (common in Illustrator and InDesign exports) can carry duplicate rendering data. Flattening transparency merges these layers and often reduces size.
5. Reduce image color depth
If a PDF contains scanned documents that are inherently black-and-white text, converting embedded images to grayscale instead of RGB can halve their size.
Quick reference: file size vs quality
| Reduction method | Typical size reduction | Quality impact |
|---|---|---|
| Image compression (150 DPI) | 40–70% | Invisible on screen |
| Image compression (96 DPI) | 60–85% | Slightly soft at high zoom |
| Strip metadata/thumbnails | 5–15% | None |
| Grayscale conversion | 30–50% (for scans) | None (if originally B&W) |
| Re-export from source | Variable | None |
What to avoid
Don't compress a PDF that's already been compressed. Re-compressing a compressed PDF rarely saves much and can introduce visible artifacts in images. Start from the highest-quality source available.
Don't print-to-PDF as a compression method. This rasterizes vector text into images, making the file larger and making text non-selectable.
Don't use online tools that just rename the file. Some tools claim to compress PDFs but just re-write the file with no actual changes. If the file size is exactly the same after "compression," nothing happened.
How to reduce your PDF size on Converthor
Converthor's PDF compressor resamples embedded images to screen-appropriate resolution and cleans up the file structure — no account required, files deleted immediately after processing. For a typical mixed document (text + images), expect 40–75% size reduction.
If you need to convert a PDF to a different format first — say, PDF to Word to re-edit the content and then re-export — that workflow is also available.
The practical rule
If your PDF is larger than 5MB and the recipient won't be printing it, it almost certainly has room to shrink. Image compression is the single most impactful change. For anything beyond that, starting from the original source file gives you the most control over the final output.