turn a php page into 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
Telos
Forum Commoner
Posts: 37
Joined: Sat Aug 02, 2003 9:03 am
Location: Finland

turn a php page into pdf

Post by Telos »

hi, it's me back again with more annoying question :)
I'm still strugling with this research software I'm coding but now I want the report page to pdf document. I haven't done anything else with the pdf and php before but I learned already how to create the pdf file but now I have problems how do I get the php page into the pdf file. The php page shows the report from a research and I want that report to be in pdf file format. So can anyone help me?
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

i had to make a pdf report few days ago, i used a free class, its easy to use and VERY good.

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

download it from there ^^^^ :roll:
Telos
Forum Commoner
Posts: 37
Joined: Sat Aug 02, 2003 9:03 am
Location: Finland

Post by Telos »

Thanx! This really helps me...I hope
Post Reply