文件名称:ZBY-AirPrint:AirPrint Demo for ipad and iphone 苹果无线打印技术的几种实现方案
文件大小:36KB
文件格式:ZIP
更新时间:2024-05-17 07:27:15
Objective-C
ZBY-AirPrint AirPrint Demo for ipad and iphone 苹果无线打印技术的几种实现方案 之前因为项目需要在Github上发现关于AirPrint的资料不多,于是就有了现在这个方案分析 无线打印现在有三种解决方案:两种是基于AirPrint技术,一种是基于打印机厂家sdk: 方案一:使用支持AirPrint技术的打印机。测试打印demo需要模拟打印机,通过 Xcode > Open Developer Tool > More Developer Tools 打开连接, 然后下载 Hardware IO Tools 方案二:使用不支持AirPrint技术的打印机,此方案需要硬件设备有打印机,无线路由器,电脑主机。软件需要O'Print软件,此软件的作用是把与电脑连接的打印机转换为支持AirPrint技术的打印机。O'Print 下载地址 这个技术方案的
【文件预览】:
ZBY-AirPrint-master
----README.md(2KB)
----AirPrintDemo.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(22KB)
--------xcuserdata()
----AirPrintDemoTests()
--------AirPrintDemoTests.m(923B)
--------Info.plist(733B)
----AirPrintDemo()
--------Model.h(644B)
--------AppDelegate.h(286B)
--------ViewController.h(263B)
--------Base.lproj()
--------PrintManager.h(657B)
--------Model.m(455B)
--------Assets.xcassets()
--------PrintManager.m(2KB)
--------main.m(343B)
--------Info.plist(1KB)
--------PrintView.h(417B)
--------AppDelegate.m(2KB)
--------PrintView.m(3KB)
--------ViewController.m(3KB)
----AirPrintDemoUITests()
--------AirPrintDemoUITests.m(1KB)
--------Info.plist(733B)