views:

134

answers:

1

Hello,

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.

A: 

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

Ben Gottlieb