CI4 PDF Customized |
Goodmorning everyone,
i am using codeigniter version 4 rc3. I should create pdfs but I have to customize them, this is to say that they are not like the web page displayed. Which library do you recommend to use. I with codeigniter 3 used fpdf. Which is very customizable. Since I'm doing a new project I ask, which pdf library integrates with codeigniter 4 and allows me to customize the reports I had to build by taking data from the database. Thank you
One of the best is TCPDF you may want to try that one there is a new version in the works.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(02-08-2020, 05:51 AM)InsiteFX Wrote: One of the best is TCPDF you may want to try that one there is a new version in the works. I built this library, in App \\ Libraries \\Pdf.php PHP Code: <?php in Home_1 controller i call this. PHP Code: <?php namespace App\Controllers; but it gives me a mistake Class 'App\Libraries\Pdf' not found thanks (02-08-2020, 07:01 AM)gra Wrote:solved it was a concept related to php7:(02-08-2020, 05:51 AM)InsiteFX Wrote: One of the best is TCPDF you may want to try that one there is a new version in the works. PHP Code: <?php
Glad you got it to work, enjoy now.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
This should do the trick.
Code: composer require tecnickcom/tcpdf Code: composer install PHP Code: <?php namespace App\Controllers; |
Welcome Guest, Not a member yet? Register Sign In |