Day: October 13, 2014

  • Making headless screengrabs without PhantomJS

    Ok this can be done with PhantomJS and it is probably better/simpler/etc. But if you, for any reason, can’t use PhantomJS to make screengrabs, here’s an over complicated alternative we came up with. wkhtmltopdf is an easy way of making screengrabs of webpage: $ wkhtmltopdf “http://google.com” googlescreendump.pdf Most package managers (at least Rpm and Aptitude) has it,…