Sending large PDFs by email is frustrating for you and your recipients. But aggressive compression creates ugly artifacts that make documents look unprofessional. The goal is not the smallest possible file—it is the smallest file that still looks professional when opened. This guide shows you how to achieve that balance locally.
Understanding PDF Compression
PDFs contain multiple compressible elements, and understanding what contributes to file size helps you make better compression decisions:
- Images — The biggest contributor to file size, often 70-90% of total size in image-heavy documents
- Text and vectors — Typically small and already compressed; minimal gains available
- Fonts — Embedded fonts add size, especially full font sets versus subsets
— Hidden elements that bloat files unnecessarily over time
PDFLocally.com analyzes your PDF and applies the optimal compression strategy for each element, preserving quality where it matters most.
Local Compression Workflow
Follow this checklist for consistently email-ready PDFs:
Step 1: Check Current File Size
If the file is under 500KB, it is likely email-friendly already. Focus compression efforts on larger files that will actually benefit from optimization.
Step 2: Identify Image-Heavy Pages
Determine which pages contain images that can be compressed. Text-only pages need minimal compression, while image-heavy pages offer the most size reduction potential.
Step 3: Apply Appropriate Compression
Use target quality settings based on your use case: screen (72 DPI) for quick previews, ebook (96-120 DPI) for email and mobile, print (150 DPI) for office printing.
Step 4: Verify Readability
Open the compressed file and check that text remains sharp and images look acceptable. PDFLocally.com includes a preview mode for this verification.
# Example: Compress for email via command line
pdflocally compress --email-friendly document.pdf --output compressed.pdf
# Result:
# Original size: 4.2 MB
# Compressed size: 890 KB (79% reduction)
# Quality setting: Email (120 DPI)
# Text: Fully preserved
# Images: Optimized with minimal artifacts
Compression Quality Levels
| Setting | Best For | Typical Size | Quality |
|---|---|---|---|
| Screen (72 DPI) | Quick previews, chat | 10-20% of original | Noticeable artifacts |
| Ebook (96-120 DPI) | Email, mobile viewing | 25-40% of original | Acceptable |
| Print (150 DPI) | Office printing | 40-60% of original | Good |
| Original (300+ DPI) | Professional printing | 100% (no compression) | Perfect |
"The goal is not the smallest possible file—it is the smallest file that still looks professional when opened." — Document Specialist, Marketing Agency
Avoiding Common Compression Artifacts
Combat these common compression problems to maintain professional appearance:
- JPEG blocking — Appears as blocky artifacts, especially in text near images; use lower compression
- Blurriness — Affects small text and fine lines; maintain minimum DPI for readability
- Color banding — Appears in gradients and photos; use higher quality settings for image-heavy pages
- Lost details — Fine text becomes illegible; avoid aggressive compression on text-heavy pages
Start Creating Email-Friendly PDFs
Download PDFLocally.com and compress your first PDF for email. No account required.
Download for FreeFrequently Asked Questions
What is a good target file size for email attachments?
Aim for under 1MB for quick delivery, under 2MB for most email systems. Some services accept up to 10MB, but smaller files ensure faster delivery and easier downloading.
Does compression affect text searchability in PDFs?
No. Text remains fully searchable after compression. Only images and embedded fonts are affected by compression; actual text content is preserved.
Can I compress only certain pages in a PDF?
Some advanced tools allow selective compression by page or image type. PDFLocally.com supports targeted compression for specific pages while leaving others untouched.
Should I remove metadata to reduce file size?
Yes. Metadata cleaning can reduce file size by 5-15%, especially for older PDFs that have accumulated hidden data like author information, revision history, and thumbnails.