A PDF that is too large to email is one of the most frustrating everyday tech problems. Gmail caps attachments at 25 MB. Many corporate email servers reject anything over 10 MB. Upload forms on portals and job applications often enforce a 5 MB limit. If your PDF exceeds those limits, you need to compress it — and you want to do it without the pages looking terrible.
This guide explains what compression actually does inside a PDF file, why the quality tradeoff exists, and how to get the best results for your specific situation.
Why PDFs get large in the first place
Not all large PDFs are large for the same reason. Understanding what is taking up space tells you how much compression headroom you actually have.
Scanned documents
A scanned PDF is essentially a series of photographs. Each page is stored as a high-resolution image — often at 300 DPI or higher — which means even a ten-page document can easily reach 20–50 MB. These are the best candidates for compression, because the images contain far more detail than a screen or printer can reproduce.
Native PDFs with embedded images
A PDF created by exporting from Word, InDesign, or a presentation tool is not a scan, but it may still embed images at full resolution — product photos, charts, diagrams, screenshots. Each embedded image adds to the total file size proportionally to its dimensions and original format.
Native text-only PDFs
A PDF with only selectable text and vector graphics is already efficient. Text is stored as character codes, not as pixels, so a 50-page text document might only be 500 KB. Compressing these files yields modest gains — typically 10–25% — because there is little redundancy to remove.
Embedded fonts
PDFs embed the font files they use so they render identically everywhere. A single exotic font can add several hundred kilobytes. If the document uses many custom fonts, font data can be a significant portion of the total file size. Some compression tools subset fonts (keeping only the characters actually used) to reclaim this space.
What PDF compression actually does
There are two fundamentally different approaches to compressing a PDF, and confusing them explains most of the "why did compression ruin my file?" complaints online.
Re-render compression (what most online tools do)
The most effective way to shrink a PDF is to re-render each page as a new image at a lower resolution and higher compression ratio, then pack those images back into a new PDF container. This is what the vast majority of online compression tools do, because it achieves dramatic file size reductions — often 60–85% for scanned documents.
The tradeoff: once a page is converted to an image, the text on that page is no longer selectable or searchable. It becomes part of the picture. For a scanned document this makes no difference (the text was never selectable to begin with), but for a native export from Word or a presentation, you lose the ability to select, copy, or search the text.
Lossless structural compression
A more conservative approach removes redundant metadata, duplicate objects, and unneeded internal structures without touching the actual page content. This is lossless — text stays selectable, images keep their original quality. The downside is that gains are much smaller: typically 5–30% for most files.
Understanding the quality slider
Most compression tools offer a quality slider or preset (Low / Medium / High). Here is what those settings actually control:
- High quality: Pages are re-rendered at a relatively high DPI (typically 150–200 DPI equivalent) with moderate image compression. The file will be noticeably smaller than the original, pages will look sharp on screen and when printed, and most casual readers will not notice any difference. Text becomes non-selectable.
- Medium quality: A balance between size and appearance. Good for most sharing purposes — email, uploading to portals, sending to clients. May show slight softness on very crisp diagrams when zoomed in closely.
- Low quality: Maximum size reduction, aimed at files that will only ever be viewed on screen at normal zoom. Text may look slightly soft, fine lines in diagrams may lose precision. Not suitable for printing or archiving.
As a rule of thumb: use High or Medium for professional documents, contracts, and anything that will be printed. Use Low only for quick internal sharing where file size matters more than appearance.
When text gets "flattened" into images
The term "flattening" describes what happens when a re-render compression converts text to pixel data. Once flattened, the text cannot be:
- Selected or copied
- Searched with Ctrl+F / Cmd+F
- Edited in a PDF editor
- Read by screen readers (accessibility concern)
- Indexed by Google if the PDF is published on the web
For most everyday tasks — emailing a signed contract, submitting a form, sharing a report — flattening is completely acceptable. For SEO-sensitive PDFs, legal documents that require text search, or files you need to edit later, be aware of this limitation.
Alternative approaches to reducing PDF size
Print to PDF from the source application
If you have access to the original file (a Word document, a presentation, an InDesign layout), the best approach is often to re-export as PDF with compression settings applied at source. In Word: File → Export → Create PDF/XPS, then click Options to set image quality. This produces a smaller, better-quality result than compressing an already- exported PDF.
Reduce image resolution before creating the PDF
If a PDF is large because it contains high-resolution photos, reducing those images to screen resolution (72–96 DPI) before embedding them in the source document will dramatically reduce the PDF size without any compression artifacts.
Remove unnecessary pages
If a large PDF contains pages you do not need to send (cover sheets, blank pages, internal drafts), removing them before compressing gives you the benefit of a smaller page count and better compression results on the remaining pages.
Compress your PDF in seconds — privately, in your browser
FileFlow's PDF compressor runs entirely on your device. No uploads, no waiting, no file size limits imposed by bandwidth. Adjust the quality slider to find the right balance and download your compressed PDF instantly.
Frequently asked questions
Does PDF compression reduce text quality?
It depends on the method. Lossless compression leaves text completely intact and selectable. Re-rendering compression (which most online tools use for large size reductions) converts pages to images, making text non-selectable but preserving its visual appearance at the quality level you choose. Use a High quality setting if you need to minimise this effect.
How much can a PDF be compressed?
A scanned PDF packed with high-resolution photos can often be compressed by 70–85% with no visible quality loss at medium settings. A native text-only PDF may only shrink 10–25% because its text is already stored efficiently. The biggest gains always come from files containing embedded images or scanned pages.
Will the PDF still be editable after compression?
If the compressor re-renders pages as images (which most tools do to achieve large size reductions), the resulting PDF will not have selectable or editable text — pages become flat images. If editability matters, use the highest quality setting, which minimises re-rendering, or work from the source document and re-export.
Is a compressed PDF safe to email?
Yes. Compressing a PDF does not change its format or introduce any security issues. Email clients and PDF readers handle compressed PDFs exactly like any other PDF. The file is simply smaller, making it easier to send within attachment limits and faster for the recipient to open.