HTML to PDF converter - a free, good one written in PHP?

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
fluvly
Forum Newbie
Posts: 10
Joined: Wed Sep 23, 2009 10:08 am

HTML to PDF converter - a free, good one written in PHP?

Post by fluvly »

I am looking for a free HTML to PDF converter in PHP. I have been using dompdf, but it doesn't preserve cell padding or borders, and the pdf document does not look exactly the same as the webpage.

Does any of you know of any free good ones?

Thanks in advance!
User avatar
Darhazer
DevNet Resident
Posts: 1011
Joined: Thu May 14, 2009 3:00 pm
Location: HellCity, Bulgaria

Re: HTML to PDF converter - a free, good one written in PHP?

Post by Darhazer »

How about html2pdf ;)
Post Reply