UIwebview 的 iOS Air 打印
任何人都可以指导我如何打印 UIWebview 的内容,
例如: - 我想从 UIWebview 打印我的 doc、xls、ppt 文件以打印内容。
请获取一些链接或示例代码来解决此问题
提前致谢
Can any one guide me how to print the contents of my UIWebview,
FOR EX : - i would like to print my doc,xls,ppt file from UIWebview to print the contents.
Please get some links or sample code to solve this problem
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
更广泛的示例苹果的开发网站。
A more extensive sample on Apple's dev site.
要打印 UIWebview 的内容,需要视图格式化程序。
我已经粘贴了下面的代码。
To print contents of UIWebview, view formatters are required.
I have pasted the code below.