Docento.app
Notebook, coffee, and laptop on a desk
All Posts

Why PDF Text Looks Blurry (and How to Fix It)

By The Docento.app TeamPublished 7 min read
Try Docento's free PDF editorNo sign-up, 100% private — sign, annotate, and stamp PDFs in your browser.Open the editor

Blurry text in a PDF has half a dozen possible causes, and they fall into two categories that need completely different responses: the text is fine and your display of it is bad, or the text is not text at all and no amount of zooming will save it. Working out which one you have takes about ten seconds, and it determines everything that follows.

The ten-second diagnosis

Try to select the text with your cursor.

  • You can select individual words → the text is real, vector, and infinitely sharp. Your problem is rendering. Skip to the rendering section.
  • You can select nothing, or you select a whole page-sized block → the page is an image. The blur is baked into the pixels. Skip to the image section.
  • You can select text but it selects in odd chunks, and copying gives gibberish → there is a text layer over an image, probably from OCR, and what you see is the image. Treat it as an image.

A second useful test: zoom to 400%. Vector text stays crisp at any magnification. An image gets progressively worse. This distinction is the whole of the diagnosis, and it is the same one behind how to fix PDF text not selectable.

If the text is real: rendering causes

Real text drawn blurrily is almost always the viewer, the screen, or a setting.

Hardware acceleration and smoothing. Acrobat's Enhance thin lines and Smooth text options (Preferences → Page Display) change rendering noticeably. On some GPU and driver combinations, hardware-accelerated rendering produces soft, slightly ghosted glyphs. Turning off Use 2D graphics acceleration is a genuinely effective fix that sounds like folklore but is not.

Display scaling on Windows. This is the most common cause on modern laptops. At 125% or 150% Windows scaling, an application that is not per-monitor DPI aware gets rendered at 100% and bitmap-stretched by the OS — everything, including text, comes out soft. Fix: right-click the application → Properties → Compatibility → Change high DPI settings → Override high DPI scaling behaviour → Application. The improvement is immediate and dramatic.

Non-integer zoom. Rendering at 137% forces glyph outlines onto a pixel grid at a fractional scale; hinting cannot help, and stems land between pixels. Try 100%, 200%, or the viewer's fit-width at a window size that lands near those. Many people's "blurry PDF" disappears at exactly 100%.

Dragging a window between monitors with different DPI, in a viewer that does not re-render. Close and reopen on the target monitor.

Type 3 fonts. A minority of PDFs — often produced by old TeX pipelines or by some scanners' text layers — use Type 3 fonts, where each glyph is a small program rather than an outline. These render poorly at small sizes in many viewers and there is little you can do inside the document. Identifying them: File → Properties → Fonts in Acrobat, or pdffonts file.pdf. Related: troubleshooting PDF fonts not displaying.

A viewer that is simply weaker. Rendering quality is not uniform. If a document looks soft in one viewer, open it in another before concluding anything about the file. Best PDF readers for 2026 covers the differences.

If the page is an image: resolution causes

Now the blur is in the file, and the question is why.

The scan was made at too low a resolution. 150 dpi is fine for photographs and visibly soft for 10-point text. 300 dpi is the working standard for documents, and 600 dpi for small type or anything destined for OCR. Nothing recovers detail that was never captured — this is covered in scanning resolution and DPI for documents.

Compression was too aggressive. JPEG at a low quality setting produces the characteristic mushy, ringing edges around letterforms. This is the classic outcome of running a scan through a "make it smaller" tool with the quality slider pushed down — see lossy vs lossless PDF compression and how to compress a PDF without losing quality.

Downsampling. Separate from JPEG quality: many optimisers reduce image resolution to a target dpi. A 600 dpi scan downsampled to 100 dpi is permanently softer, regardless of the compression quality applied afterwards.

An image was placed at a larger size than its pixel dimensions support — a screenshot captured at 800 px wide and stretched across an A4 page is 90-odd dpi effective, and looks it. pdfimages -list file.pdf shows the effective ppi of every image in the document, and it is the fastest way to confirm this.

Someone printed to PDF from a screen-resolution source, or exported at "screen" quality from InDesign or Word. Word's Minimum size (publishing online) option in Save as PDF is a frequent culprit. Re-export with Standard or Print quality.

JBIG2 or MRC segmentation artefacts. Highly optimised scans separate text from background and compress each aggressively; at high compression the text layer can distort. A notorious historic bug in some scanner firmware went further and substituted visually similar characters outright, changing digits in scanned documents. If you are scanning anything where the numbers matter, do not use the most aggressive mode.

What you can and cannot do about an image

Cannot: recover detail. Upscaling, sharpening, and "AI enhance" all invent plausible pixels. For a photograph that is fine. For a document where the difference between 3 and 8 has legal consequences, invented pixels are worse than blur, because they look authoritative.

Can:

  • Rescan from the original, at 300–600 dpi, greyscale or colour rather than bilevel for anything faint. This is the real fix whenever the paper still exists.
  • Get the source file from whoever produced it. Frequently available, rarely asked for.
  • Recompress from the best available copy rather than from the copy that has already been through two rounds of optimisation. Every generation loses.
  • Run OCR so at least the text is real and searchable, even if the picture stays soft — how to make a PDF searchable with OCR. This does not fix the appearance, but it fixes findability, and it lets you extract clean text for reuse.
  • Rebuild the document by extracting the OCR text and setting it fresh, when the document matters enough. Slow, and the only route to a genuinely sharp result from a bad scan.

Blurry only when printed

A separate, common variant: the document looks fine on screen and prints soft. Usual causes:

  • The printer is rasterising at a low resolution because the driver is set to "draft" or "eco".
  • The document contains transparency that the driver is flattening badly — see PDF transparency flattening explained.
  • The images are genuinely low-resolution; screens are ~100 dpi and forgiving, print is 600+ dpi and not.
  • The print dialog is scaling the page, which resamples everything — see why a PDF prints too small, and how to fix scaling.

Print settings first, since they cost nothing to test. How to print a PDF correctly covers the rest.

Preventing it in documents you produce

  • Export at print quality, not screen quality, unless file size is genuinely the constraint.
  • Place images at or above the size they will be displayed; check with pdfimages -list before publishing.
  • Scan at 300 dpi minimum, 600 for small or poor-quality originals.
  • Keep an unoptimised master, and compress copies from it rather than compressing the compressed.
  • Prefer real text to a picture of text. A screenshot of a table in a report is blurry today and unsearchable forever.

Summary

Try to select the text. If you can, the file is fine and the fix is in your viewer — Windows DPI scaling and non-integer zoom are the two biggest culprits. If you cannot, the page is an image, the blur is permanent, and the only real remedies are a fresh scan or the source file. Everything else is cosmetics on top of information that is no longer there.

Try Docento's free PDF editor

No sign-up, 100% private — sign, annotate, and stamp PDFs in your browser.

Open the editor

Related Posts