Possible Duplicate:
Reading text and images from a pdf document in iOS
I am trying to access some .pdf files in my ios app and read the text inside them which i later display in a UITextView. I was able to extract text from .txt files, .doc files as well as .rtf files using a UIWebView. But not sure how to proceed with .pdf files. Please if someone can help me out with this. I just dont want to display the pdf in a webview, rather i would like to have the text content inside it for further manipulations.