Connecting Tech Pros Worldwide Forums | Help | Site Map

how can i create a pdf file

Member
 
Join Date: Dec 2008
Posts: 80
#1: Aug 20 '09
i want to create a pdf file i know the function which is these pdf_new(); but do not how to create a pdf file

Dormilich's Avatar
Moderator
 
Join Date: Aug 2008
Location: Leipzig, Germany
Posts: 3,648
#2: Aug 20 '09

re: how can i create a pdf file


this should be a good start
Member
 
Join Date: Dec 2008
Posts: 80
#3: Aug 22 '09

re: how can i create a pdf file


Am to turn on some on my wamp serve just the way i turn on gd library because the function pdf_new() is giving me fatal error
gopan's Avatar
Member
 
Join Date: Apr 2009
Location: Kochi (COK), India
Posts: 41
#4: Aug 22 '09

re: how can i create a pdf file


You may not have your pdflib installed in your server....

try the phpinfo(); and look for the following in out put..


pdf

PDF Support enabled
PDFlib GmbH Version 5.0.3
PECL Version 2.1.4
Revision $Revision: 1.155 $

if not found then goto this site and get pdflib installed...

http://pecl.php.net/package/pdflib
Reply