Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/objective-c/26.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Objective c iPad中是否有AirPrint API的替代API?_Objective C_Cocoa Touch_Ipad_Printing - Fatal编程技术网

Objective c iPad中是否有AirPrint API的替代API?

Objective c iPad中是否有AirPrint API的替代API?,objective-c,cocoa-touch,ipad,printing,Objective C,Cocoa Touch,Ipad,Printing,iPad中是否有AirPrint API的替代API 我的要求是,我想从不支持AirPrint的打印机打印 我不想在我的网络系统上安装任何第三方应用程序,这些应用程序将假装像AirPrinter,例如“AirPrint Hacktivator”不,没有其他打印API。为了不必提供千兆字节的打印机驱动程序,苹果决定只支持单一的打印协议 通过谷歌搜索,我找到了两种解决方案 1) API- 2) 代理打印机-此软件将假装为iPad/iPhone的AirPrinter,您可以在不购买AirPrinter

iPad中是否有AirPrint API的替代API

我的要求是,我想从不支持AirPrint的打印机打印


我不想在我的网络系统上安装任何第三方应用程序,这些应用程序将假装像AirPrinter,例如“AirPrint Hacktivator”

不,没有其他打印API。为了不必提供千兆字节的打印机驱动程序,苹果决定只支持单一的打印协议

通过谷歌搜索,我找到了两种解决方案

1) API-


2) 代理打印机-此软件将假装为iPad/iPhone的AirPrinter,您可以在不购买AirPrinter的情况下打印。这将与默认打印API一起工作

看看这个应用程序,它允许在没有空气打印机的情况下打印。。这是怎么可能的?@MitulNakum来自应用程序描述:“附带1400多个打印机驱动程序…”因此他们包括了所有的驱动程序本身。这就是。。。如果我必须集成2-3台打印机,那么我可以这样做。我说的对吗?@MitulNakum看起来确实是这样。你觉得这个api/sdk怎么样??e-workshop-dev.com/PC_EN/eprintsdk_e.htmltanks供参考链接