Tag Archives: php classes

FPDF – Creating PDF files using PHP

What is FPDF?
I came across thsi little gem while searching for a PHP class that allowed me to create PDFs on the fly using PHP. Basically, FPDF is a PHP class which generates PDF files using PHP. It is a free class and full documentation of its use and hw to use it can be [...]

Read more