HTMLDraw is a converter that will take most simple xhtml and convert it to post script or portable document format.
Right now there are no binary packages but you can build it from subversion:
$ svn co http://svn.geiseri.com/svn/projects/HTMLDraw $ cd HTMLDraw $ qmake $ make $ make install
$ htmldraw /path/to/inputfile.html [/path/to/output.pdf] $ htmldraw http://server.com/path/to/inputfile.html [/path/to/output.pdf]
2008-12-05
2008-06-12