开发者

Specifying output bin/tray when printing through javax.print

开发者 https://www.devze.com 2022-12-22 10:27 出处:网络
Is there a way to choose which output bin/tray is used when printing in Java?There is a an attribute MediaTray which allows you to pick the input tray, but I am unable to find one that allows you to c

Is there a way to choose which output bin/tray is used when printing in Java? There is a an attribute MediaTray which allows you to pick the input tray, but I am unable to find one that allows you to choose ou开发者_开发问答tput.


In addition to MediaTray, there is a Destination attribute in the Print Service API:

The Destination attribute allows you to redirect your print data to a file rather than sending it to a printer device.

I hope it helps you.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号