Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
How to convert an HTML web page to PNG image on Linux
Posted by Philipp Esselbach on: 02/18/2014 10:00 AM [ Print | 0 comment(s) ]
Xmodulo shows you how to convert an HTML web page to PNG image on Linux
One of the easiest way to screen capture a particular web page as a PNG image is by using CutyCapt, which is a convenient command line Linux tool for converting any HTML webpage to a variety of vector and bitmat image formats (e.g., SVG, PDF, PS, PNG, JPEG, TIFF, GIF). Internally, CutyCapt uses WebKit rendering engine to export webpage rendering output to an image file. Built with Qt, CutyCapt is actually a cross-platform application available for other platforms such as Windows as well.
In this tutorial, I will describe how to convert an HTML web page to PNG image format using CutyCapt.
In this tutorial, I will describe how to convert an HTML web page to PNG image format using CutyCapt.
How to convert an HTML web page to PNG image on Linux