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?
a source to share
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.
a source to share
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. "
a source to share