在cups4j上,我可以设置变量,如:
attributes.put("job-attributes", "print-quality:enum:4#fit-to-page:boolean:true#sheet- collate:keyword:collated");
如何找到可以设置的所有变量?
谢谢。
发布于 2020-02-29 20:43:57
蒂亚戈,我也在努力对付cups4j。
不幸的是,cups4j是我所见过的最缺乏文档的开源项目之一。
我在RFC 2911中找到了一些属性。
(Internet打印协议/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
https://stackoverflow.com/questions/60320346
复制相似问题