What Is DPI in PDF? Resolution, Quality, and File Size Explained
DPI (dots per inch) determines the sharpness of images in a PDF. Learn what DPI means for screen viewing vs print, how to check image resolution in a PDF, and when to downsample.
DPI (dots per inch) — or equivalently PPI (pixels per inch) — describes how many image pixels are packed into each inch of a PDF page. Higher DPI means sharper images and larger file sizes. Lower DPI means smaller files but potentially blurry images at large sizes. DPI in a PDF is not a single document-wide setting — it varies per image and depends on the image's pixel dimensions and the size at which it's placed on the page.
How DPI Works in PDF
A PDF image's effective DPI is computed from: (pixel width) ÷ (displayed width in inches). A 2400×3200 pixel image placed at 8×10 inches on a page has an effective DPI of 2400/8 = 300 DPI. The same image placed at 4×5 inches would be 600 DPI. The same image at 16×20 inches would be only 150 DPI. DPI isn't stored as a property of PDF images — it's derived from the relationship between pixel dimensions and placement size. This is why "reduce DPI" during compression actually means "reduce pixel dimensions" rather than changing a metadata value.
DPI Requirements for Different Uses
- Screen viewing only: 72-150 DPI is sufficient — monitors display 72-144 pixels per inch, so additional resolution is wasted
- Standard office printing: 150-200 DPI is acceptable; 300 DPI is ideal
- Professional print production: 300 DPI minimum for photos; 600-1200 DPI for fine line art and halftones
- Large format printing: 100-150 DPI at final size (since large-format is viewed from a distance)
- Scanned documents: 300 DPI minimum for OCR; 400 DPI for small text
Checking Image DPI in a PDF
In Adobe Acrobat Pro: Tools → Print Production → Output Preview, or use Preflight → check for "Image resolution below X DPI." The Preflight tool will highlight all images below a specified DPI threshold. From the command line, ExifTool or pdfimages (from the poppler tools) can extract image information including pixel dimensions. Knowing the placement size from the PDF page, you can compute effective DPI manually.
Downsampling Images to Reduce File Size
Image downsampling reduces pixel dimensions (and thus DPI) to match the intended output. A 600 DPI image in a screen-only PDF wastes file space — downsampling to 150 DPI reduces the pixel count by 16× (600² ÷ 150² = 16), typically reducing image data to 6-7% of original before JPEG compression. Most PDF optimization tools offer downsampling options: "for screen (150 DPI)," "for print (300 DPI)." Use the highest DPI your output requires — you cannot recover resolution that has been downsampled away.
Try Compress PDF Now — Free
Browser-based, private, and instant. No account or software required.
Open Compress PDF


