I used to do this with a UIWebView loaded with a PDF document
CGSize size = webView.Bounds.Size; UIGraphics.BeginImageContext(size);