Display page as image

I have a question for Java or C # programmers. I want to display some pages in different browsers mainly Firefox and IE and save them as a picture. I have no serious experience with Java / .Net. Are there any libs / tools for such tasks? For example, I was thinking about some FF extensions, but I don't know how to do it in IE. Does .Net have some libraries to deal with it? Maybe some ActiveX? Any sugestions?

+2


a source to share


3 answers


http://www.vesic.org/english/blog/winforms/render-html-to-quality-jpeg/



+1


a source


I'm not sure what your ultimate goal is, but perhaps http://browsershots.org/ offers the functionality you are looking for? It looks like they offer both an XML-RPC interface and source code freely.



Edit: It looks like the source code link is not connected at the moment.

+1


a source


You can use the FireFox Screengrab extension - it's very convenient!

"Screengrab!" Is an extension that makes it easy to save a web page as an image - a screen capture tool for Firefox!

With it, you can save everything you can see in the browser window - from a small selection to a full page. "

0


a source







All Articles