cups4j:如何使用单色属性进行打印

时间:2016-01-28 09:20:04

标签: java cups4j

我想使用带有单色属性的cups4j打印文档。 我找不到这个选项的作业属性。

你能帮我吗?

与属性相关的代码部分是:

HashMap<String, String> attributeMap = new HashMap<String, String>();
attributeMap.put("job-attributes", "print-color-mode-supported:keyword:monochrome");
PrintJob printJob = new PrintJob.Builder(fileInputStream).jobName("testJobName").userName("admin").copie‌​s(copies).pageRanges(pages).duplex(duplex).attributes(attributeMap).build();
PrintRequestResult printRequestResult = printer.print(printJob);

0 个答案:

没有答案