Connecting Tech Pros Worldwide Forums | Help | Site Map

PDF generation

Member
 
Join Date: Aug 2008
Posts: 40
#1: Sep 22 '08
I am creating an address book using php and mysql...Now i want to create mailing labels for all my contacts.To get the print of the mailing labels,i want it to be generated as pdf.Is it possible to generate a pdf file using php???

code green's Avatar
Expert
 
Join Date: Mar 2007
Location: England
Posts: 1,083
#2: Sep 22 '08

re: PDF generation


There are a couple of classes for php PDF
Expand|Select|Wrap|Line Numbers
  1. FPDF and ezpdf.
FPDF needs a fairly extensive inheritance class and some work to catch errors,
but it is quite easy to use and has a pretty good help forum
Cannot comment on ezpdf.
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
#3: Sep 23 '08

re: PDF generation


Heya, Divyac.

Check out PHP's PDF extension (http://php.net/pdf).
Reply