Pdf file generation

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
trd04
Forum Newbie
Posts: 1
Joined: Tue Oct 07, 2003 8:57 am

Pdf file generation

Post by trd04 »

Hello,

Do I need a pdf editor installed on the server in order to create a new pdf file.? :roll: ( I will put in this file the result of a mysql query).

Thanx.
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

pdf editor? never heard of it, i use a class to make pdf files.

quite easy to use: u can get it from http://www.fpdf.org/en/home.php
User avatar
wmasterj
Forum Commoner
Posts: 40
Joined: Mon Aug 18, 2003 5:52 pm
Location: Stockholm, Sweden

Post by wmasterj »

official library:
http://se.php.net/pdf

Note: You have to install the pack!

;)
qads
DevNet Resident
Posts: 1199
Joined: Tue Apr 23, 2002 10:02 am
Location: Brisbane

Post by qads »

requires that you purchase a license for commercial use
uh..yea..if you doing it for your own personal site then sure, thats what you should use, but if like me, useing it for a client then fpdf is what you need :wink:
Post Reply