generate pdf

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mrblack
Forum Newbie
Posts: 6
Joined: Mon Oct 19, 2009 5:22 pm

generate pdf

Post by mrblack »

Hi,
how can I generate PDF in PHP ? I have no idea how to do this. I'd like to generate it dynamically from static HTML. Any ideas?
User avatar
ambivalent
Forum Contributor
Posts: 173
Joined: Thu Apr 14, 2005 8:58 pm
Location: Toronto, ON

Re: generate pdf

Post by ambivalent »

User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: generate pdf

Post by pickle »

PDFLib & TCPDF are other options. I personally prefer TCPDF to FPDF
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply