Assume the situation, i have an UIWebView
and signed in into my gmail account, i have received an e-mail with an attached pdf file. Now am clicking on the attachment link the webview will open the pdf file there itself.
At this time if am trying to read the html contents it returns NULL
.
Please help me by giving an idea. Now how could i read/parse that pdf content already loaded in webview and store the data into NSString
.