CodeIgniter Forums
Creating Invoice PDF from the data fetched from MySQL database - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Creating Invoice PDF from the data fetched from MySQL database (/showthread.php?tid=67303)



Creating Invoice PDF from the data fetched from MySQL database - Nishant Thakur - 02-08-2017

I am working on an invoicing software using CI 3  framework. I have create a form for user to fill in all the required information. Now I have to send that information to a PDF templete in an organised order. Please explain me how should I do this.
Thank you


RE: Creating Invoice PDF from the data fetched from MySQL database - Diederik - 02-08-2017

I use DomPDF whenever I need to output content to a PDF file

https://github.com/dompdf/dompdf


RE: Creating Invoice PDF from the data fetched from MySQL database - php_rocs - 02-08-2017

I use TCPDF for creating my PDFs