I did a quick search and everyone here seems to suggest the zend link for questions on PDF generation, but that won't do what I need...
I need to make a small invoice system. Already have most of the back end done. And the system needs to let user insert their own HTML template for the invoice generation. Which finally converts the output HMTL to a PDF and send it off as attachment via email. I already have everything else done, but not the HTML to PDF part.
Because this is a linux powered solution, and I would like to use as little compile required applications as possible, I'm pretty much stuck with basic scripting languages such as php and perl. Does anyone know how to properly convert HTML to PDF in php (or if must, perl)?