html to image or html to postcript to image

Larry Bates lbates at swamisoft.com
Mon May 17 10:17:07 EDT 2004


I've written several applications to do just this.
I do this using Python Imaging Library.  It has
methods for writing text onto an image that gets
rendered as graphics.  You can then save as any
format you like (e.g. JPG, TIFF, PDF, etc.).

HTH,
Larry Bates
Syscon, Inc.


"Lukasz Indyk" <dyzma at mat.uni.torun.pl> wrote in message
news:c8agcb$ihd$1 at atlantis.news.tpi.pl...
> i want to convert html to image (format of the image does not matter).
> is it possible in python? or mayby it is possible to convert html first
> to the postscript, and then postscript to image?





More information about the Python-list mailing list