PDF to Grayscale
Convert a color PDF to grayscale.
How to use PDF to Grayscale
What this tool does
The PDF to Grayscale converter takes a colour PDF and produces a new PDF in which every page is rendered without colour — strictly black, white, and shades of grey. It works by rendering each page with pdf.js into an HTML canvas, converting the canvas pixels to grayscale, and then assembling those grayscale page images into a new PDF using pdf-lib. The conversion runs entirely in your browser; the original PDF never leaves your device.
An important note: because the tool converts pages by rendering them as images, the output PDF is image-based. Text in the result will not be selectable or searchable. This is a fundamental consequence of the browser-based rendering approach, not a bug. If you need a PDF whose text layer is preserved while only the visual colour is stripped, you would need a server-side or native-application tool with direct access to the PDF drawing model.
Why you might need it
Printing in colour is expensive. A report, legal filing, or academic paper that looks polished in colour can cost several times as much to print as the same document in black and white. Many organisations routinely convert PDFs to grayscale before sending them to a print shop, photocopier, or document service. This tool lets anyone do that step from the browser, with no software to install and no files to hand over to an online service.
Grayscale is also preferred in certain accessibility contexts, in archival workflows where colour consistency cannot be guaranteed across different printers or displays, and in publishing pipelines where a single-colour version of a document is required alongside the colour master. Tax records, invoices, and scanned receipts often work perfectly well in grayscale and take up less space when the colour information is stripped.
How to use it
- Drop your PDF onto the dropzone, or click to browse. The file is read locally — nothing is uploaded.
- Review the note about image-based output — make sure this is acceptable for your use case, particularly if the recipients need to select or copy text.
- Click Convert to grayscale. The tool renders each page one at a time and shows a progress line so you know it is working. Large or complex PDFs take longer — give it a moment.
- When the progress line clears and the download button appears, click Download grayscale PDF to save the result.
- Click Clear to load a different file.
Common pitfalls
The output file size can surprise people. A text-and-vector PDF that is small in its original form may produce a noticeably larger grayscale output, because compact vector commands are replaced by page-sized JPEG images. If file size is a concern, consider running the output through the PDF Compressor after downloading it.
Very long PDFs take longer to convert, because every page must be rendered individually. On a phone or a low-powered device, rendering dozens of pages can be slow. Splitting the PDF into smaller chunks, converting them separately, and then merging the results is a practical workaround for very large documents.
If the original PDF contains scanned images embedded as raster graphics, the conversion will still work correctly — the scanner output is already an image, so rendering and re-encoding it simply discards the colour channels.
Tips and alternatives
Before converting, check whether your printer’s driver or print dialogue has a built-in grayscale or black-and-white mode. Printing directly to grayscale from the original PDF is often simpler than converting the file, and preserves the text layer. Use this tool when you specifically need a grayscale PDF file rather than just a grayscale printout.
If your goal is to reduce file size rather than strip colour, the PDF Compressor is a better starting point. If you need to extract individual pages as standalone images (colour or grayscale), use the PDF to Image tool instead, which gives you per-page PNG or JPG files with direct download buttons.
Frequently asked questions
Is my PDF sent to a server during the grayscale conversion?
Why is the output an image-based PDF rather than a true grayscale PDF?
Will the output file be larger or smaller than the original?
Does the grayscale conversion affect all colours, including tints and gradients?
Can I convert a password-protected PDF to grayscale?
Related tools
PDF Compressor
Reduce PDF file size for easier sharing.
PDF to JPG & PNG
Convert PDF pages into JPG or PNG images.
PDF Page Resizer
Resize PDF pages, such as Letter to A4.
PDF Watermark Adder
Stamp text or image watermarks onto a PDF.
PDF Merger
Combine multiple PDF files into one document.
Image Grayscale Converter
Convert color images to grayscale.