Convert a PDF to Grayscale for Cheaper Printing
Renders every page through a full grayscale filter and rebuilds the document with pdf-lib, with a quality slider controlling the size and sharpness trade-off. The file is processed in your browser, not on someone else's print server.
About the PDF Black & White Converter
Colour printing costs several times what monochrome costs, and many office printers and print shops charge per page by whether any colour ink was touched — a single tinted logo in a header can push all forty pages onto the colour tariff. This tool removes that possibility by converting the pages themselves, so what arrives at the printer contains no colour to charge for.
The single control is a Quality slider running from 30 to 95 percent, set at 80 by default. It governs how hard the rebuilt pages are compressed. At 80 the result usually looks clean and comes out noticeably smaller than the colour original; drop towards 30 when a document is destined for a draft print and size matters more than crispness; push towards 95 when the pages contain fine line art or small type that must survive.
Key Features
- True luminance conversion: Pages are drawn through the canvas grayscale filter, which weights red, green and blue the way human vision does — so a red heading and a blue one end up as visibly different greys instead of collapsing into the same one.
- Quality slider, 30 to 95: One control decides the size against sharpness balance, defaulting to 80, which suits most text-and-chart documents.
- Rendered at 144 dpi: Every page is rasterised at twice its nominal size before conversion, which keeps type edges clean at normal print sizes.
- Page dimensions unchanged: The rebuilt pages are sized back to the original points, so a document laid out for A4 still prints as A4 with no unexpected scaling.
- Usually smaller than the original: Discarding colour information and re-encoding at your chosen quality typically shrinks the file, which helps when the print shop has an email attachment limit.
- No print service involved: pdf.js does the rendering and pdf-lib rebuilds the document, both from code hosted here, so a document never has to be sent anywhere to have the colour taken out of it.
How to Use the PDF Black & White Converter
- Add the colour PDF you want converted.
- Leave Quality at 80, or move it down for a smaller draft file or up for fine detail.
- Press Convert to Grayscale and watch it work through the pages.
- Download the file, which is saved with -grayscale added to the original name.
How It Works
The conversion is not a colour-profile change — it is a re-render. Each page is drawn by pdf.js onto a canvas at scale 2 with a full grayscale filter applied to the drawing context, and pdf-lib then builds a new document by embedding each of those canvases as a JPEG at the quality you selected.
That has a consequence you should decide about before converting: the output is an image of each page, so the text layer does not survive. The converted PDF cannot be searched, its text cannot be selected or copied, and any links, form fields or bookmarks in the original are gone. For a file that is going straight to a printer this rarely matters. For a document that also needs to stay searchable in an archive, keep the colour original and treat the grayscale version as a print copy.
The second practical limit is memory. Every page is rendered and held as a canvas before the rebuild begins, so a two-hundred-page document at 144 dpi is a substantial amount of bitmap in memory at once. Long documents work but are slow, and on a modest phone a very long one may not finish.
When You Need It
A self-employed electrician sends quotes and method statements that carry a coloured logo and coloured safety highlighting. Printed in colour for every job, that adds up over a year. Converting each pack before printing costs nothing — and since the quotes carry customers' names and home addresses, running them through a web service that keeps uploads to save on ink would be a poor trade.
A driving instructor prints pupil progress records at the end of each course. The records name learners, some of them under eighteen, and list their addresses. Colour is decorative here and monochrome is a third of the price, so converting first is obvious; doing it in the browser means a file full of minors' details never leaves the laptop it was written on.