So a need to do a complete print to an image of a website, server side, and doesn't really matters the price (ok it matters, if its not to high :P). Runs a nix machine
So i found a a couple of options:
Convert HTML To Image on Linux : JPG, JPEG, BMP, PNG with html2image for Linux It has a ruby samples and it works perfectly(4 lines of code), but i can't find the API and the available methods.
Http://pearlcrescent.com/products/pagesaver/doc/#commandline Also works, uses firefox to render, but i don't know how it will handle lots of multiple requests(performance wise), any idea?
khtml2png download | SourceForge.net similar to pearl crescebt, but for konqueror
with headless server Taking automated webpage screenshots with embedded Mozilla :: Hackdiary
and http://www.blogs.uni-osnabrueck.de/rotapken/2008/12/03/create-screenshots-of-a-web-page-using-python-and-qtwebkit/
i need to use python
http://ruby-gnome2.sourceforge.jp/hiki.cgi?RubyGecko MozSnapshooter seems to work, didn't have time to try it, any one used it?
seleniumhq (http://seleniumhq.org/) uses ruby and has an interface that can grab a screenshot. does any one know of samples with selenium (any example should do)?
Does any one know alternatives? Does any one used one of them? Performance wise, what should i use?