Skip to main content
AAuraPDF
PDF Technical Concepts7 min read

DPI and PDF Resolution — A Complete Guide

DPI (dots per inch) determines image sharpness in PDFs. Screen viewing requires just 72–96 DPI, email sharing works well at 150 DPI, standard printing needs 300 DPI, and commercial print production demands 300+ DPI. Choosing the right resolution balances visual quality against file size.

AuraPDF TeamMarch 29, 2026

What Is DPI in PDF Context?

DPI (dots per inch) measures the density of pixels or dots in a printed or displayed image. In the context of PDFs, DPI describes how many pixels of a raster image are mapped to each physical inch when the document is printed or rendered at 100% zoom.

A critical distinction: PDF is not inherently raster. The PDF format stores text and vector graphics as mathematical descriptions that render at infinite resolution regardless of DPI. DPI only applies to embedded raster images — photographs, scanned pages, and bitmap graphics within the PDF.

When a 3000×2000 pixel photograph is placed on a PDF page at 10×6.67 inches, its effective resolution is 300 DPI (3000 ÷ 10 = 300). The same image placed at 20×13.33 inches drops to 150 DPI. The pixel data is identical — only the mapping to physical dimensions changes.

According to the International Color Consortium (ICC), most modern displays render at 96–110 DPI (standard monitors) or 200–400 DPI (Retina/HiDPI displays). Print devices typically operate at 300–2400 DPI depending on quality tier. Understanding these target resolutions is essential for creating PDFs that look sharp at their intended viewing size.

DPI Recommendations by Use Case

Selecting the appropriate DPI depends entirely on how the PDF will be consumed. Higher DPI produces sharper images but dramatically increases file size:

Use CaseRecommended DPIQualityTypical File Size Impact
Screen-only viewing72–96 DPIGood for monitorsSmallest — baseline
Email attachments120–150 DPISharp on all screens2–3× larger than 72 DPI
Home/office printing300 DPIProfessional quality8–16× larger than 72 DPI
Commercial offset printing300–600 DPIPublication grade16–64× larger than 72 DPI
Large format / banners150 DPIViewed from distanceModerate
Archival scanning400–600 DPIMaximum preservationVery large

72 DPI has been the traditional "screen resolution" since Apple's original Macintosh defined it in 1984. While modern displays far exceed this density, 72 DPI remains the minimum for legible on-screen images.

300 DPI is the industry standard for commercial printing, established by decades of lithographic press technology. According to the Printing Industries of America, 300 DPI at the final print size produces output that human vision cannot distinguish from continuous-tone photography at normal viewing distances (approximately 12–18 inches).

150 DPI represents the practical sweet spot for most digital distribution — sharp enough for comfortable reading on modern displays and acceptable for home/office printers, while keeping file sizes manageable for email and web delivery.

How DPI Affects PDF File Size

The relationship between DPI and file size follows a quadratic curve: doubling the DPI quadruples the pixel count (and therefore the raw image data), because resolution increases in both dimensions simultaneously.

Consider a photograph printed at 8×10 inches:

DPIPixel DimensionsMegapixelsRaw Size (24-bit)JPEG Size (est.)
72576 × 7200.4 MP1.2 MB60–150 KB
1501200 × 15001.8 MP5.1 MB250–600 KB
3002400 × 30007.2 MP20.6 MB1–3 MB
6004800 × 600028.8 MP82.4 MB4–12 MB

This explains why PDF compression tools achieve such dramatic results by downsampling images. Reducing a 600 DPI image to 150 DPI cuts the pixel data to 6.25% of the original — yet the visual difference is imperceptible on screen.

According to Adobe's optimization guidelines, most PDFs contain images at far higher resolution than necessary for their intended use. A presentation exported from PowerPoint may embed photographs at 300+ DPI even though the file will only be projected on a 1080p display (effectively ~96 DPI). AuraPDF's Compress PDF tool intelligently downsamples images to your target DPI while preserving text and vector graphics at full resolution.

DPI for Scanned Documents

Scanning physical documents introduces unique DPI considerations, because the scanner resolution directly determines the quality ceiling for all future uses of that scan:

Recommended scanning resolutions:200 DPI — Minimum for readable text. Suitable for internal archives where OCR accuracy is not critical. • 300 DPI — Standard for business documents. Produces clean text for OCR processing with 95–99% character accuracy according to ABBYY (a leading OCR vendor). • 400 DPI — Recommended for documents with fine print, complex tables, or poor source quality. Improves OCR accuracy on degraded originals. • 600 DPI — Archival quality. Used by libraries, government archives, and medical facilities for permanent records. The U.S. National Archives (NARA) specifies 600 DPI as the minimum for historically significant documents.

Scanning best practice: Always scan at the highest resolution you might ever need, because upsampling (increasing DPI after scanning) does not create new detail — it only interpolates between existing pixels, producing a blurry enlargement. You can always downsample later without quality loss, but you cannot recover detail that was never captured.

For black-and-white text documents, scanning at 300+ DPI in 1-bit monochrome with CCITT Group 4 compression produces remarkably small files — a 300 DPI letter-size page compresses to approximately 30–60 KB using this method. Color or grayscale scanning at the same resolution would produce files 10–50× larger.

DPI Myths and Facts

Several persistent misconceptions about DPI lead to unnecessarily large PDFs or poor print quality:

Myth: Higher DPI is always better. Fact: Beyond the resolution of the output device, additional pixels provide zero visual benefit while increasing file size. A 1200 DPI image printed on a 300 DPI printer looks identical to a 300 DPI image — the printer physically cannot reproduce the extra detail.

Myth: 72 DPI is "screen resolution." Fact: 72 DPI was the original Macintosh screen density in 1984. Modern displays range from 96 DPI (standard monitors) to 400+ DPI (mobile phones). However, PDF viewers compensate by scaling content, so 72 DPI images remain acceptable for on-screen viewing at normal zoom levels.

Myth: Changing DPI in image metadata changes quality. Fact: DPI metadata is just a number stored in the file header — it does not alter the actual pixel data. Changing a 3000×2000 image from "72 DPI" to "300 DPI" in metadata simply changes how large it prints (41.6 inches wide → 10 inches wide), but the pixel content is identical. True resolution changes require resampling — physically adding or removing pixels.

Myth: PDFs have a single DPI setting. Fact: A PDF can contain images at many different resolutions. Each embedded image has its own pixel dimensions and placement size, resulting in different effective DPI values. PDF tools like AuraPDF's Health Checker report the resolution of each image independently.

Frequently Asked Questions

What DPI should I use for printing a PDF?
Use 300 DPI for standard office and home printing. This resolution produces professional-quality output at normal viewing distances. For large-format prints (posters, banners) viewed from several feet away, 150 DPI is often sufficient. Commercial offset printing typically requires 300 DPI, though some premium publications use 600 DPI.
Is higher DPI always better for PDFs?
No. Beyond the resolution of the output device (screen or printer), additional pixels provide no visible improvement while significantly increasing file size. A 1200 DPI image printed on a 300 DPI printer looks identical to a 300 DPI version. Match your DPI to the intended use: 72–150 for screen, 300 for print.
How do I check the DPI of images in a PDF?
Adobe Acrobat Pro's Preflight tool reports the effective resolution of every image in a PDF. You can also use AuraPDF's PDF Health Checker to analyze document structure including embedded image properties. Programmatically, the image's pixel dimensions divided by its placement dimensions on the page yield the effective DPI.
Can I change the DPI of images in an existing PDF?
Yes, through a process called resampling. PDF compression tools like AuraPDF's Compress PDF downsample images to a target DPI (e.g., from 600 to 150 DPI). This physically removes pixels and reduces file size. Note that upsampling (increasing DPI) does not create new detail — it only interpolates, producing a blurry enlargement.
What DPI should I scan documents at?
For standard business documents, 300 DPI provides clean text and good OCR accuracy. For archival purposes, use 600 DPI. For quick internal use, 200 DPI is the minimum for readable text. Always scan at the highest resolution you might need, since you can downsample later but cannot recover detail that was never captured.

Related Articles

Try These Tools

From the Blog

A

Written by the AuraPDF Team

The AuraPDF team builds free, secure PDF tools used by thousands of people worldwide. Our Knowledge Base articles combine technical expertise with accessible explanations to help you understand PDF technology.

Learn more about us