Reputation: 7840
I am developing a pdf reader, it reads large pdf files now I want to develop a system by which I can navigate among the pages of the documents. Can you suggest me some way of doing this.
Upvotes: 0
Views: 438
Reputation: 85522
Take a look at CGPDFDocument and its associated classes. They're designed for this sort of stuff.
Upvotes: 1