Can somebody recommend the best (and preferably portable) way to render HTML documents onto a bitmap? As far as I understand my main 2 options are WebKit and Gecko, but I w
You can do this from the command line using webkit2png.py, which uses Python and QtWebKit (though I haven't tried it myself yet).