iPhone PDF 查看 CGPDFDocument
我正在开发一个应用程序,我需要在其中显示 PDF 文档。经过几个小时的谷歌搜索后,我能够构建一个视图来显示从 URL 获取的 PDF 文档。
我知道只显示一个页面。使用CGPDFDocumentGetPage(ref, pageNumber)
。
我想拥有什么。
- 分页功能。
- 缩放
- 滚动
I am developing an app where I need to show PDF documents. After many hours of googling I was able to build up a view to show the PDF document fetched from a URL.
I know only to display a single page. using CGPDFDocumentGetPage(ref, pageNumber)
.
What I would like to have.
- Pagination function.
- Zoom
- Scrolling
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不使用 UIWebView 而不是重新发明轮子呢?
Why not using the UIWebView instead of reinventing the wheel?