Ankit Sachan
Ankit Sachan

Reputation: 7840

navigate to a specific page number of pdf document

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

Answers (1)

Ben Gottlieb
Ben Gottlieb

Reputation: 85522

Take a look at CGPDFDocument and its associated classes. They're designed for this sort of stuff.

Upvotes: 1

Related Questions