Anyone know of a PHP library for converting html to postscript? There is a Perl lib to do this, html2ps, I think.
I would like to combine this with some PDF creation code to automatically convert html (trying to avoid using PDFLib for licensing reasons).
Brian