Table of Contents
Diagnose: Is It the File or the Viewer?
Open the PDF in two different viewers (Chrome + Adobe Reader, or Chrome + our PDF to JPG preview).
- Blurry in both: File issue (source resolution, compression, scan quality)
- Sharp in one, blurry in other: Viewer rendering issue (zoom, GPU, settings)
- Text sharp, images blurry: Image resolution issue
- Everything blurry: Scan quality or over-compression
Cause 1: Low-Resolution Source Images
The #1 cause. An image embedded at 72 DPI displayed/printed at 300 DPI = 4× pixel enlargement = blurry. Common sources:
- Web images (72–96 DPI) used in print layouts
- Screenshots (screen resolution) used in documents
- Phone photos inserted at small size, then PDF scaled up
- Logos downloaded as JPG/PNG instead of vector (SVG/EPS)
Fix: Replace with higher-res source. For logos: use vector (SVG → PDF). For photos: need 300 DPI at print size.
Cause 2: Over-Compression (JPEG Artifacts)
Aggressive JPEG compression (quality < 50) creates 8×8 block artifacts — visible as "blocky" patterns, ringing around edges, color bleeding. Happens when:
- PDF compressed with "High" setting repeatedly
- Source images already heavily compressed JPEGs
- Server-based tools that re-compress on every operation
Fix: Re-encode from better source. PDF to JPG (300 DPI, PNG) → JPG to PDF. Or Compress PDF Moderate (not High).
Cause 3: Wrong DPI for Print
Screen = 96 DPI. Print = 300 DPI. A PDF that looks perfect on screen prints blurry if images are 96 DPI. The PDF viewer scales for screen; the printer doesn't.
- Check: In Acrobat → Output Preview → Object Inspector → check image PPI
- Target: 300 PPI for images at final print size
- If 150 PPI: acceptable for internal/desktop print
- If 72 PPI: will print blurry
Cause 4: Viewer Zoom / Rendering Issues
Sometimes the file is fine, the viewer is the problem:
- Browser zoom ≠ 100%: Ctrl++ / Ctrl+- scales the viewer canvas, not the PDF — blurry. Reset: Ctrl+0
- GPU acceleration: Chrome/Edge GPU rendering sometimes blurs text. Disable: Settings → System → "Use graphics acceleration"
- High-DPI scaling (Windows): 150%/200% display scaling + fractional zoom = blurry. Set display to 100% or integer scaling.
- PDF.js (Firefox/Chrome viewer): Renders to canvas at screen DPI. Zoom in = canvas upscale = blurry. Use native viewer for sharpness.
Cause 5: Scanned at Low DPI
Scanner default often 150–200 DPI. For text: need 300 DPI minimum. For OCR: 300 DPI required. For archival: 400–600 DPI.
- Check scanner settings before scanning
- Phone scanner apps: Adobe Scan, Microsoft Lens, iOS Notes — check "High Quality" or "Original" setting
- If already scanned low: cannot recover detail. Re-scan.
Cause 6: Vector → Raster Conversion
Some tools (especially server-based converters) rasterize vector content (text, shapes) to images during conversion. Text becomes pixels — blurry at any zoom.
- Word → PDF (usually preserves vectors)
- Online converters (varies — many rasterize)
- Print → PDF drivers (some rasterize)
- Our tools: Merge, Split, Rotate — never rasterize. PDF to JPG — intentional rasterization (you choose DPI).
How to Fix Each Cause
{`// Fix Matrix
| Cause | Fix | Our Tool |
|--------------------------|-------------------------------------------------------------------|------------------------------|
| Low-res source images | Replace with 300 DPI source / vector logo | — (source fix) |
| Over-compression | Re-encode: PDF→JPG (300 DPI, PNG) → JPG→PDF | PDF to JPG + JPG to PDF |
| Wrong DPI for print | Ensure 300 DPI images at print size | Check before creating PDF |
| Viewer zoom/rendering | Reset zoom (Ctrl+0), disable GPU accel, use native viewer | — (viewer fix) |
| Low DPI scan | Re-scan at 300+ DPI | — (rescan) |
| Vector→Raster conversion | Use tools that preserve vectors (ours do) | Merge, Split, Rotate, etc. |`}
Re-encode Workflow (Best for Compression Artifacts)
- PDF to JPG at 300 DPI, PNG output (lossless)
- JPG to PDF with "Auto" page size
- Result: fresh rasterization at known quality, no double-JPEG artifacts
For Print: Verify Before Sending
- Open in Acrobat Reader (free)
- View → Output Preview (Ctrl+Shift+O)
- Check "Object Inspector" → click images → verify PPI ≥ 300
- If not: fix source, regenerate PDF
FAQ
Why is my PDF blurry?
Most likely: low-res source images (72 DPI web images in print doc), over-compression (JPEG artifacts), or scanned at low DPI. Diagnose by opening in two viewers.
Why is my PDF pixelated?
Pixelation = low resolution enlarged. Same causes as blur. Or: vector content was rasterized at low DPI during conversion.
How do I fix a blurry PDF?
If source issue: replace images with 300 DPI versions. If compression: PDF to JPG (300 DPI, PNG) → JPG to PDF. If viewer: reset zoom, disable GPU acceleration.
Why does my PDF look blurry when printed?
Images in PDF are 72–150 DPI (screen resolution). Printer needs 300 DPI. Check in Acrobat Output Preview. Regenerate PDF with print-resolution images.
Can I sharpen a blurry PDF?
Not really — you can't create detail that isn't there. Rasterize at higher DPI (PDF to JPG 300 DPI) helps if original had vector text. For photos: need better source.
How do I check PDF image resolution?
Acrobat Reader (free) → View → Output Preview → Object Inspector → click image → shows PPI (pixels per inch) at current size.
Why is my scanned PDF blurry?
Scanned at < 300 DPI. Re-scan at 300+ DPI. Phone apps: enable "High Quality" / "Original" mode.
Does compressing a PDF make it blurry?
High compression can. Moderate (our default) targets 150 DPI — screen sharp, print acceptable. Low = lossless. See How to Compress a PDF Without Losing Quality.
Blurry PDF? Diagnose first. Then fix: re-encode via PDF to JPG → JPG to PDF, or fix source. Free. Private.