如何在不使用 AirPrint 的情况下从 iPad 应用程序进行打印?
我正在开发一个 iPad 应用程序,其中要求应用程序应该能够使用任何 WiFi 打印机进行打印,即使它不支持 AirPrint。
我需要在不使用 AirPrint 和 AirPrint Hactivator 的情况下完成此操作。
我已经提到了 StackOverflow 上的几乎所有问题,但似乎没有一个有帮助。
我在应用程序商店中看到了一个示例应用程序,它实现了这一点。
Ndili Technologies, Inc. 的 iPad 打印
我有什么选择可以让这项工作成功?
谢谢
I am developing an iPad application where in there is a requirement that application should be able to print using any WiFi Printer even though it does not support AirPrint.
I need to do it without the use of AirPrint and AirPrint Hactivator.
I have referred to almost all questions on StackOverflow but none did seem to help.
I have seen a sample application which is on app store and which implements this.
Printing for iPad By Ndili Technologies, Inc.
What are my options to make this work?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我发现了这个 API/SDK,我没有使用过,但看起来很有前途:
http ://www.e-workshop-dev.com/PC_EN/develop_title_e.html
I found this API/SDK, which I haven't used, but looks promising :
http://www.e-workshop-dev.com/PC_EN/develop_title_e.html
我认为没有任何办法可以做到这一点。据我所知,Apple 不会让你在 iDevice 上安装打印机驱动程序。即使你可以,你也必须自己去获取所有这些(有很多,你可能会错过一些)。然后你必须找到一种方法来实现所有这些,以便它们发挥作用。如果您找到了一种方法来做到这一点,那么我向您致敬,但我不知道有哪个 App Store 开发人员已经实现了这一点,而且我怀疑这是可能的。
I don't think there is any way of doing this. As far as I know Apple will not let you install printer drivers on the iDevice. And even if you could you would have to get all of them yourself (there are a lot and you would likely miss some). And then you would have to find a way to implement all of them so that they would work. If you have found a way to do this, then kudos to you, but I do not know of any App Store developer that has accomplished this yet, and I doubt it is possible.
我认为您可以开发某种依赖于连接到具有打印机的计算机上的服务的系统。当苹果最初发布 AirPrint 测试版时,您可以将打印发送到 iTunes,然后它会将其发送到打印机。
I think you could develop some sort of system that relies on connecting to a service on computer that has a printer. When apple originally Released the beta of AirPrint you could send a print to iTunes and then it would send it to the printer.
Print n Share Pro(产品页面、iTunes) 应用程序具有适用于大多数 WiFi 打印机和打印电子邮件/网页等的驱动程序。文件等直接无需计算机。他们还有一个 API,允许其他应用程序使用他们的应用程序进行打印,但您需要就此联系他们。
The Print n Share Pro (product page, iTunes) app has drivers for most WiFi printers and print email/webpages & files etc. direct without a computer. They also have an API to allow other apps to print using their app but you will need to contact them about that.