CodeIgniter Forums
Print solution for CI / PHP - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Print solution for CI / PHP (/showthread.php?tid=47515)



Print solution for CI / PHP - El Forum - 12-12-2011

[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 Smile) like that for PHP / CI?

Regards