docs/tools/pdf-to-greyscale.md
Converts a color PDF into a greyscale version. Each page is rendered, desaturated, and re-embedded as a JPEG image in a new PDF. The output preserves the original page dimensions.
greyscale.pdf downloads with all pages converted to black and white.Under the hood, each page is rendered at 2x scale, the pixel data is run through a greyscale filter, then re-encoded as a JPEG at 90% quality and placed in a fresh PDF document.
This tool has no configurable options. The greyscale conversion uses a standard luminance formula and JPEG quality is fixed at 90%.
greyscale.pdf file containing all pages as greyscale JPEG images.