Request for PDF "Page Jumping"
Hey everyone!
It has been a few weeks since I was on here and I've been doing some research to no avail.
There seem to be a few Apps out there that do it, but no one seems to be able to point me in a direction as to how...
What am I talking about?
PDF "Page Jumping"
I open a 100+ page PDF in UIWebView. I can scroll it, zoom, all that good stuff.
But, ya know, I need to see whats on page 91. How about a quick way to do that without having to scroll.
I need to find out how to do this! If anyone has seen a tutorial on where that is possible, or knows how and can post, please, let me know!
The PDF Viewer Tutorial on here... the OP says in the top what I want is possible in UIWebView (page jumping, skipping) but it is not. And if it is, how? I downloaded his sample code, threw it into xcode 4... and low and behold it looks just like my app does... both with NO page skipping.
I could REALLY appreciate someone being able to describe how this is possible! Thank you!!
-- Anthony Lombardi
EDIT:: I'm sitting here looking at the PDF Quartz Framework. It looks as though it'd be perfect for what I need. Looks like it has controls implemented into it and everything I'd want however I do not know how to add it to my project.
It is in my frameworks folder in Xcode, however how would I implement my UIWebview coding with this?
The PDF document in my UIWebView is 525+ pages. Its about 6.0Mb. I could just add it as a resource but I do not want the download to take forever. I'm willing to bend on this if it will make the PDF Framework kit work. But I need some help!!
Last edited by AnthonysABAMF; 08-17-2011 at 05:32 PM.
|