Page 1 of 1

Convert Simple HTML into PNG or GIF?

Posted: 2007-02-21T00:12:35-07:00
by howa
Any method can convert a simple HTML(only contains simple tags such as
p, b, i, u) to PNG or GIF?

thanks.




p.s. I originally tried to send this message to the mailing list, but was blocked:

ERM_FAILURE: SMTP Error (state 8): 554 5.7.1 Rejected 64.233.184.237 found in spam.dnsbl.sorbs.net

But I am using Gmail, so a lot of users also being blocked?

Re: Convert Simple HTML into PNG or GIF?

Posted: 2007-02-21T10:19:17-07:00
by el_supremo
so a lot of users also being blocked?

Yes, my ISP is also blocked because it's still on SORBS. I can still receive the messages from the email list but can't post/reply directly to the list.

Pete

Re: Convert Simple HTML into PNG or GIF?

Posted: 2007-02-21T20:04:15-07:00
by anthony
Ignoring the mail problem....
if you have "html2ps" installed as well as ghostscript, IM will use those 'delegates' and convert the html into an image

Code: Select all

   convert -density 72 text.html page.png