Re: PDF viewing
Re: PDF viewing
- Subject: Re: PDF viewing
- From: Michael Dautermann <email@hidden>
- Date: Wed, 05 Oct 2011 03:50:02 -0700
On Oct 4, 2011, at 4:26 AM, Dan Hopwood wrote:
> Hi all,
>
> Is there any way to open a PDF without using a UIWebView i.e. like the Mail
> app?
Another way to do it would be via lower level calls in Quartz 2D (which is available in iOS). You could load the document via CGPDFDocumentCreateWithURL and then draw it into a graphics context.
Here's the documentation:
<http://developer.apple.com/library/mac/#documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_pdf/dq_pdf.html>
hth,
m
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >PDF viewing (From: Dan Hopwood <email@hidden>) |