Introduction
You know your PDF is too large. You have opened your favorite PDF compressor and are staring at a quality slider, a handful of presets, and a nagging question: which settings should I actually pick? The answer depends entirely on where the file is going and who will read it. A contract emailed to a client needs different treatment than a product brochure destined for a commercial printer or a medical report archived for ten years.
This guide walks you through the most common scenarios, explains what each compression setting does in plain language, and gives you concrete recommendations you can apply right now. If you want the deeper technical background on how these algorithms work under the hood, see our companion article on how PDF compression works.
Understanding the Two Axes of PDF Compression
Before choosing settings, it helps to understand that PDF compression operates on two independent axes:
- Structural optimization (lossless) — removing unused objects, deduplicating streams, stripping metadata, compressing font programs, and rebuilding the cross-reference table. These operations never alter what the document looks like. They are always safe and always beneficial.
- Image recompression (lossy or lossless) — re-encoding embedded raster images at a lower quality level or downsampling them to a lower resolution. This is where the dramatic file-size savings come from, but also where quality trade-offs begin.
Every scenario below balances these two axes differently. Structural optimization is always on. The variable is how aggressively you compress images.
Email Attachments: Getting Under the Size Limit
Most email providers cap attachments between 10 MB and 25 MB. Corporate mail servers are often stricter, rejecting anything over 5 MB. When your goal is simply to get a document through the inbox, aggressive compression is justified.
Recommended Settings
- Preset: Maximum Compression or Web Optimized
- Image quality: 55-70 %
- Target DPI: 96-120 DPI
- Structural optimization: all options enabled (metadata stripping, font optimization, deduplication)
Why These Settings Work
Email recipients almost always read attachments on screen, often on a laptop or phone. At screen resolutions, there is no visible difference between a 300 DPI image and a 96 DPI image — the extra pixels are simply discarded by the display. By downsampling to 96 DPI and recompressing at quality 60, a typical 15 MB report with embedded charts and photographs shrinks to 1-3 MB.
Stripping metadata is particularly valuable here. Many PDF generators embed the full editing history, document properties, and XMP data that can add hundreds of kilobytes with no benefit to the recipient.
When to Be More Conservative
If the email includes a PDF that recipients might print — for example, a proposal with detailed diagrams — consider bumping the quality to 75 % and the DPI target to 150. This keeps the file small enough for email while ensuring prints look crisp on a standard desktop printer.
Web Downloads and Online Portals
PDFs hosted on websites need to load fast. Google factors page speed into search rankings, and users abandon slow downloads. At the same time, web-hosted documents are often your public face — a blurry annual report reflects poorly on your organization.
Recommended Settings
- Preset: Web Optimized
- Image quality: 65-75 %
- Target DPI: 150 DPI
- Structural optimization: all options enabled
Why These Settings Work
At 150 DPI, images remain sharp even when the reader zooms in slightly, which is common behavior on tablets. A quality level of 70 % introduces no visible artifacts in photographs and keeps charts and graphs legible. Combined with structural optimization, you can expect a 50-70 % reduction in file size for a typical image-heavy document.
If your web server supports HTTP range requests and your PDF reader supports progressive loading, you may also want to linearize the file so the first page appears before the full download completes. While our browser-based compressor focuses on size reduction, linearization is worth considering if you control the server configuration.
Special Case: Downloadable Forms
If your PDF contains fillable form fields, be cautious with compression. Flattening annotations as part of structural optimization will permanently bake form fields into the page, making the document non-interactive. Only flatten forms if you are distributing a read-only version.
Print Production: Preserving Every Detail
When a PDF is headed to a commercial printing press, quality is non-negotiable. Printers work with calibrated color profiles, high-resolution images, and precise font metrics. Aggressive compression can ruin a print job.
Recommended Settings
- Preset: High Quality or Lossless
- Image quality: 90-100 % (or lossless)
- Target DPI: do not downsample below 300 DPI
- Structural optimization: enable deduplication and unused object removal; be cautious with metadata stripping (some printers rely on XMP for color management)
Why These Settings Work
At 300 DPI and quality 90+, image recompression is minimal. You are essentially asking the optimizer to tidy up the file structure without touching visual content. This is still worthwhile — removing duplicate embedded images and orphaned objects from a design tool export can save 10-30 % without any quality impact.
Avoid stripping all metadata for print files. ICC color profiles embedded as XMP or in the output intent dictionary are essential for accurate color reproduction. A good practice is to strip only document info (author, title, creation date) and leave color-related metadata intact.
Pre-Flight Check
After compressing a print-destined PDF, always verify the output. Open the compressed file at 400 % zoom and compare critical areas — fine text, gradients, and skin tones — against the original. If your print shop provides a pre-flight tool, run it on the compressed file before submitting.
Long-Term Archival: PDF/A Compliance
Organizations that archive documents for regulatory compliance, legal discovery, or historical preservation often use the PDF/A standard. PDF/A imposes strict rules: fonts must be embedded, encryption is forbidden, and certain compression methods are restricted depending on the profile (PDF/A-1b, PDF/A-2b, PDF/A-3b).
Recommended Settings
- Preset: Lossless
- Image quality: no recompression (lossless only)
- Target DPI: no downsampling
- Structural optimization: enable deduplication and unused object removal; do not strip fonts or metadata required by PDF/A
Why These Settings Work
Archival is about preservation, not size. Lossless structural optimization can still recover significant space — removing duplicate objects and compressing uncompressed font streams — without altering any visual or textual content. Our compressor warns you when it detects a PDF/A document so you can make an informed decision before proceeding.
What to Watch For
Lossy image recompression on a PDF/A file will break archival compliance. The compressed file may still be a valid PDF, but it will no longer validate as PDF/A. If you need to reduce the size of an archival PDF, consider whether a non-archival copy for distribution is acceptable while the original is preserved at full fidelity.
Legal and Contract Documents
Contracts, court filings, notarized documents, and regulatory submissions share a common requirement: nothing can change. Even imperceptible changes to embedded images could raise questions about document integrity, and any modification invalidates digital signatures.
Recommended Settings
- Preset: Lossless
- Image quality: no recompression
- Target DPI: no downsampling
- Structural optimization: enable only safe operations (deduplication, unused object removal, cross-reference rebuild)
Why These Settings Work
Lossless optimization restructures the file without altering any content stream. The rendered output is bit-for-bit identical. This approach typically saves 10-25 % by cleaning up structural waste, which can be meaningful when you are uploading hundreds of documents to an e-filing system with size limits.
Important: Digital Signatures
If the document is already digitally signed, any modification — even lossless structural optimization — will invalidate the signature. Always compress a document before signing it. If you receive a signed document that is too large, ask the sender for a compressed version rather than compressing it yourself.
Scanned Documents and OCR Output
Scanned PDFs are a special category. Each page is essentially a full-page raster image, making these files extraordinarily large. A 50-page scanned document can easily reach 200 MB.
Recommended Settings
- Preset: Balanced or Web Optimized
- Image quality: 60-75 % for color scans, higher for grayscale
- Target DPI: 150-200 DPI (sufficient for readable text in most scans)
- Structural optimization: all options enabled
Why These Settings Work
Scanned pages captured at 300 or 600 DPI contain far more resolution than needed for on-screen reading. Downsampling to 150 DPI reduces pixel count by 75-94 % while keeping text legible. Combined with JPEG recompression, a 200 MB scanned document can shrink to 15-30 MB.
If the scanned PDF has an OCR text layer, the text layer itself is vector data and survives compression intact. Only the background scan image is affected. This means your search and copy-paste functionality continues to work perfectly after compression.
Presentations and Marketing Materials
PDFs exported from PowerPoint, Keynote, or design tools like Canva tend to be image-heavy with large embedded photographs, gradient backgrounds, and decorative elements. These files can balloon to 50 MB or more.
Recommended Settings
- Preset: Balanced
- Image quality: 70-80 %
- Target DPI: 150-200 DPI
- Structural optimization: all options enabled
Why These Settings Work
Presentation visuals are viewed at normal zoom on projectors and screens where compression artifacts are invisible. At quality 75 %, a 40 MB presentation typically compresses to 5-10 MB — small enough to share via email or upload to a conference portal. Design tools often embed the same background image on every slide as separate objects; deduplication alone can cut 20-40 % from these files.
Quick Reference: Settings by Scenario
Use this table as a starting point. Every document is different, so treat these as recommended defaults that you can fine-tune with the quality slider.
| Scenario | Preset | Image Quality | Target DPI | Expected Reduction |
|---|---|---|---|---|
| Email attachment | Maximum / Web | 55-70 % | 96 DPI | 70-85 % |
| Web download | Web Optimized | 65-75 % | 150 DPI | 50-70 % |
| Print production | High Quality / Lossless | 90-100 % | 300 DPI (no downsampling) | 10-30 % |
| Archival (PDF/A) | Lossless | No recompression | No downsampling | 10-25 % |
| Legal / contracts | Lossless | No recompression | No downsampling | 10-25 % |
| Scanned documents | Balanced / Web | 60-75 % | 150-200 DPI | 60-85 % |
| Presentations | Balanced | 70-80 % | 150-200 DPI | 50-75 % |
How to Use Our PDF Compressor for Each Scenario
Our online PDF compressor makes it easy to apply these recommendations. Here is a quick walkthrough:
- Upload your file — drag and drop or click to select. The tool shows a document summary with page count and detected features (encryption, PDF/A compliance).
- Choose a preset — select the preset that matches your scenario from the table above. The quality slider adjusts automatically.
- Fine-tune if needed — if the default quality is not quite right, drag the slider. You can see the exact percentage and its DPI target in real time.
- Compress — the tool processes everything in your browser. No files are uploaded to any server.
- Review the breakdown — after compression, check the detailed report. It shows exactly how many images were recompressed, fonts optimized, and objects removed.
- Download or adjust — if the result is too aggressive, go back, raise the quality, and compress again. If it is not aggressive enough, lower the quality. Each compression runs on the original file, so there is no cumulative degradation.
Common Mistakes to Avoid
Even with the right settings, a few pitfalls can undermine your results:
- Compressing an already-compressed file repeatedly. Each round of lossy recompression degrades quality further. Always start from the original or highest-quality version. Our tool compresses from the uploaded original each time, so adjusting the slider and re-running does not stack losses.
- Using maximum compression for print. A file that looks fine on screen at 100 % zoom may show visible artifacts when printed at 300 DPI. Always match your settings to the output medium.
- Stripping metadata from regulated documents. Some industries require specific metadata for compliance or chain-of-custody tracking. Know your regulatory requirements before enabling metadata removal.
- Ignoring font optimization. Many users focus only on image compression, but uncompressed font streams and full font embeddings can account for megabytes of unnecessary data. Lossless font optimization is free file-size savings with zero visual impact.
- Forgetting to check the output. Spend 30 seconds scrolling through the compressed file. Zoom into one image-heavy page and one text-heavy page. This quick sanity check catches the rare case where compression settings were too aggressive for a particular document.
Conclusion
There is no single "best" compression setting — only the best setting for your situation. Email attachments call for aggressive compression because recipients view on screen. Print files demand restraint because every pixel matters at press resolution. Archival and legal documents require lossless-only optimization to preserve integrity. Scanned documents offer the biggest savings because their oversized page images respond dramatically to downsampling.
Start with the preset that matches your scenario, review the compression report, and adjust the quality slider if needed. With the right settings, you can reduce PDF size by 50-85 % for screen-bound documents or recover 10-25 % from structural waste alone on documents where quality must be preserved. Try our PDF compressor to see the difference firsthand.