So I have an assignment where I need to output the data from mysql database
in PDF. And of course I am using PHP
on this. I already started using FPDF since the first tutorial that popped up when I searched PHP to PDF on yt was FPDF
.
The problem is there are some things that I need to do on PDF that I think FPDF
can't do. Like different grids, fill color each grids and etc. And it was literally yesterday after I discovered that TCPDF
exists! I visited the TCPDF
page and I saw there that it is more wide that FPDF
.
I know it is my fault that I didn't do enough research before I started coding. I just want to know what you guys thought is better. Should I stick on FPDF
or go with TCPDF
? Thanks.
p.s. please be nice