How to convert html to pdf??

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
RishikeshJha
Forum Newbie
Posts: 11
Joined: Tue Mar 31, 2009 1:54 am

How to convert html to pdf??

Post by RishikeshJha »

Hi,

i want to convert html to pdf which is generated dynamiclally throuhg php. can anyone give me the script or give me guideline how to do this?? its urgent

Thanks in advance..........
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: How to convert html to pdf??

Post by Benjamin »

When is your deadline?
newbe
Forum Newbie
Posts: 6
Joined: Tue May 05, 2009 4:37 am

Re: How to convert html to pdf??

Post by newbe »

RishikeshJha, try using fpdf.
DrTom
Forum Commoner
Posts: 60
Joined: Wed Aug 02, 2006 8:40 am
Location: Las Vegas

Re: How to convert html to pdf??

Post by DrTom »

We use htmldoc at work. It works pretty well.
ldougherty
Forum Contributor
Posts: 103
Joined: Sun May 03, 2009 11:39 am

Re: How to convert html to pdf??

Post by ldougherty »

Hello,

ezpdf is also an easy library to use; it suffices for most pdf tasks and is quick to pick up.

http://www.ros.co.nz/pdf/
Post Reply