I\'ve been playing with iOS 4.2 UIWebView + AirPrint. The problem, however, is that getting the viewPrintFormatter from the UIWebView I\'m able to print PDF and images, but not
Thanks, I follow your hint and it work now. Using loadRequest instead:
[internalWebView loadRequest:[NSURLRequest requestWithURL:[NSURL fileURLWithPath:path]]];