Re: PDF viewing

2011-10-05 Thread Michael Dautermann
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 CGPDFDocumentCreateWit

Re: PDF viewing

2011-10-04 Thread Graham Cox
On 04/10/2011, at 10:34 PM, Graham Cox wrote: > > On 04/10/2011, at 10:26 PM, Dan Hopwood wrote: > >> Is there any way to open a PDF without using a UIWebView i.e. like the Mail >> app? > > > Errr... NSImage? Never mind - I see you're probably asking about iOS, not Mac (a better title woul

Re: PDF viewing

2011-10-04 Thread Graham Cox
On 04/10/2011, at 10:26 PM, Dan Hopwood wrote: > Is there any way to open a PDF without using a UIWebView i.e. like the Mail > app? Errr... NSImage? --Graham ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests

Re: PDF viewing

2011-10-04 Thread Eric Gorr
Yes. See the ZoomingPDFViewer sample code. http://developer.apple.com/library/ios/#samplecode/ZoomingPDFViewer/Introduction/Intro.html >From the description: This sample code project demonstrates how to create a PDF viewer using the UIScrollView and CATilerLayer classes. On Oct 4,

PDF viewing

2011-10-04 Thread Dan Hopwood
Hi all, Is there any way to open a PDF without using a UIWebView i.e. like the Mail app? Many thanks, Dan ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderato