html to pdf converter ??

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
User avatar
PHPycho
Forum Contributor
Posts: 336
Joined: Fri Jan 06, 2006 12:37 pm

html to pdf converter ??

Post by PHPycho »

Hello forums !!
I am searching for code that convert html to pdf .
Do anybody had idea or anylink to exisisting source code.
Thanks in advance to all of you
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

We use this with a great deal of success. Can't fault it really, although we don't give it anything too complex to parse.

http://html2fpdf.sourceforge.net/
Post Reply