views:

63

answers:

1

Hello I want to create an application in which I have to read PDF file which is alreay stored in iphone. How can I read it. I have no idea about it. Please help me for that.

+1  A: 

load it into a UIWebView. then you're done.

MiRAGe
but I also want to search from it, so is it possible from that??
jaynaiphone
I don't know, check the documentation.
MiRAGe
Searching in the PDF is a whole 'nother monster. Many PDFs can just be, to oversimplify, a bitmap or rasterized image. Some may have some of their text embedded in them, making search possible. I've never had any luck parsing PDFs myself. Good luck.
mahboudz