CodeIgniter Forums
Using serverside PDF library without composer - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=11)
+--- Thread: Using serverside PDF library without composer (/showthread.php?tid=81470)



Using serverside PDF library without composer - paulfst - 03-07-2022

Hello all,
thanks again for making codeigniter 4 - it works perfect for me.
I have the following question / problem:
I have a CI4 project with a lot of stuff already inside. Now, I need to add PDF-creation on server side. I previously used a client-side library to generate pdfs in javascript.
In our project, I can not use Composer to install something like TCPDF.
How would I go from here to get a library installed in my existing setting without using composer?

If anyone has an idea or a tutorial I could follow, I would be more then thankful for that.

Thanks a lot in advance and have a nice week!
Paul


RE: Using serverside PDF library without composer - cseon - 03-07-2022

Hello,
this page can help you :
https://forum.codeigniter.com/thread-80009.html


RE: Using serverside PDF library without composer - paulfst - 03-07-2022

Thank you very much! This already fixxed the issue.
Wasn't using the autoloading properly.

Thanks for giving me the hint! Smile