Tutorial
How to Compress a PDF to 200KB (and Why Email Still Has 25MB Limits)
A practical guide to compressing a PDF to 200KB or any custom target size. The exact settings, the why behind the limits, and the realistic expectations for output quality.
Email attachment size limits have barely changed in 30 years. Gmail still defaults to 25 MB, Outlook to 20 MB, and most corporate systems cap at 10 MB. PDF files routinely exceed these limits because they often contain high-resolution images. The result: people share documents via Dropbox instead of email, which kills the conversational context. The fix is targeted PDF compression.
Why 200KB and not just smaller
200KB is a useful target because it is small enough to email through any system, including mobile networks and corporate email gateways that strip large attachments. It is also large enough to preserve most documents at reasonable quality. For pure-text PDFs with a few images, 200KB is easy to hit without quality loss. For image-heavy documents, 200KB requires tradeoffs.
How to compress a PDF to 200KB
Step 1: Open the PDF Compress tool
Open the browser-based PDF Compress tool. Upload your PDF. The tool will analyze the file and show you the original size, current content (how much is text vs images), and a recommended compression target.
Step 2: Choose the right preset
For a 200KB target, use the Email-ready (200KB) preset if available. If not, use the Custom target option and enter 200 KB. The tool will calculate the maximum image quality that fits within your target size.
Step 3: Preview and download
Review the preview to make sure text is still readable and images are acceptable quality. The tool typically shows side-by-side or before/after comparisons. When you are satisfied, download the compressed PDF. Verify the actual file size in your file manager; the tool's estimate is usually within 1-2% of the actual size.
For a 5 MB PDF of pure text, the compressed version at 200KB will be indistinguishable from the original. For a 5 MB PDF of high-resolution photos, 200KB will noticeably reduce image quality. The tool tries to preserve text quality first; the visual quality tradeoff comes mostly from images.
What the compression does
Browser-based PDF compression typically does three things, in order of impact:
1. Re-encode images at lower quality
Most PDF size comes from embedded images. Re-encoding JPEGs at quality 70-80 (instead of the default 95) can reduce image size by 50-80% with minimal visible quality loss. For text-heavy PDFs, this is the biggest win.
2. Downsample oversized images
If your PDF contains a 4000x3000 pixel image displayed at 800x600 on a page, the image is 4x larger than needed. Downsampling to 1600x1200 cuts the file size to 1/4 with no visible quality change. Most PDFs include at least some oversized images from scanned documents.
3. Strip unnecessary metadata
PDFs often contain metadata: original creation date, modification history, software version, hidden form fields, custom JavaScript, embedded fonts that aren't displayed. Stripping this metadata can reduce file size by 1-5% with zero visible impact.
What you should not compress
1. Text quality
The compression targets raster images (photos, scans). Vector text in PDFs remains vector. If your PDF is mostly text, the 200KB target is easy and the text remains crisp at any zoom level.
2. Form fields
If your PDF has interactive form fields, compression may flatten them to read-only. Check the compressed version to confirm forms still work. Most modern tools preserve form fields, but verify before sending.
3. Accessibility tags
PDFs with accessibility tags (used by screen readers) may lose some tags during compression. If accessibility is critical, choose a higher quality target and verify the tags are preserved. Most tools have an accessibility-safe option.
Recommended reading & tools
When 200KB is not enough
For a 50-page text document with no images, 200KB is plenty. For a 50-page document with full-page photos, 200KB means each page gets about 4KB, which is not enough for any reasonable image. In that case, the right answer is not smaller images but a different approach: split the document into multiple emails, share via a link, or use a more permissive system.
If 200KB is not achievable without unacceptable quality loss, use the tool's Custom Size option to find the largest size that still fits your needs. The right target is the largest size that gives acceptable quality, not the smallest possible size.
Recommended reading & tools
FAQ
Frequently Asked Questions
Will compressing to 200KB reduce text quality? ▾
No. Browser-based PDF compression targets raster images (photos, scans), not text. Vector text remains vector and crisp at any zoom level. The 200KB target is achievable for text-heavy PDFs with minimal to no quality loss.
Can I compress a 10 MB PDF to 200KB? ▾
It depends on the content. A 10 MB text-only PDF can compress to under 200KB with no quality loss. A 10 MB image-heavy PDF (e.g., a book of high-resolution photos) cannot compress to 200KB without severe quality loss. In that case, split the document or use a different sharing method.
Will compression damage my fonts or images? ▾
Fonts are usually preserved. The compression targets embedded raster images, not fonts. If your PDF uses standard fonts like Helvetica or Times, the font data is minimal. Custom fonts embedded as subsets may be preserved but with reduced glyph coverage.
Does compression affect PDF form fields? ▾
Most modern tools preserve form fields, but the result depends on the tool. Test the compressed file by opening it in a PDF reader and trying to fill in a field. If forms are broken, choose a higher quality target or a different tool.
How does the compression tool know what to remove? ▾
The tool uses a combination of techniques: image quality analysis, dimension checks, metadata inspection, and font usage analysis. It tries to remove what is least visible (small images, unused metadata, oversized raster images) while preserving what is most visible (text, important images, form structure).
What if the compressed file is still too big? ▾
Try a different preset or lower target. If the result is unacceptable, consider sharing the file via a link (Google Drive, Dropbox) instead of email attachment. The 200KB target is a useful goal but not always achievable at acceptable quality. A 2 MB file is also easy to email through most systems.
Tags:
Related PDF Tools
Related Articles
About the author
Bai Shuang
Founder, PDF Tools
Bai Shuang is a software engineer with 16 years of development experience and extensive expertise in full-stack design and development.