Reputation: 281
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?
Upvotes: 1
Views: 220
Reputation: 1238
Quartz does not implement the complete ISO 32000 PDF standard. For example, iOS devices do not render JPEG2000 compressed images at all.
Upvotes: 2
Reputation: 13371
Yes Quartz can natively render PDFs. See the quartz demo sample code
Upvotes: 1