Open the tool now — free, no signup, no watermark.
You exported a five-page report. The result is 47 MB. The original Word document was a tenth that size. What happened?
1. Embedded images at full camera resolution
The most common cause. Drag a 12-megapixel photo into a Word doc and export — that’s 5–10 MB per image, embedded uncompressed. A report with 10 photos hits 80 MB easily.
Fix: downsample images to 150–200 dpi. Almost no visible quality loss on screen or in print.
2. Scans saved at 600 dpi when 200 dpi would do
“High-quality” scanner presets default to 600 dpi for archival use. For everyday business documents that’s overkill — and 9× the file size of a 200 dpi scan.
3. Embedded fonts (sometimes the same font twice)
Each font family the document uses gets embedded. If different versions of the same font live in different sections, they get embedded multiple times. A document with three Helvetica variants can carry 5 MB of font data.
4. Tracked changes and revision history
If the source was a Word file with months of revisions, that history can survive into the PDF as metadata, comments, and hidden objects. Run a “remove metadata” or “flatten” pass to strip it.
5. Old PDF objects that never got cleaned up
Each time a PDF is edited and saved, the old version of every object can stay in the file. After many round-trips, half the file is unused objects. Re-saving via a compressor with “linearize / optimize” cleans this up.
Diagnose in under a minute
Drop the file into a compressor and check the analysis pane. It tells you which of the five is the dominant problem, which means you fix the actual cause instead of running aggressive defaults blindly.
Frequently asked questions
My PDF is huge but has no images. Why?
Most likely embedded fonts (especially CJK fonts), trapped revision history, or unused objects from prior edits. A re-save through a compressor usually fixes it.
Does saving as PDF/A make files bigger?
Yes — PDF/A embeds all fonts and disables many compression features. Use it for archival, not everyday distribution.