A color document needs to be printed without spending color toner; a busy scan has to be given a plain look; a heavy PDF with a background has to be lightened before sending. In all these cases, converting to grayscale helps. The "Grayscale" tool in pdfredX removes color right in the browser: one button, and the whole document becomes black and white. Nothing is uploaded to a server.
Step 01. Upload the PDF
Open pdfredx.com and add the document. PDF.js renders the pages in the tab and lays them out in the gallery. The file is read locally โ nothing goes to a server.
Step 02. Press "Grayscale"
In the toolbar, press ๐ Grayscale. The app walks through all the pages and desaturates each one pixel by pixel โ color is replaced by the matching level of gray by brightness. The black-and-white result shows in the gallery at once. No need to reload the document.
Step 03. Download the black-and-white PDF
Press "Create PDF" โ you get a document with no color. It saves color toner when printing (the printer uses only the black cartridge) and often weighs less, because a gray JPEG compresses more tightly than a color one. The download goes straight from the browser. Free, no registration.
How it works under the hood
Each page is already an image (PDF.js drew it at load time). Desaturation runs per pixel: for each pixel the brightness is computed by the luma formula Rร0.299 + Gร0.587 + Bร0.114, and all three channels are set to that value. The result is saved as the page's new editUrl. All of this happens in the tab's memory โ color is removed locally, without a server.
Known limitations
The operation is irreversible in the finished file. Desaturation changes the pages' editUrl; the source color isn't damaged (the original isn't mutated), but a downloaded B&W file can't be turned back to color โ apply it to a copy and keep the original.
The result is raster. Pages are exported as images, so the text in the finished file can't be selected. That's a general property of the export, not of the desaturation.
Grayscale, not "hard" B&W. The tool produces smooth shades of gray (like a photo), not a two-tone black-and-white raster (1-bit). For a document that's usually what you want.
Need to shrink the size too? After desaturation, run the file through Compress PDF โ gray compresses especially well.
Try it right now โ pdfredx.com, no registration, your files stay with you.
