Converting a PDF to black and white removes all color information and replaces it with grayscale or pure black-and-white values. It's useful for reducing file size, ensuring consistent printing on monochrome printers, preparing documents for specific submission requirements, or simply converting a colorful document to a format that's cheaper to print.

Grayscale vs. True Black and White
There's an important distinction between grayscale and true black and white (bitonal). Grayscale preserves shades of gray โ a gradient from light to dark, a photograph with tonal range, colored text rendered in different gray values depending on the original color brightness. True black and white (also called bitonal or 1-bit) renders everything as either pure black or pure white with no intermediate values.
Grayscale is better for documents with photographs, gradient fills, or content where tonal variation matters. True black and white is better for scanned text documents, line drawings, and any content that was essentially black-on-white to begin with โ it produces dramatically smaller file sizes and very sharp text because every pixel is simply on or off.
Try Edit PDF
No installation needed. Works directly in your browser.
Using the Print to PDF Method
The simplest cross-platform method: open the PDF, go to Print, and look for a color setting in the printer properties. Change the color mode to Grayscale or Black and White, then print to PDF (Save as PDF on Mac, Microsoft Print to PDF on Windows). The resulting PDF contains only grayscale or black-and-white data.
The quality of this method varies by printer driver. Some drivers convert color to grayscale with good tonal mapping; others produce flat, low-contrast results. For documents where the grayscale conversion quality matters โ photographs, charts with colored regions that need to remain distinguishable โ preview the print output before committing.
Adobe Acrobat Pro: Proper Color Conversion
Acrobat Pro's Print Production tools provide the most accurate color conversion. Go to Tools โ Print Production โ Convert Colors. In the dialog, select the output intent โ for grayscale, choose a grayscale color space such as Dot Gain 20% or a custom grayscale profile. Apply the conversion and save. This uses ICC-based color management to convert RGB and CMYK values to grayscale with proper perceptual mapping, preserving tonal relationships better than a simple luminance conversion.
Acrobat's Preflight tool also has a grayscale conversion fixup that can be applied to the entire document. This is particularly useful for print production workflows where color accuracy during conversion matters.
Browser and Ghostscript Options
Some browser-based PDF Editor tools include a grayscale conversion option. Results vary in quality but are adequate for general-purpose conversion where precise tonal mapping isn't critical. Upload the PDF, apply grayscale conversion, and download the result.
Ghostscript on the command line handles this reliably with the flag -sColorConversionStrategy=Gray -dProcessColorModel=/DeviceGray. This converts all color data to grayscale using device-independent color management and is a good option for batch processing multiple files or for anyone comfortable with command-line tools. The output quality is comparable to Acrobat's conversion for most documents.
Effect on File Size
Converting to grayscale reduces file size for color-image-heavy documents because grayscale images contain one third the data of RGB images. A 15MB color PDF with many photographs might become 5-6MB in grayscale. Text-only documents with minimal color content see less dramatic reductions since the color overhead in those files is already minimal. Running PDF Compression after the grayscale conversion compounds the savings further.
Try Edit PDF
No installation needed. Works directly in your browser.
