I have a web view that displays a fancy bar graph. I need to basically take a screenshot of it (entire HTML document, not just area currently visible in the webview control) and stuff it into a PDF. The HTML file is generated by my app, so I can add anything I want to it. Working with PDF is also not an issue.
The question is how do I go about grabbing rendered HTML document as a bitmap? Ideas on a high level approach would be helpful.
Note that HTML graph is done with DHTML and not canvas, so solution described here does not apply