How PDF to Grayscale works
PDF to Grayscale converts every page of a colour PDF into a black-and-white version by re-encoding all colour content through a luminance mapping. Text, images, vector graphics and backgrounds are all converted. The conversion runs inside your browser using a canvas-based rendering pipeline, and the PDF stays on your computer throughout. No account, no upload, no cloud service is involved.
The tool renders each page to a canvas at a high resolution, converts the RGB pixel data to grayscale using standard luminance coefficients, and encodes the result back into a PDF. This means the output pages are raster images rather than native vector content. Text and thin lines will remain legible at normal viewing sizes, but the file will not retain a selectable text layer. If you need a grayscale PDF with selectable text, a PostScript-based conversion pipeline is the more appropriate approach, but that requires server-side processing. The conversion also covers the whole document: to grayscale only part of a file, extract those pages with the PDF split tool first, convert them, then put the document back together with PDF merge.