Why some PDF files cannot be compressed much further
A PDF can already contain optimized images, subset fonts and compressed object streams, leaving very little redundant data to remove.
Many PDFs are compressed when they are created
Office applications, scanners and design tools often compress image streams and internal objects during export. Running another compressor may find only small savings.
That is normal and should not be hidden behind an unrealistic compression guarantee.
Image content sets a practical floor
High-resolution photographs and scanned pages can dominate file size. Reducing them further means changing resolution, quality or colour information.
The right trade-off depends on whether the PDF is for screen reading, printing, archiving or a strict upload limit.
Fonts, forms and embedded objects also matter
Documents can contain embedded fonts, attachments, form resources and metadata. Some content is essential for correct rendering and should not simply be removed.
Aggressive optimization can therefore create compatibility problems even when the byte count looks attractive.
Measure success by the task, not a percentage promise
If the goal is to fit a portal limit, the useful result is a readable file below that threshold. If the source is already smaller than the limit, further compression may not be valuable.
Always open the result and check the pages that matter most.
Practical checklist
- Check the original file size
- Know the target upload limit
- Inspect image-heavy pages
- Do not expect a fixed percentage reduction
