Replies: 1 comment
|
The correct option/attribute to use is "print-color-mode" (keyword), which is mapped to the corresponding PPD option and choice:
Ultimately they should be using the CUPS destination API for printing, which sticks to IPP Everywhere attributes and values. This API is available on macOS and any Linux/*BSD/Unix platform running CUPS 1.7 or later. There are some CUPS library enhancements that aren't available until later versions of CUPS but you can easily test for them at compile-time and even use a newer version of the CUPS library with older versions of CUPS if you like - it's all just IPP under the covers... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
https://github.com/mozilla-firefox/firefox/blob/aa1a3e3cd5f618cb244c803cb4f26d4e29007935/widget/nsPrinterCUPS.h#L148-L179
Michael, maybe CUPS can suggest to Mozilla something better than that?
All reactions