-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Regarding cups API functions for cups standard/common options. #5340
Comments
What version of CUPS are you using? WRT things like "page-border", the list of supported values has been unchanged for over 15 years (last changes early in CUPS 1.1.x development) and so can be considered static. We can look at providing a page-border-supported attribute but it won't help you today... What printing options are not listed in the "job-creation-attributes-supported" attribute? |
The CUPS version is 2.2.7. I tried using these options with |
Of those options, only
|
The |
Is there a way (function) in the cups API to get supported/default values for cups standard/common options e.g. page-border ?
Also how can we get the options shown by doing
lpoptions
via cups API functions, passing option_name as "job-creation-attributes" tocupsFindDestSupported
does not give me all the options.The text was updated successfully, but these errors were encountered: