How to integrate TCPDF on CI4 as Library |
I am trying to integrate TCPDF on CI4. while integrating, it throws
What I have done so far is 1) Pasted tcpdf folder in library folder 2) Created "Tpdf.php" in library folder (code below) Code: <?php 3) I called TCPDF in "home controller" (code below) Code: <?php After that I am getting error as shown in attached image Please suggest the solution.
On the example page they say to include tcpdf_include.php:
PHP Code: // Include the main TCPDF library (search for installation path). Also, it’s not what cause this error, but you declared a $tcpdf variable but you assign the new object to $tpdf.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
(03-09-2020, 11:32 PM)msjagan Wrote: I corrected the wrong like you mentioned and still it throws the same errorThe correct way to use the library was mentioned in https://forum.codeigniter.com/thread-75463.html
I had such a problem with PHPSpreadsheet; such a problem was resolved when I used composer to download the library. Hope this can help you.
|
Welcome Guest, Not a member yet? Register Sign In |