Generate PDFs using PHP

Years ago, we were able to get away with just exporting to text files, maybe CSVs if people wanted to see their data in Excel. But those days are past, and customers want the output of their web apps to be just as rich and vibrant as the rest of the software they use every day.

Two members stepped up to the plate with presentations on creating PDFs with PHP, using two popular libraries: TCPDF and FPDF.

Eric Michalsen’s presentation, on TCPDF:

Also, check out Mike Creuzer’s presentation on FPDF:

Thanks for the great presentations!

Comments are closed.