P5music
P5music

Reputation: 281

is quartz able to render pdfs without other libraries?

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

Answers (2)

Dwight Kelly
Dwight Kelly

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

Alex Coplan
Alex Coplan

Reputation: 13371

Yes Quartz can natively render PDFs. See the quartz demo sample code

Upvotes: 1

Related Questions