I'm trying to capture a screenshot of a remote website. We're running on all linux servers, and trying to stray away from the win series.
I've thought about this, I concluded that the best solution will probably require one or more of the following:
-> Go out, gather the HTML source of page along with images.
-> Store to harddrive.
-> Invoke command line utility to convert HTML to an image file (.jpeg or .png)
-> Save image to web root directory.
-> Return with true.
Now, I can do all of that, except that little thing about me needing the command line utility. I've looked around, found things ilke HTML2JPG, WebSwoon, ImageMagik, etc etc. Almost all of them are strictly windows.
So if anyone knows of another solution, preferrably open source, or have done a project similiar to this one, please lemme know.