UIWebViewToFile icon indicating copy to clipboard operation
UIWebViewToFile copied to clipboard

Convert UIWebView Context to Image and PDF files.

UIWebViewToFile

Convert UIWebView Context to Image or PDF files.

@interface UIWebView (ToFile)

- (UIImage *)imageRepresentation;

- (NSData *)PDFData;

@end