HTML code to 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
icesolid
Forum Regular
Posts: 502
Joined: Mon May 06, 2002 9:36 pm
Location: Buffalo, NY

HTML code to PDF

Post by icesolid »

I am currently using HTML2PDF (located here http://html2fpdf.sourceforge.net/) for converting HTML code to a PDF document on the fly.

It works ok, but when it comes to setting more complex CSS or table properties in HTML it just doesn’t cut it. I was wondering if anyone had any other suggested links for what I am trying to do here.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: HTML code to PDF

Post by RobertGonzalez »

Have you looked at fPDF, PDFI or other variants of PDF writers?
Post Reply