How to Convert a Color PDF to Black and White
Color PDFs often have larger file sizes than necessary. Sometimes you specifically want grayscale for printing (saves color toner). Sometimes a system requires black-and-white documents. Here’s the practical conversion guide.
What “black and white” means
Two related but different things:
Grayscale: uses shades of gray (no color). Different brightness values from black through gray to white. Most “black and white” requests actually mean grayscale.
True black and white (pure 1-bit): only pure black or pure white pixels, no gray in between. Looks “high contrast” or “stark.” Used in some specific contexts (faxes, some archival formats).
Almost always when people say “black and white PDF,” they mean grayscale.
The conversion options
PDFs containing color content can be converted to grayscale a few ways:
Option 1: Print to PDF with grayscale (easiest)
This is the simplest approach for any PDF:
- Open the PDF in any viewer
- Cmd+P / Ctrl+P to open print dialog
- Choose Save as PDF (or Print to PDF) as destination
- Click Properties or More settings
- Find the Color option
- Choose Grayscale or Black & White
- Save the new PDF
The result: a grayscale PDF without any color information. File size often similar or slightly smaller than the original.
Option 2: Convert pages to images, then convert images to grayscale
For more control:
- Use PDF to Images to extract each page as JPG or PNG
- Convert each image to grayscale using:
- Image editor (Photoshop, Photopea, GIMP)
- Phone photo apps (most have a grayscale filter)
- Command-line:
mogrify -colorspace gray *.jpg
- Use JPG to PDF to rebuild a multi-page PDF from the grayscale images
This route is more steps but lets you control the grayscale conversion (which pixels become how dark).
Option 3: Use a dedicated PDF tool
Adobe Acrobat Pro (paid): File → Properties → “Convert Colors” → choose grayscale destination color space. Cleanest if you have Acrobat.
Online PDF tools (Smallpdf, ilovepdf, etc.): “Grayscale PDF” features exist. Privacy concern for sensitive content.
Command-line pdftk with color conversion: more advanced; usually not the simplest path.
Why convert to grayscale
Print cost: color inkjet cartridges are expensive. Grayscale prints use only black ink (or much less of color cartridges).
File size: removing color information shrinks the file. Typically 30-50% reduction for image-heavy PDFs.
Compliance: some systems require black-and-white documents specifically (some government forms, some legal contexts).
Aesthetic / professional: grayscale documents look more formal in some contexts.
Accessibility: simpler color schemes can be easier for some users.
What gets affected
When converting to grayscale:
Text: usually stays crisp (most text was originally black anyway).
Photos: lose color, become grayscale photos. Quality otherwise preserved.
Charts and diagrams: lose color-coded distinctions. If a chart uses red/green for “good/bad,” the conversion breaks the visual distinction. Manual review needed for important charts.
Logos and brand colors: lost. The black “version” of a colored logo may not be appropriate (some brands have separate black logos).
Hyperlinks: appear in black/gray text instead of the typical blue. Still functional.
Annotations and comments: yellow highlights become gray-tinted; comment colors lost.
For “I just want this printed cheaper” use cases, these losses don’t matter. For documents where color carries meaning, consider whether grayscale is appropriate.
File size impact
Grayscale PDFs are smaller because:
- Embedded photos use grayscale color space (33% smaller — one channel instead of three)
- Color-related metadata is removed
For a typical mixed PDF:
- Original color: 5 MB
- Converted to grayscale: 3-4 MB
The savings are larger for image-heavy PDFs.
After conversion
Compress further: PDF Compressor for additional shrinkage. Combined with grayscale conversion, file size reduction can hit 70-80% from the original.
Verify content: open the converted PDF to confirm critical content didn’t lose meaning (charts especially).
Send: emails and uploads are easier with the smaller grayscale file.
Grayscale vs printing grayscale
There’s a distinction between “the PDF file is grayscale” and “the PDF prints in grayscale”:
Grayscale PDF file: the file itself has no color information.
Printing a color PDF in grayscale: the printer converts to grayscale on-the-fly for that print job. The PDF file itself stays colorful.
If you specifically need a grayscale file (e.g., to submit a black-and-white PDF for compliance), use the conversion methods above.
If you just need to print cheaply once: print dialog → grayscale, no need to convert the file itself.
Special case: scanned PDFs
Scanned documents are typically already mostly black-on-white (the original paper was). But the scan still saves as a color image with some color noise (slight tints from scanner color sensors).
To convert to true grayscale:
- The full color → grayscale conversion above
- Or rescan as grayscale (most scanners offer this option)
For scans you’ll then OCR, grayscale or true black-and-white can sometimes improve OCR accuracy by reducing noise.
Converting back to color (you usually can’t)
Once color information is removed, you can’t recover it without the original. Plan accordingly:
- Keep the color original as your master
- Generate grayscale versions for specific uses
- Don’t replace the original with the grayscale version unless you’re sure
Privacy
Browser-based conversion (printing to PDF locally, our PDF to Images → convert → JPG to PDF workflow) runs entirely in your browser:
- PDF parsed in JavaScript
- Pages rendered to canvases
- Color → grayscale conversion in browser
- Result generated locally
Nothing uploads.
Adobe Acrobat Pro runs locally. Online services (Smallpdf, etc.) upload your file — privacy concern for sensitive content.
TL;DR
- Easiest: print PDF to PDF with Grayscale option in print dialog
- For more control: extract to images → convert to grayscale → rebuild as PDF
- For Acrobat Pro users: File → Convert Colors → choose grayscale
- File size savings: typically 30-50% for image-heavy PDFs
- Color information is gone after conversion — keep the original as your master
- Charts/logos may lose meaningful color — verify after conversion
- After: PDF Compressor for additional shrinkage