quartz 是否能够在没有其他库的情况下渲染 pdf?
我发现 CGPDFDocumentRef 应该是在 OSX 和 iOS 上渲染 pdf 的方法。对吗?没有任何其他库或 Adobe SDK?
I found CGPDFDocumentRef that should be the way to render pdf's on OSX and iOS. Is it right? Without any other library or Adobe SDK?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Quartz 没有实现完整的 ISO 32000 PDF 标准。例如,iOS 设备根本不渲染 JPEG2000 压缩图像。
Quartz does not implement the complete ISO 32000 PDF standard. For example, iOS devices do not render JPEG2000 compressed images at all.
是的,Quartz 可以原生渲染 PDF。请参阅 quartz 演示示例代码
Yes Quartz can natively render PDFs. See the quartz demo sample code