HTML2Image For Linux and UnixFeatures | FAQ | History |Support | Buy! | Clients
html2image can convert html to bmp, convert html to png and convert html to jpg. The URL and image file name can be specified on command line paramters, which is useful for batch processing a lot of html files. You can also call the command line program from your favourite programming languages like php or C++ in order to add html to image functionality to your server applications. You can also control the compression quality of the jpeg image by specifying the quality parameters on command line.
html2image uses the cutting-edge html to image renders which can capture html content into high quality bitmap raster image and then save it into popular web image formats like png, jpg or jpeg. If you want to support more image format, you can use the image conversion tool available in linux such as imagemagick to post processing the images like making thumbnaul image etc. An example image converted looks like this:
Normally htmli2image needs a X server to run. But you can run html2image without installing a true X11 server. Xvfb does the trick. With this cool in memory X11 server, you can run html2image without a true display. All the html loading and rendering operations will be done in memory. It will be more fast and suitable for batch html to image conversion on your servers. Still unsure about html2image linux? Download and try it to convert html to image for free!
|
||||||||
Highlight Features:
Version:2.0.2010.208 Keywords:convert html to image,
html to jpg, html to image, html to tiff, html to gif, html to bmp,
html to png
System Requirements:Linux based OS, GTK 2, Internet connection, High color display mode. Linux kernel - 2.2.14 or higher with the following libraries or packages:
Tested on Red Hat Fedora 5 , Novell SuSE Linux 10.0, Red Hat Fedora 4, Red Hat Enterprise Linux 4 , Red Hat Enterprise Linux 3 If you system doesn't have libpangocairo, please try to install libpangocairo ( type "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" to install) If you are using Fedora Linux, You can also to use the software installation tool Yum to install those dependencies. If you want to do html to image on Solaris, we can work on a Solaris SPARC build. Known Issues
Generic UsageBelow are generic instruction for using
html2image on linux. For different linux distribution, there may
be slightly difference. We gives special instructions for some popular
linux distributions after this. If you feel hard to follow it,
please contact us by email or IM for help. 1. Extract the install package to a folder.
(for example, /html2image/). 2. Add the folder path to ld path for shared library. For example
3. Run html2image which is a command line tool to convert html to image. (bmp and png image format are supported currently). The following are some examples:
4. For more help, type "html2image -h" 5. You can also run html2image with Xvfb on the text mode console. In the html2image folder, run the below comman (Xvfb can be also installed from your linux with tool like apt-get or yum)
The command can be called in batch or web CGI
script files to convert url or html to image files How to use html2image linux on Debian Lenny 5
and Ubuntu 8/9
|
||||||||
|
Subscribe to html to image | |
| Email: |
|
|
| Browse Archives at groups.google.com | ||
1. What image format does HTML2Image
Linux support?
Answer: It supports converting html to png
and html to bmp as well as html to jpg.
2. What is the runtime dependency of
Html2Image?
Answer: There is a depend.txt in the
package which lists all the runtime dynamic dependency libraries. You
need to have those library on your system.
3.
Do
you
have
source
code license?
Answer: Yes, we have full source code
license. If you want the source code license of html2image linux,
please email to us with your usage details.
02/18/2010 Update: update render
engine and test html to image on Fedora 8, CentOS 5, Ubuntu 7/8/9,
Debian 5 (both x86 and x64)
10/01/2009 Update: update howto
run html to image on ubuntu 9 x64
11/30/2008 Update: support x64 linux systems with detailed instruction
06/08/2007 Update: support delay before capture
12/22/2006 Fix https bug
11/06/2006 New build, remove libpangocairo dependency. Xvfb support
07/07/2006 Add php demo and a mini webserver wrapper for using
html2image from php
06/26/2006 Add html to jpeg, jpg support
04/16/2006 Initial Release, convert html to image, html to png