Is there a way to render a page offscreen and save the image to a file? I want to be able to pass a program a URL, and have the output be a JPG file on disk.
So far the only method I could come up with is to render to the screen, and do a screen capture. I really would like the process to work in the background, offscreen. My preferred OS/windowing environments are (in order) solaris/X (VFB); Linux X/GTK; Microsoft Windows. Native Java would be great, but C++ (or other) would be OK as long as I could get it to work! TIA -Pete-
