Why PDFs Get So Large
PDFs grow heavy for several compounding reasons. The most common culprit is embedded images: when you export a Word document or a design file to PDF, images are often stored at their original resolution — a single high-resolution photo can add several megabytes on its own. A document with a dozen product photos can easily exceed 20 MB before you've added a single word.
Fonts are another hidden contributor. PDFs embed the typeface files needed to render text correctly on any system. A document using three custom fonts may carry 500 KB to 1 MB in font data alone — necessary for fidelity, but compressible in some cases.
Scanned documents represent the worst-case scenario. A flatbed scan saved as an uncompressed bitmap inside a PDF can run 2–5 MB per page. A 10-page scanned contract can easily be 30 MB. Finally, PDFs accumulate revision history: every time you edit and resave in some applications, the old content remains in the file and the new version is appended, ballooning size with each iteration.
Three Methods to Compress a PDF
The single most effective lever is recompressing embedded images. Most PDFs that are "too large" contain JPEG images stored at 100% quality or PNG images that were never compressed. Reducing JPEG quality to 80–85% is visually transparent on screen and can cut file size by 50–70% in image-heavy documents.
The second method is stripping unnecessary metadata: revision history, embedded thumbnail previews, XML document properties, and annotations that were deleted but not purged. These rarely affect readability and can account for surprising amounts of space.
The third method is downsampling: if images are stored at 300 DPI or higher but the document will only ever be read on screen, resampling them to 96–150 DPI eliminates the extra pixel data nobody will ever see. A 300 DPI image downsampled to 96 DPI becomes roughly one-ninth the original data volume while looking identical on a laptop screen.
When PDF Compression Is Safe
Pure text documents — those with no embedded images, only fonts and vector shapes — can be compressed aggressively without any visible quality loss. The text remains perfectly sharp at any zoom level because it is stored as vector data, not pixels.
Documents intended for screen viewing only can also be compressed freely. A PDF you'll email to a colleague who reads it on a monitor needs at most 96 DPI for images. Pushing images beyond that is wasted storage.
Legal and archival documents require more caution. Some courts and regulatory bodies specify minimum image resolution (often 200–300 DPI) for scanned exhibits and signed contracts. Check requirements before compressing documents destined for official submission. If in doubt, keep a full-quality original and create a separate compressed copy for the submission.
Practical Use Cases
Résumés and cover letters are the most common case. A job application PDF that started as a beautifully designed Canva file can easily be 8–12 MB. Most email servers reject attachments over 10 MB, and recruiters often use webmail with similar limits. Compressing to under 2 MB solves the problem without any visible degradation on screen.
Client invoices sent monthly accumulate quickly in both the sender's sent folder and the client's inbox. Compressing to under 200 KB per invoice is entirely achievable and keeps email storage tidy.
Audit reports and presentation decks shared over Slack or Teams are regularly blocked or slowed by file size limits. Slack's free tier allows uploads up to 1 GB but previews degrade above certain sizes. Keeping a report under 5 MB ensures it previews correctly inline without the recipient needing to download it.