PHP generated pdf printable certificates

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
me!
Forum Contributor
Posts: 133
Joined: Sat Nov 04, 2006 8:45 pm

PHP generated pdf printable certificates

Post 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 :banghead:
looking for a good way to do this!

Anyone have any suggestions???
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: PHP generated pdf printable certificates

Post 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 :banghead:
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
Post Reply