AirPrint 和 Bonjour

发布于 2024-12-04 17:33:30 字数 107 浏览 1 评论 0原文

我是否必须使用支持 Apple AirPrint 的打印机才能在 iPad 应用程序中使用 AirPrint?

我不能在 Mac 上设置共享 Bonjour 打印服务并连接到该服务吗?

Do I have to use an Apple AirPrint capable printer to use AirPrint in my iPad app?

Can't I just set up a shared Bonjour print service on a Mac and connect to that?

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

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

发布评论

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

评论(3

清眉祭 2024-12-11 17:33:30

您必须使用 AirPrint 打印机。您可能会幸运地使用 Printopia,但我还没有尝试过。

You have to use AirPrint printers. You may have luck with Printopia, but I’ve not tried it.

静待花开 2024-12-11 17:33:30

在网络中连接有任何打印机的 ubuntu 机器上设置 Airprint 服务。请参阅此处:

http://hartlessbydesign.com/blog/view/197- Airprint-with-ubuntu-1010

Setup an airprint service on a ubuntu box in your network that has any printer attached to it. See here:

http://hartlessbydesign.com/blog/view/197-airprint-with-ubuntu-1010

旧城烟雨 2024-12-11 17:33:30

是的,您可以共享 Mac 打印机并从 iOS 设备访问它们。

在 OS X 10.10 下,您需要重新发布修改后的 Bonjour 公告。将 ,_universal 添加为服务子类型,并将 image/urf 添加到 pdl 值:

示例

dns-sd                   \
 -R "AirPrinter"         \
 _ipp._tcp,_universal    \
 .                       \
 631                     \
    rp=printers/ColorJet \
    pdl=application/pdf,image/urf \
    URF=none

截至 21/2015

Yes, you can share Mac-printers and access them from your iOS devices.

Under OS X 10.10 you need to republish a modified Bonjour announcement. Add ,_universal as service sub-type and image/urf to the pdl values:

Example

dns-sd                   \
 -R "AirPrinter"         \
 _ipp._tcp,_universal    \
 .                       \
 631                     \
    rp=printers/ColorJet \
    pdl=application/pdf,image/urf \
    URF=none

There's a description in German available in c't 21/2015.

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