Not sure why I can’t seem to find a discussion on this but I started with FPDF and ran into some issues. When searching online someone said you should be using TCPDF instead of FPDF. Any comments on this or is there a better product to use.
My needs are pretty straight forward in terms of creating reports from database info. No graphics involved. Pretty much all text except for maybe a logo image. Thanks
I have found FPDF much easier to use and to modify than TCPDF. I have even used it with an extension that allows existing PDFs to be loaded and modified from PHP. I have never looked to see if a better alternative exists because I have never had any problems using FPDF to do anything I have ever needed to do with PDFs.
Thanks for the input. Actually I dug into it and figured out what I was doing. I lam using an autoload and wanted it to operate within that framework. So after a few slight tweeks it is back up and working again and I have to agree. After looking at TCPDF, FPDF is much easier to use and has all the flexibility I will need at least for now so I will just stay with that. Cheers!