create custom pdf viewer for iphone

Posted by Ankit Sachan on Stack Overflow See other posts from Stack Overflow or by Ankit Sachan
Published on 2009-11-25T06:34:38Z Indexed on 2010/06/06 8:02 UTC
Read the original article Hit count: 344

Filed under:
|
|

I want to develop a custom pdf viewer, in which I can add features like:

  • bookmarks
  • jump to specific page
  • take some notes
  • page flipping effect

Can you suggest some libraries in Cocoa touch to fullfill my requirements?

I followed the PDF viewing tutorial in which a webview was used but it only provides basic scrolling and zoom facilities. I have seen some apps in which bookmarks and page flipping is possible. Kindly suggest me something so that I can integrate more features.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone-sdk