I've come across numerous scripts which allow you to generate a PDF doc from an html page. However they all seem to utilitize free webservices to do so (scripts running on other servers).
They all seem to work fine, but obviously no one wants to have to rely on a free web services, as they always have a habit of disappearing (and leaving your script ******)
The only standalone scripts i've been able to find dont allow you to 'convert' an html page, but instead you have to 'build' the PDF line by line (a real pain).
Any ideas?