iOS 4.2 - Printing DOC, PPT, XLS, etc. with Apple AirPrint?

后端 未结 2 764
暗喜
暗喜 2021-02-02 04:58

I\'ve been playing with iOS 4.2 UIWebView + AirPrint. The problem, however, is that getting the viewPrintFormatter from the UIWebView I\'m able to print PDF and images, but not

2条回答
  •  逝去的感伤
    2021-02-02 05:02

    Thanks, I follow your hint and it work now. Using loadRequest instead:

    [internalWebView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:path]]];
    

提交回复
热议问题