How to Convert a PDF to Grayscale (Black and White)
Need to print a PDF in black and white or reduce file size? Learn how to convert any PDF to grayscale using free online tools, Adobe Acrobat, and Ghostscript.
Why Convert a PDF to Grayscale?
Converting a PDF to grayscale (black and white) is useful in several situations:
- Reduce printing costs — Colour ink cartridges cost significantly more than black. Printing a 50-page colour report in grayscale can save pounds or dollars per job on a laser printer
- Reduce file size — Colour images contain three or four colour channels; grayscale uses one, often shrinking the file by 30–60%
- Document requirements — Some institutions or printers require submissions in black and white
- Readability — Some colour documents with low-contrast colours are actually easier to read in grayscale
- Printer compatibility — Some older printers render colour PDFs incorrectly; grayscale is universally compatible
Method 1: ToolsofPDF — Fast and Free
- Go to Grayscale PDF
- Upload your PDF
- Click Convert to Grayscale
- Download your black-and-white PDF
The converter processes every page, converting all colour content — images, text, backgrounds, vector graphics — to grayscale. The output retains the original layout and page dimensions exactly.
Method 2: Adobe Acrobat Pro — Most Control
Acrobat Pro offers precise control over the grayscale conversion, including the ability to process only certain pages or certain colour spaces.
Simple method (Print to PDF):
- Open your PDF in Acrobat
- File → Print
- Select the Adobe PDF printer
- Click Properties → Adobe PDF Settings
- Under Default Settings, choose a setting that converts to grayscale (or edit settings to set Output Color to Grayscale)
- Click Print and save the new PDF
Advanced method (Preflight):
- Open the PDF in Acrobat Pro
- Tools → Print Production → Preflight
- Search for "grayscale" in the Preflight profiles
- Select Convert to grayscale and click Analyse and Fix
- Save the result
The Preflight method is more thorough — it converts spot colours and CMYK correctly in addition to RGB.
Method 3: Ghostscript (Free, Command Line)
Ghostscript is the most reliable free option for grayscale conversion at scale.
Windows:
gswin64c -sDEVICE=pdfwrite -sProcessColorModel=DeviceGray -sColorConversionStrategy=Gray -dOverrideICC -o output_gray.pdf input_color.pdf
Mac/Linux:
gs -sDEVICE=pdfwrite -sProcessColorModel=DeviceGray -sColorConversionStrategy=Gray -dOverrideICC -o output_gray.pdf input_color.pdf
Parameters explained:
-sDEVICE=pdfwrite— Output a PDF file-sProcessColorModel=DeviceGray— Use grayscale colour model-sColorConversionStrategy=Gray— Convert all colours to gray-dOverrideICC— Override embedded ICC profiles
This is the method professionals use for batch processing large volumes of PDFs.
Method 4: Print to a Black-and-White Printer
The simplest method if you only need a printed copy (not a grayscale digital file):
- Open the PDF in any viewer
- File → Print
- In printer properties, select Black & White or Grayscale output
- Print as normal
This doesn't create a grayscale PDF file — it just prints in black and white. If you need a digital grayscale PDF, use one of the methods above.
Method 5: Preview on Mac
- Open the PDF in Preview
- File → Print
- Click Show Details at the bottom of the print dialog
- Look for a Color option and set it to Black and White
- Under the PDF button at bottom-left, choose Save as PDF
This creates a new grayscale PDF using the Mac's printer driver.
Tips for Best Results
Preserve text sharpness: Grayscale conversion should not affect text sharpness, as text in PDFs is usually vector-based (not pixel-based). If text looks blurry after conversion, the conversion method is rasterising the page — try a different tool.
Check contrast after conversion: Some colour combinations (e.g., yellow text on white background) have almost no contrast in grayscale. Review the document after conversion and consider adding a background or darkening light text if needed.
Compare file sizes: Run the grayscale PDF through Compress PDF after conversion — combined savings can be significant (60–80% smaller than the original colour PDF).
Grayscale vs Black-and-White vs Monochrome
These terms are sometimes used interchangeably but are technically different:
| Term | Meaning | Used for |
|---|---|---|
| Grayscale | 256 shades from white to black | Photos, documents with gradients |
| Black and white (monochrome) | Pixels are either pure black or pure white | Line art, QR codes, barcodes |
| Bitonal | Same as black and white, 1 bit per pixel | Fax documents, scanned text |
For most documents, grayscale is the right choice. Black and white (bitonal) conversion produces very small files but looks harsh — suitable only for text-only or line-art documents.
Frequently Asked Questions
Will grayscale conversion affect the text? No. Text in PDFs is typically vector-based and will remain perfectly sharp after grayscale conversion.
Does grayscale conversion reduce file size? Yes, especially for image-heavy PDFs. Colour images have 3 channels (RGB) or 4 channels (CMYK); grayscale uses 1. File size reductions of 30–60% are common.
Can I convert only specific pages to grayscale? Ghostscript can process specific page ranges. ToolsofPDF converts the entire document — split out the pages you want first if needed.
Will hyperlinks still work after conversion? Yes. Grayscale conversion affects colour only. All links, form fields, and bookmarks remain functional.
Summary
Converting a PDF to grayscale is straightforward with ToolsofPDF for quick online conversion, or Ghostscript for free command-line batch processing. Adobe Acrobat Pro offers the most control for professional workflows. After converting, run the file through a PDF compressor to maximise file size savings. Always review the converted document to check that low-contrast colour combinations haven't become unreadable in grayscale.