Formatting PDF in PHP

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
User avatar
Etherguy
Forum Commoner
Posts: 70
Joined: Fri Nov 01, 2002 9:09 pm
Location: Long Island, New York

Formatting PDF in PHP

Post by Etherguy »

What I would like to do is print mailing labels directly from a intranet site. I have come to the conclusion that the only way to do this would be pdf or rtf. The label information will be coming from a MYSQL DB. Does anyone have any code snippets on how to do this?

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

Post by qads »

matthiasone
Forum Contributor
Posts: 117
Joined: Mon Jul 22, 2002 12:14 pm
Location: Texas, USA
Contact:

Post by matthiasone »

I use http://www.fpdf.org/ for my pdf needs which includes labels
User avatar
Etherguy
Forum Commoner
Posts: 70
Joined: Fri Nov 01, 2002 9:09 pm
Location: Long Island, New York

Post by Etherguy »

Thanks. Worked like a champ, and much nicer to work with than PDFLib.

Thanks Again.
Post Reply