Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我们可以通过在 web 视图中加载 html 文件和
拍摄它的屏幕截图,然后从中生成pdf。我想知道,有没有
任何第三方内置库来完成我的任务?
从 UIWebView 生成 PDF 的问题在于,您几乎无法控制 PDF 中显示的细节。例如,分页是一种痛苦,有时会有 UI 元素可见,例如滚动视图末尾的阴影。
我已经尝试过了,但无法获得可接受的结果。我建议您使用 Core Graphics 方法来构建您自己的 PDF。