Converting a color PDF to black and white is a small job with a couple of very ordinary reasons behind it -- printing without burning through color ink, or meeting a submission requirement that specifically calls for a grayscale document. LockerPDF's Grayscale PDF tool does the conversion entirely in your browser, with no upload. It works the same way as the site's Compress PDF tool, which is worth understanding before you use it on the wrong kind of file.
Why people convert a PDF to grayscale
- Saving ink or toner when printing. Color printing is meaningfully more expensive per page than black-and-white, especially on inkjet printers where color cartridges run out fast. If a document doesn't need to be in color to be useful once printed -- a report, meeting notes, a form -- converting it first avoids burning through color ink for no visual benefit.
- A submission that specifically requires black and white. Some print shops, government forms, and academic or legal filings require documents to be submitted in grayscale, either for cost reasons on their end or because color isn't preserved in how they'll ultimately reproduce it.
- Visual consistency. If a document mixes scanned black-and-white pages with a few color ones, converting everything to grayscale can make the whole thing look uniform.
How the conversion actually works -- and the tradeoff that comes with it
This tool doesn't recolor the existing text and vector objects on a page in place. Instead, it renders each page of your PDF to an image with a grayscale filter applied, then rebuilds a new PDF from those images -- the exact same rasterization pipeline used by LockerPDF's Compress PDF tool, just with the color stripped out instead of the file size reduced. That's discussed in more detail in this post on what happens when a PDF tool rasterizes your pages -- the mechanism and the tradeoff are identical here, just applied to color rather than size.
The tradeoff is the same one, too: once a page is rendered to an image, it's a picture of your document, not the document itself. Text that was selectable, searchable with Ctrl+F, and copyable in the original PDF becomes fixed pixels in the grayscale output -- you can no longer highlight a sentence or search for a word on that page. If the original PDF was already a scan with no underlying text layer, you lose nothing you had. If it's a text-heavy document you or someone else needs to search through later, converting the only copy you have is the wrong move.
How to convert a PDF to black and white without uploading it
- Go to the Grayscale PDF tool and upload the PDF you want to convert.
- A before/after preview shows the original page next to the grayscale version, so you can see the result before committing to it.
- Click "Convert to Grayscale." The tool renders each page and rebuilds the PDF, showing progress as it works through the document.
- Download the result.
You can verify this happens entirely on your device: open your browser's developer tools (F12), switch to the Network tab, and run the conversion. There's no outgoing request carrying your file's data -- rendering and rebuilding both happen in your browser tab using JavaScript.
Keep the original
The same rule applies here as with any tool that rasterizes a page: keep your original color PDF, and convert a copy for the specific purpose that needs it -- printing, a submission requirement, visual consistency. If you later need to search, copy, or edit text from the document, you'll want the untouched original, not the grayscale version.
Grayscale vs. compress: same mechanism, different goal
If your actual problem is a file that's too large rather than a file that's the wrong color, use Compress PDF instead -- it uses the identical rendering pipeline but focuses on shrinking file size at your chosen quality level rather than removing color. Both tools involve the same text-layer tradeoff, so pick whichever one solves the problem you actually have, and consider whether you need both if size and color are both a concern.
FAQ
Are my files uploaded anywhere?
No. Conversion happens entirely in your browser using JavaScript -- your PDF is read from your device, converted, and rebuilt locally. Nothing is sent to a server, which you can verify in your browser's developer tools.
Will I still be able to select or search text after converting?
No. This tool re-renders each page as a grayscale image, which means the output has no text layer -- you can't select, search, or copy text from it, the same tradeoff as LockerPDF's Compress PDF tool. If you need to keep searchable text, keep your original file alongside the grayscale copy.
Does converting to grayscale also reduce file size?
Often, somewhat, since grayscale images generally compress a bit more efficiently than full-color ones -- but this tool is built for removing color, not minimizing size. If file size is your main goal, use Compress PDF, which lets you choose a specific compression level.
Why would I want a grayscale PDF instead of just printing a color one in black and white?
Most printers still use color ink or toner to reproduce a color page even when set to "black and white" or "grayscale" print mode, unless the source file itself has no color in it. Converting the file first guarantees the printer has nothing but grayscale data to work with, which is what actually avoids using color cartridges.