I have setup a database with techtips on our intranet, and added recently
the
option to fax these techtips (with embedded images) using Hylafax.
In order to fax them properly I convert the document to postscript first. I
use
Jan Karrman's 'html2ps' perlscript for this.
This relies too much on external programs, which makes it problematic to
troubleshoot and maintain.
I like to have a filter (does not need all the options of 'html2ps')
that is a single binary (or script) that will render and convert to
postscript. (including
the images referenced with an IMG tag)

The code is available in the netscape sources (it prints to postscript) so
I am wondering
if someone is working on such a filter using the code from netscape.
Or is there another filter (that takes an url and) that can do the job,
that does
not depend on so many external applications to do the final conversion.

Since I am not a programmer, I have to 'consume' what others are building.

Thanks,

Hans Feringa



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to