istopwg / ippsample

IPP sample implementations.
http://istopwg.github.io/ippsample
Apache License 2.0
221 stars 80 forks source link

Documentation needed: All general options provided by CUPS for all print queues #70

Closed tillkamppeter closed 6 years ago

tillkamppeter commented 6 years ago

When creating clients (print dialogs) the client does not only need to show all options which the printer provides by its PPD file (or get-printer-attributes IPP request on the CUPS queue) but also general options which are available for any CUPS queue. These options are for example number-up, page-ranges, output-order, ... and at least for driverless (IPP Everywher, AirPrint, ...) printers with auto-generated PPD options like print-rendering-intent, print-content-optimize, print-scaling, ... For these there would be needed a full list in the CUPS documentation so that client developers canmake these options completely available in their software.

tillkamppeter commented 6 years ago

As usual, I am writing, writing, and after clicking "Submit" I see that I am on the other end of the world. Sorry, will try to get this into the CUPS repo (It's all GitHub nowadays ...).

tillkamppeter commented 6 years ago

Resubmitted as apple/cups issue #5228.