打印 UIWebView 屏幕
我有一个 UIWebView ,其中包含由 Google Charts 生成的图形(由 JavaScript 渲染)
屏幕不是 pdf 或 png。
是否可以捕获屏幕上的内容并将其发送到 AirPrint?
I have a UIWebView with a graphic generated by Google Charts (javascript rendered)
The screen is not a pdf or png.
Is it possible to capture what's on the screen and send it to AirPrint?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
截取网络视图的屏幕截图并将其发送到 AirPrint。
Take a screenshot of the webview and send it to AirPrint.
这是翻译为 Monotouch .NET c# 的答案
Here's the answer translated to Monotouch .NET c#
应在 UIWebView.LoadFinished 之后调用函数“UIGetWebViewPrintScreen”
The function 'UIGetWebViewPrintScreen' should be called after UIWebView.LoadFinished