0

On cups4j I can set variables such as:

attributes.put("job-attributes", "print-quality:enum:4#fit-to-page:boolean:true#sheet- collate:keyword:collated");

How do I find out all variables that can be set?

Thanks.

4

1 回答 1

2

蒂亚戈,我也在努力掌握cups4j。

不幸的是,cups4j 是我见过的文档记录最差的开源项目之一。

我在 RFC 2911 中找到了一些属性。
(互联网打印协议/1.1:模型和语义)

https://www.rfc-editor.org/rfc/rfc2911

附录:刚刚注意到 RFC 8011 取代了 RFC 2911:

https://www.rfc-editor.org/rfc/rfc8011

如果我发现更多,我会在这里发布。

@IANA 找到了一些东西...

http://www.iana.org/assignments/ipp-registrations/ipp-registrations.xhtml

于 2020-02-29T20:43:57.260 回答