You examined the contents of UIWebView using ...
NSString HtmlCOntent = [NSMutableString stringWithString:[self.webView stringByEvaluatingJavaScriptFromString:@"document.body.outerHTML"]];
This can help you understand how WebView deals with the contents of a PDF file.
Denis source share