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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com