You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
World Wide Web Server edited this page Jul 4, 2012
·
9 revisions
Create a [b]3rdparty[/b] folder inside your application folder:
[code]application/3rdparty[/code]
Download TCPDF and extract it into the [b]3rdparty[/b] folder you just created. You should now have:
[code]application/3rdparty/tcpdf/...[/code]
Download the [url=http://codeigniter.com/wiki/5b16a3c51a694839b3470eaa8d838b2e/]TCPDF integration library[/url] and install it in your application folder:
[code]application/config/tcpdf.php
application/libraries/pdf.php[/code]
Configure the tcpdf.php config file as needed
Test controller:
[code]
class pdf_test extends Controller {