在Windows中从java取消打印机队列中的文档
一旦打印作业已经用java代码放入Windows中的文档队列中,是否可以取消打印作业?
Is it possible to cancel a print job once it has already been put into the document queue in windows with java code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来这就是您正在寻找的(请注意,我自己还没有测试过该示例)
http://docs.oracle.com/javase/7/docs/api/javax/print/CancelablePrintJob.html
It looks like this is what you're looking for (note that I haven't tested the example myself)
http://docs.oracle.com/javase/7/docs/api/javax/print/CancelablePrintJob.html