Page 1 of 1
PHP generated pdf printable certificates
Posted: Sat Mar 06, 2010 4:01 pm
by me!
I am trying to generate a nice fancy printable certificates of completion that may be printed out. Several fields will be populated from db info. I am
looking for a good way to do this!
Anyone have any suggestions???
Re: PHP generated pdf printable certificates
Posted: Sat Mar 06, 2010 4:22 pm
by mikosiko
me! wrote:I am trying to generate a nice fancy printable certificates of completion that may be printed out. Several fields will be populated from db info. I am
looking for a good way to do this!
Anyone have any suggestions???
FPDF :
http://www.fpdf.org/
or
TCPDF :
http://www.tecnick.com/public/code/cp_d ... p_dp=tcpdf
I've used both... mainly the first one without any problem so far
Miko