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?
generate pdf
Moderator: General Moderators
- ambivalent
- Forum Contributor
- Posts: 173
- Joined: Thu Apr 14, 2005 8:58 pm
- Location: Toronto, ON
Re: generate pdf
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.