iOS 替代 PDF 渲染器
我正在寻找一个好的替代 PDF 渲染器。
目前我正在使用 Quartz Core 进行 PDF 渲染,它很棒而且速度相当快,但我发现它与其他 iOS 应用程序相比仍然很慢(GoodReader 有自己的渲染器或采用了某种替代渲染器,并且没有透露任何有关它的信息)。
我想知道是否有一些好的 iOS 开源或付费 PDF 渲染器可供我尝试。
我尝试了muPDF,但它不支持iOS,并且需要花费很多时间才能兼容。
谢谢你!
I am looking for a good alternative PDF Renderer.
Currently I am using Quartz Core for PDF rendering, which is great and pretty fast, but I find it still slow compared to other iOS Apps (GoodReader has an own renderer or has adapted some kind of alternative renderer and is not disclosing any information about it).
I am wondering if there are some good open source or payd PDF Renderers for iOS that I could try out.
I tried muPDF, but it does not support iOS and it would take a lot of time to make it compatible.
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我不相信 GoodReader 有自定义渲染引擎。这都是缓存和使用空闲时间的问题。
I don't believe GoodReader has a custom render engine. It's all a matter of caching and using the idle times.
您可以尝试此查看器:http://www. vfr.org/2011/06/pdf-reader-viewer-v1-2-1/
You can try this viewer: http://www.vfr.org/2011/06/pdf-reader-viewer-v1-2-1/
MuPDF 在 iOS 上编译和运行得很好。
您所需要做的就是为其创建一个 Xcode 项目,放入 MuPDF、第三方和生成的数据文件源并进行编译。我曾经有一个 iOS 演示应用程序用于在该平台上进行测试,但我还没有缴纳苹果开发者税,所以它不是最新的。
MuPDF compiles and runs just fine on iOS.
All you need to do is create an Xcode project for it, drop in the MuPDF, thirdparty and generated data file sources and compile. I used to have an iOS demo app for testing on the platform, but I haven't been paying the Apple developer tax so it's not up to date.
我发现的适用于 iOS (iPhone/iPad) 的最佳开源项目是 http://www.vfr.org/ (源代码可在此处获取:https://github.com/vfr/Reader)。
它有一个非常好的设计和一些不错的功能!
The best open source project I've found yet for iOS (iPhone/iPad) is http://www.vfr.org/ ( source code available here : https://github.com/vfr/Reader ).
It has a very nice design and some nice features !