>> What the problem is, I want to be able to send a html fax and can't >> find anything on how to do that. > Render HTML to PS. > Render PS to pbm > Convert pbm to group-3 compressed > send the group-3 compressed file. > The method to acheive this is left as an exercise to the reader.
I leave this as an exercise to the efax package. Render the html to ps using, say, html2ps. efax will then do conversion and sending of a postscript file. (In fact, efix could be modified to work with html files as well, if you have a little shell programiing experience. You could then send this patch to the author). Will work will getty's, sendfax etc. fine (each backing off because of lock files). Jamie -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
