How to Read / REPEAT PDF Content Uploaded to UIWEBVIEW

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.

+5
source share
1 answer

URL- PDF, URL- WebView, NSURLRequest , . PDF , google.

+2

All Articles