iOS 从 UIWebView 创建 pdf
我将从 UIWebView 创建 pdf。 我通过裁剪 UIWebView 屏幕创建了 pdf。 然后,我只获得了当前显示在手机屏幕上的部分的pdf。 我想获取所有 webview 内容的 pdf。 有谁知道如何解决这个问题? 请帮我。
I will create the pdf from UIWebView.
I created the pdf by cropping the UIWebView screen.
Then, I have gotten pdf of only part that is currently displayed on the screen of phone.
I want to get pdf of all webview contents.
Does anyone know to solve this problem?
Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将scalesPageToFit 设置为YES。或者渲染每个页面后滚动 webview。
You could set scalesPageToFit to YES. Or scroll the webview after rendering each page.