Archive for September, 2007

Another Free-To-Use HTMLPDF Converter

Tuesday, September 18th, 2007

I found another good script called “dompdf”, which was even easier to use than HTML2ps. You can find dompdf here.

Within the package there is a demo index file, which shows you some excellent examples. Enjoy

Convert HTML pages to PostScript or PDF

Wednesday, September 12th, 2007

I needed to dynamically generate PDF documents. I did not want to pay for libs, so I searched for some good freeware script. I found “Html2PS” done in PHP (some of you will know the perl script) It worked like a charm, and the fact that it supports CSS makes it a superb tool!