What Is Image Downsampling in PDF? Reducing Resolution to Save Space
Image downsampling reduces the pixel dimensions of images in a PDF, dramatically cutting file size. Learn how downsampling works, the trade-offs, and what settings to use.
Image downsampling is the process of reducing the pixel dimensions of images embedded in a PDF — decreasing their effective DPI to match the intended output device. A 600 DPI image in a PDF intended only for screen viewing at 96 DPI is carrying 39× more pixel data than necessary. Downsampling eliminates that excess, typically achieving 80-95% file size reduction for the image data alone.
How Downsampling Reduces File Size
File size scales with pixel count. A 600 DPI image has (600/150)² = 16× as many pixels as the same image at 150 DPI. Even before any compression is applied, 16× as many pixels means 16× as much data. After JPEG compression at the same quality level, the ratio holds approximately — a 600 DPI JPEG at quality 80 will be roughly 10-16× larger than the same image downsampled to 150 DPI at quality 80. For a PDF with many photos, downsampling is the single most impactful compression technique.
Downsampling Methods
- Subsampling: discards every N pixels to achieve the target DPI. Fast but produces aliasing artifacts (staircase patterns on diagonal edges). Not recommended.
- Bilinear/bicubic resampling: computes new pixel values as a weighted average of surrounding original pixels. Smooth results; bicubic is higher quality than bilinear. Standard choice for photograph downsampling.
- Average downsampling: averages pixel values in each target pixel area. Good for line art and sharp-edged images; produces less blur than bicubic on non-photographic content.
What Resolution to Target
Match DPI to the output: screen PDFs → 150 DPI; office printing → 150-200 DPI; professional print → 300 DPI; large format printing → 100 DPI at final output size. In Adobe Acrobat's PDF Optimizer (File → Save As Other → Optimized PDF), you can set downsampling thresholds: "downsample to 150 DPI for images above 225 DPI" — only images already over 225 DPI get downsampled, preserving already-compressed images. This prevents double-compression artifacts on images that are already at an appropriate resolution.
Downsampling Is Irreversible
Once you downsample and save, the discarded pixels are gone. If you later need higher resolution (e.g., to print at a larger size), you cannot recover the original detail. Always keep a copy of the original full-resolution PDF before downsampling for distribution. When creating a PDF workflow, keep one archival version at full resolution and generate screen/print optimized versions as needed for distribution.
Try Compress PDF Now — Free
Browser-based, private, and instant. No account or software required.
Open Compress PDF


