如何让所有杯子可用变量设置在 cups4j 上?
How to get all cups avaible variables to set on cups4j?
在 cups4j 上我可以设置如下变量:
attributes.put("job-attributes", "print-quality:enum:4#fit-to-page:boolean:true#sheet-
collate:keyword:collated");
如何找出所有可以设置的变量?
谢谢。
Thiago,我也在尝试掌握 cups4j。
不幸的是,cups4j 是我见过的记录最差的开源项目之一。
我在 RFC 2911 中找到了一些属性。
(互联网打印 Protocol/1.1:模型和语义)
https://www.rfc-editor.org/rfc/rfc2911
附录:刚刚注意到 RFC 8011 取代了 RFC 2911:
https://www.rfc-editor.org/rfc/rfc8011
如果我了解更多,我会 post 放在这里。
在 IANA 找到了一些东西...
http://www.iana.org/assignments/ipp-registrations/ipp-registrations.xhtml
在 cups4j 上我可以设置如下变量:
attributes.put("job-attributes", "print-quality:enum:4#fit-to-page:boolean:true#sheet-
collate:keyword:collated");
如何找出所有可以设置的变量?
谢谢。
Thiago,我也在尝试掌握 cups4j。
不幸的是,cups4j 是我见过的记录最差的开源项目之一。
我在 RFC 2911 中找到了一些属性。
(互联网打印 Protocol/1.1:模型和语义)
https://www.rfc-editor.org/rfc/rfc2911
附录:刚刚注意到 RFC 8011 取代了 RFC 2911:
https://www.rfc-editor.org/rfc/rfc8011
如果我了解更多,我会 post 放在这里。
在 IANA 找到了一些东西...
http://www.iana.org/assignments/ipp-registrations/ipp-registrations.xhtml