How to Make a PDF Darker — Easy Fixes for Light Scans

Scanned documents do not always come out looking great. Maybe the scanner was set to a low resolution, the original was faded, or the lighting was off. The result is a PDF where the text is barely readable — light, washed out, and hard on the eyes. Before you rescan the whole document or strain your eyes trying to read it, here are several ways to darken a PDF that actually work.

Why Do PDFs Come Out Too Light?

Understanding why your PDF looks faint can help you choose the right fix:

  • Low scan resolution: Scanning at 72 or 150 DPI instead of 300 DPI can produce faint text
  • Light original document: Faded receipts, old letters, and thermal paper produce light scans
  • Brightness settings: The scanner may have been set to high brightness, washing out the text
  • Color mode: Scanning a black-and-white document in color mode can result in gray instead of dark text

Method 1: Use an Online PDF Editor

The fastest option is a browser-based PDF editor with brightness and contrast controls. Many free tools let you adjust these settings without downloading anything.

How to do it:

  • Open an online PDF editor in your browser
  • Upload your light PDF
  • Look for image adjustment controls (brightness, contrast, or levels)
  • Increase contrast and decrease brightness to darken the text
  • Preview the result and adjust until the text is readable
  • Download the updated PDF

This method works best for scanned PDFs that are essentially images. If your PDF has selectable text (not a scan), the issue may be the font color, which is a different fix.

Method 2: Adjust When Printing

If you just need to print the PDF darker, you might not need to edit the file at all. Most print dialogs have settings to darken the output.

On Windows:

  • Open the PDF and press Ctrl+P
  • Click Properties or Preferences next to the printer
  • Look for an “Effects” or “Image” tab
  • Increase the density or darkness setting
  • Print a test page and adjust as needed

On Mac:

  • Open the PDF in Preview and press Cmd+P
  • Check “Print in grayscale” for cleaner black text
  • Click “Show Details” and look for quality or density settings
  • Some printers offer a “Darker” option in the print dialog

This does not change the PDF itself, but it solves the problem if printing is your end goal.

Method 3: Ghostscript for Batch Darkening

If you have multiple PDFs to darken or want precise control, Ghostscript is a powerful free command line tool that can adjust the darkness of scanned PDFs.

Run this command to increase contrast and darken a scanned PDF:

gs -sOutputFile=darker.pdf -sDEVICE=pdfwrite -dBlackText=false -dBlackImage=false -c setcolortransfer -f input.pdf

The exact parameters depend on how light the original is, so some experimentation may be needed. Ghostscript is excellent for batch processing large numbers of documents.

Method 4: Convert to Images, Edit, and Reassemble

For the most control over the final result, convert the PDF pages to images, darken them in an image editor, and convert back to PDF.

Step by step:

  • Convert your PDF pages to PNG or JPG images using any free PDF-to-image converter
  • Open each image in an editor like GIMP, Photoshop, or even a free online image editor
  • Apply adjustments: increase contrast, lower brightness, or use the Levels tool to darken the midtones
  • For GIMP specifically: go to Colors > Levels and drag the black point slider to the right
  • Save the adjusted images and convert them back to PDF

This method gives you pixel-level control. You can darken just the text areas while leaving backgrounds alone, or apply different settings to different pages. It is more work, but the results are usually the best.

Method 5: Preview on Mac (Quick Fix)

If you are on a Mac, Preview has a built-in image adjustment feature that works on scanned PDFs.

How to use it:

  • Open the scanned PDF in Preview
  • If the file is not already an image-based PDF, export it as one first
  • Go to Tools > Adjust Color
  • Move the Exposure slider slightly to the left (to darken)
  • Increase the Contrast slider
  • Adjust the Shadows slider to deepen dark areas
  • Close the adjustment panel and save

This works well for lightly scanned documents. The adjustments apply to the entire page, so results vary depending on the content. Pages with a mix of text and images may need more careful tuning.

Tips for Getting the Best Results

  • Always work on a copy: Before adjusting darkness, make a backup of the original PDF. It is easier to start over than to undo changes that made things worse.
  • Increase contrast, not just darkness: Simply making everything darker can turn the background gray, which looks bad and wastes ink when printing. Increasing contrast makes the text darker while keeping the background white.
  • Try thresholding for pure black and white: If you have a document that is purely text on white paper, converting to strict black and white (no gray tones) using a threshold adjustment produces the cleanest results.
  • Rescan if possible: If you still have the original document, rescanning at 300 DPI in black-and-white mode will almost always produce better results than trying to fix a bad scan after the fact.

Preventing Light Scans in the Future

  • Use 300 DPI: This is the sweet spot for text documents. Higher DPI does not hurt, but 300 is sufficient.
  • Choose black and white mode: For text documents, always scan in black and white (sometimes called “document” mode), not color or grayscale.
  • Adjust scanner brightness: Most scanning software lets you set brightness and contrast before scanning. Slightly increasing contrast during scanning saves you from fixing it later.
  • Clean the scanner glass: Smudges and dust on the scanner bed can reduce clarity. A quick wipe with a microfiber cloth makes a difference.

Which Method Should You Use?

  • Quick fix for one document: Use an online PDF editor
  • Just need to print it darker: Adjust printer settings instead of editing the PDF
  • Multiple documents or batch processing: Ghostscript
  • Maximum quality: Convert to images, edit in GIMP or similar, and reassemble
  • On a Mac: Try Preview first for a quick adjustment

Final Thoughts

A light, hard-to-read PDF is annoying, but it is usually fixable without rescanning. For scanned documents, increasing contrast and adjusting levels in an image editor or online tool can make a huge difference. And if you are just printing, adjusting printer density settings is the fastest path to readable output. Going forward, scanning at 300 DPI in black-and-white mode will prevent most of these issues from happening in the first place.