Is it possible to convert a HTML page to PDF using PHP, and if so, how can it be done?
Specifically, the page is an invoice generated dynamically. So I would like it loaded using:
http://site.com/invoices/3333
And the HTML output would have to be converted to PDF.
Any god good libraries that do this will be fine.
