Saving webpage as 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
G.kanojiya
Forum Newbie
Posts: 1
Joined: Wed Jan 25, 2012 4:28 am

Saving webpage as pdf

Post by G.kanojiya »

Hi All...

I am looking for a way of saving currently open webpage as a pdf file.........I searched for that and even gone for this site http://www.tcpdf.org. But there also I didn't find any perfect way of doing this all....If somebody else has tried tcpdf for that or done something like that, then plzzzzz do help me....Thanx......:)
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: Saving webpage as pdf

Post by Celauran »

FPDF has worked for me in the past.
User avatar
php3ch0
Forum Contributor
Posts: 212
Joined: Sun Nov 13, 2005 7:35 am
Location: Folkestone, Kent, UK

Re: Saving webpage as pdf

Post by php3ch0 »

The otherone to consider is dompdf. It is a bit slower rendering but seems to have better css support.
Post Reply