UIWebViewToFile Convert UIWebView Context to Image or PDF files. @interface UIWebView (ToFile) - (UIImage *)imageRepresentation; - (NSData *)PDFData; @end