pdf_to_greyscale
Convert every page of a PDF to greyscale, reducing color ink usage and file size. Provide the file path and optional output name to create a black-and-white version.
Instructions
Convert all pages of a PDF to greyscale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the PDF file | |
| output_name | No | Output file path (defaults to same dir with suffix) |