Internet Printing Protocol
Fleeting- External reference: https://www.pwg.org/ipp/ippguide.html
The Print-Job operation allows you to create a print Job and send the Document data in one request
— https://www.pwg.org/ipp/ippguide.html#submitting-print-jobs
Job ticket attributes tell the Printer how you want the Document(s) printed. Clients can query the Printer capability attributes to get the supported values.
“print-color-mode”: A keyword specifying the color printing mode to use. The value ‘color’ specifies a full-color print, ‘monochrome’ specifies a grayscale print, and ‘bi-level’ specifies a black-and-white (no shades of gray) print.
ipptool
- External reference: https://www.cups.org/doc/man-ipptoolfile.html
The ipptool(1) program accepts free-form plain text files that describe one or more IPP requests. Comments start with the “#” character and continue to the end of the line. Each request is enclosed by curly braces, for example