有没有办法“静音打印”使用ios AirPrint(例如,没有打印对话框)?
我熟悉 ios 和 AirPrint 功能。但是,我想在没有看到打印对话框的情况下打印到打印机,并且找不到正确的 API 调用。
还有其他人遇到过这种情况吗?
I am familiar with ios and AirPrint features. However, I'd like to print to my printer without seeing a print dialog and cannot find the correct API calls.
Has anyone else encountered this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
从 iOS 8 开始,您可以在不显示打印对话框的情况下进行打印。查看 UIPrintInteractionController(直接打印到打印机)
Starting with iOS 8 you can print without showing a print dialog. Check out UIPrintInteractionController (Printing Directly to a Printer)
我正在使用如下所示,一次会出现打印机选择选项,之后每次都会发生无声打印
}
i am using like below, one time there will come printer selection option and after it every time silent print will happen
}
不,Apple 的政策是按照用户理解的方式进行操作。
No, it's Apple's policy to make things the way user understands what's going on.