show/hide this revision's text 3 added 2 characters in body

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.

show/hide this revision's text 2 added 46 characters in body

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 libraries that do this will be fine.

show/hide this revision's text 1

Converting HTML to PDF using PHP?

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