Suppose I have UIWebViewand signed into my gmail account, I received an email with an attached PDF file. Now, by clicking the attachment link, the web view will open the pdf file itself.
At this time, if I try to read the contents of html, it returns NULL.
Please help me by suggesting an idea. Now, how could I read / analyze that the PDF content is already loaded in webview and store the data in NSString.
source
share