在 iPhone 上一键打印

发布于 2024-12-06 18:22:53 字数 160 浏览 1 评论 0 原文

我想在 iPhone 上制作一个应用程序,只需点击按钮即可打印图像。我已经尝试过在线有关 UIPrintInteractionController 的教程,但在我实际打印之前,所有这些教程都会将我带到一个选择页面。我是否可以通过将默认打印作业直接发送到 iOS 可以连接的可用打印机来以编程方式跳过该页面?

I want to make an app on the iPhone that would print an image just by tapping a button. I've tried the tutorials about UIPrintInteractionController online, but all of them will take me to a selection page before I can actually print. Can I programmatically skip that page by sending a default print job directly to an available printer that the iOS can connect to?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你爱我像她 2024-12-13 18:22:53

不需要。必须使用打印 UI;否则,用户无法更改打印机或设置打印机设置。与台式计算机不同,iOS 中的打印机是暂时的,因此不存在“默认打印机”或一键打印配置的概念。

请参阅绘图和打印指南,了解有关打印应用程序的 UI 期望的更多信息。

No. Using the printing UI is a requirement; otherwise, the user doesn't have a way to change printers or set printer settings. Unlike a desktop computer, printers in iOS are transient, so there's not a notion of a "default printer" or configuration for one-click printing.

See the Drawing and Printing guide for more information about the UI expectations for apps which print.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文