html > 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
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

html > pdf?

Post by qads »

hi guys,
i got a project where i need to make a pdf file from a html file, i have been searching around and found i will need pdflib for it, and that costs! being a cheap guy (not that cheap), i was wondering if there are any other lib/classes you guys used for this? free ones?

also, know of any good starting points for makeing pdf files with php?

thanks alot
coc
Forum Newbie
Posts: 1
Joined: Fri Aug 08, 2003 2:11 am

HTML > PDF

Post by coc »

Hi

I am using FPDF, suitable for me.
It is free, and easy to use

Link : http://www.fpdf.org/en/home.php

/Claus
Post Reply