Page 1 of 1

Formatting PDF in PHP

Posted: Thu Oct 30, 2003 10:15 am
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

Posted: Thu Oct 30, 2003 11:45 am
by qads

Posted: Thu Oct 30, 2003 12:29 pm
by matthiasone
I use http://www.fpdf.org/ for my pdf needs which includes labels

Posted: Thu Oct 30, 2003 3:35 pm
by Etherguy
Thanks. Worked like a champ, and much nicer to work with than PDFLib.

Thanks Again.