How to integrate TCPDF on CI4 as Library |
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. |
Messages In This Thread |
How to integrate TCPDF on CI4 as Library - by msjagan - 03-09-2020, 04:19 AM
RE: How to integrate TCPDF on CI4 as Library - by includebeer - 03-09-2020, 04:44 AM
RE: How to integrate TCPDF on CI4 as Library - by msjagan - 03-09-2020, 11:32 PM
RE: How to integrate TCPDF on CI4 as Library - by luiscarlos - 06-11-2020, 04:30 PM
RE: How to integrate TCPDF on CI4 as Library - by kabata+ - 09-05-2020, 01:45 AM
RE: How to integrate TCPDF on CI4 as Library - by paulbalandan - 09-05-2020, 11:04 AM
|