How to Reduce PDF Resolution (Shrink File Size Without Losing Readability)

Learn how to reduce the resolution of images inside a PDF to make the file smaller. Free methods using online tools, Ghostscript, and desktop software.

By PeacefulPDF Team

High-resolution PDFs look great on screen and in print, but they are terrible for sharing. A 50-page presentation with 300 DPI images can easily exceed 100 MB. Email attachments bounce. Uploads time out. Cloud storage fills up. Reducing the resolution of images inside your PDF is the most effective way to shrink file size while keeping the document perfectly readable.

What Is PDF Resolution?

PDFs do not have a single "resolution" the way images do. Instead, the resolution comes from the embedded images and graphics. A PDF with 300 DPI scanned images will be roughly 4x larger than the same PDF with 150 DPI images. The text itself is resolution-independent — only images contribute to the bulk.

When to Reduce PDF Resolution

  • Email attachments: Most email providers limit attachments to 25 MB.
  • Web uploads: Job applications, government portals, and online forms often have strict size limits.
  • Messaging apps: WhatsApp, Telegram, and Slack have file size caps.
  • Storage savings: Archiving hundreds of PDFs takes less space at lower resolution.
  • Mobile viewing: Lower resolution PDFs open faster on phones and tablets.

Method 1: Online Compressor with DPI Control (Easiest)

PDF24 Compress

  1. Go to tools.pdf24.org/en/compress-pdf.
  2. Upload your PDF.
  3. Set DPI to 72 (screen quality) or 150 (print quality).
  4. Set Image Quality to 75% or 85%.
  5. Click Compress.
  6. Download the reduced file.

DPI 72 is fine for anything that will only be viewed on screen. DPI 150 is good enough for most printing. You rarely need 300 DPI unless you are printing high-quality photos or professional materials.

iLovePDF Compress

  1. Go to ilovepdf.com/compress-pdf.
  2. Upload your PDF.
  3. Select Extreme Compression for maximum size reduction.
  4. Click Compress PDF.
  5. Download the result.

iLovePDF handles the resolution reduction automatically. You do not get fine-grained DPI control, but the automatic settings work well for most documents.

Method 2: Ghostscript (Command Line, Precise Control)

Ghostscript gives you exact control over the output resolution:

Reduce to 150 DPI (Good Print Quality)

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \ -dPDFSETTINGS=/ebook \ -dNOPAUSE -dQUIET -dBATCH \ -sOutputFile=output.pdf input.pdf

Reduce to 72 DPI (Screen Only)

gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 \ -dPDFSETTINGS=/screen \ -dNOPAUSE -dQUIET -dBATCH \ -sOutputFile=output.pdf input.pdf

Ghostscript Quality Presets

PresetDPIUse Case
/screen72 DPIScreen viewing only
/ebook150 DPIGood quality, small size
/printer300 DPIHigh quality printing
/prepress300 DPIProfessional print

Method 3: Adobe Acrobat Pro (If You Have It)

  1. Open your PDF in Adobe Acrobat Pro.
  2. Go to File > Save as Other > Reduced Size PDF.
  3. Select the compatibility version (Acrobat 5.0 and later works for most cases).
  4. Click OK and save.

For more control: File > Save as Other > Optimized PDF. This opens a dialog where you can individually control image sampling, compression type, DPI targets for color/grayscale/monochrome images, font embedding, and more.

Method 4: Mac Preview (Image Quality Reduction)

  1. Open your PDF in Preview.
  2. Go to File > Export.
  3. Choose Quartz Filter: Reduce File Size from the dropdown.
  4. Save the file.

This reduces image resolution throughout the PDF. The results can be aggressive — text remains sharp but images may look noticeably worse. Test it on a copy first.

How Much Size Can You Save?

Original150 DPI (ebook)72 DPI (screen)
50 MB (300 DPI scan)12-15 MB3-5 MB
20 MB (photos)5-8 MB1-3 MB
5 MB (mixed)2-3 MB500 KB - 1 MB

The biggest savings come from documents with lots of scanned images. Text-heavy PDFs are already small and will not shrink much.

Does Reducing Resolution Affect Text?

No. Text in PDFs is stored as vector data (mathematical descriptions of character shapes), not as pixels. Reducing resolution only affects raster images — photos, scanned content, and embedded graphics. Your text stays sharp at any resolution setting.

The one exception: if your PDF contains scanned text (images of text rather than actual text), reducing resolution will make the scanned text blurrier. If readability is a concern, do not go below 150 DPI for scanned documents.

The Bottom Line

Use PDF24 for quick online resolution reduction with DPI control. Use Ghostscript for batch processing and precise settings. Use Mac Preview's Quartz Filter for a one-click solution. For most sharing purposes, 150 DPI hits the sweet spot between file size and quality.