[eluser]Unknown[/eluser]
Sorry if this topic already exists, I haven't found it.
Is there a PHP /CodeIgniter solution than one can use in order to create and print documents from an CI application?
What I'm asking is how one can easily create and print a document from an html table (php generated table)?
I'have worked with Jasper, also with Oracle BI Publisher. In such tools you can write your sql code, then call a javascript function from a view (passing the inputs for abovementioned sql) and get a report ready to be printed (you can choose the format: doc, pdf, txt, xls, whatever...).
Is there anything (free

) like that for PHP / CI?
Regards