Html to image on Linux

If you want to convert html to image on linux, try out html2image linux

It is a command line tool that is easy to use.

We have tested it on the latest Redhat Fedora 5. To use it, open an XTerm window in Gnome, and play with the command line.

Some users may experience a problem that reports missing libpangocairo.

Here is the solution:

Download pango RPM here, extract it and install.

rpm -Uivh cairo-1.0.2-1.1.fc4.nr.i386.rpm glitz-0.4.3-1.1.fc4.nr.i386.rpm libpixman-0.1.5-1.1.fc4.nr.i386.rpm pango-1.10.3-1.1.fc4.nr.i386.rpm pango-devel-1.10.3-1.1.fc4.nr.i386.rpm

Then it should work. Email us if you need any help!