Ben-Nes Michael <[EMAIL PROTECTED]> writes: > Hi All > > I want to convert html pages to jpg/gif images. > > The plane is more like: > > 1. print a Web page to file > 2. convert ps to jpg or gif > > How can I print from console ( with color ) to file a web page ? > > Does any body have a better way then i wrote above ?
For some reason my response didn't get to the list, so I decided to try again - sorry if it appears twice in the end. Will $ lynx -source <URL> > foo.html $ convert foo.html foo.jpeg do what you want? [UNTESTED] On a somewhat off-topic note, your question looks intriguing given http://www.gnu.org/philosophy/gif.html http://www.theregister.co.uk/content/4/26339.html ;-) -- Oleg Goldshmidt | [EMAIL PROTECTED] "IBM is a pretty big company." [W. Gates] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
