我是否必须使用支持苹果AirPrint的打印机才能在iPad应用程序中使用AirPrint?
难道我不能在Mac上设置一个共享的Bonjour打印服务并连接到它吗?
发布于 2011-09-15 10:00:32
你必须使用AirPrint打印机。你可能很幸运地使用了Printopia,但我还没有尝试过。
发布于 2011-12-27 05:09:08
在网络中连接了任何打印机的ubuntu机器上设置airprint服务。请看这里:
http://hartlessbydesign.com/blog/view/197-airprint-with-ubuntu-1010
发布于 2015-10-04 02:20:55
可以,您可以共享Mac打印机并从您的iOS设备访问它们。
在OSX10.10下,你需要重新发布一个修改过的Bonjour公告。将,_universal作为服务子类型,并将image/urf添加到PDL值:
示例
dns-sd \
-R "AirPrinter" \
_ipp._tcp,_universal \
. \
631 \
rp=printers/ColorJet \
pdl=application/pdf,image/urf \
URF=none在c't 21/2015中有一个德语的描述。
https://stackoverflow.com/questions/7420391
复制相似问题