How this works in your browser
Each page is rendered to a canvas through PDF.js, then every pixel is converted using the luminance-weighted formula 0.299R + 0.587G + 0.114B. Those coefficients are not arbitrary: they approximate how sensitive human vision is to each primary, so the resulting grey reflects perceived brightness rather than raw channel average. The converted canvases are assembled back into a PDF with pdf-lib. Working at the pixel level is what makes the conversion complete, catching colour in embedded images, vector fills and text alike, and it is equally the reason the output is image-based and no longer carries a text layer.
Grayscale PDF vs. traditional online converters
| Feature | Grayscale PDF (in-browser) | Traditional online converters |
|---|---|---|
| File upload required | No - never leaves your device | Yes - file is sent to a server |
| Processing queue | None - starts instantly | Often, especially at peak times |
| Watermark on output | Never | Common on free plans |
| Usage limits | None - free, unlimited use | Often capped per day or file size |
| Works offline once loaded | Yes, for most tools | No - requires a live connection |
| Account required | No | Often, for anything beyond a trial |
How to use Grayscale PDF
- 1
Open the Grayscale PDF tool
Go to tools.slaytic.com and open the Grayscale tool. No sign-up or account required.
- 2
Drop your colour PDF
Add the document. Every page will be converted, so extract specific pages first if you only want some of them changed.
- 3
Download the monochrome file
The converted document is offered for download, usually noticeably smaller than the colour original.
Common ways to use Grayscale PDF
Cutting printing costs
Convert a colour-heavy report before sending it to print, where mono pages are typically a fraction of the cost per page.
Preparing documents for print shops
Hand over a file that is already monochrome so there is no ambiguity about how it should be produced.
Shrinking a colour-heavy file
Drop from three colour channels to one, which usually reduces size substantially on image-rich documents.
Frequently asked questions
Will the text still be selectable after conversion?
Grayscale conversion renders pages to images, so text in the output will not be selectable. Run OCR afterwards if searchability is needed.
Does grayscale conversion reduce file size?
Yes, typically significantly. Colour image data is replaced with single-channel grayscale data, which compresses more efficiently.
Can I convert only specific pages to grayscale?
The current tool converts all pages uniformly. For selective page conversion, use the Organize PDF tool to extract the pages you want, convert them, then merge back.
Why not just tick "print in black and white" instead?
That works if you only need this print, on this printer. Converting the file itself makes the change travel with the document, which matters when sending it to a print shop or a colleague whose defaults you do not control.
Why does the formula weight green so heavily?
Because human vision is far more sensitive to green than to red or blue. Weighting the channels 0.299 / 0.587 / 0.114 produces a grey that matches perceived brightness, whereas naively averaging the three channels makes greens look too dark and blues too light.
What is the trade-off?
Pages are rasterised to make the conversion, so the output loses selectable text and vector sharpness. If those matter more than the colour removal, print in greyscale instead and leave the file alone.
Is my document uploaded anywhere?
No. Every page is rendered and converted inside your browser tab.