Page 1 of 1

creating pdf files in PHP

Posted: Tue Jul 28, 2009 7:46 pm
by skylines
Hi,

Do we need any software pre-installed for creating pdf files in php . Currently i have adobe acrobat reader installed in my system and i am using pdflib functions to create a pdf file in php. I am getting "pdflibexception with message "function must not be called in object scope at PDF_setfont()."

so i am thinking that the file creation is failing itself. can someone pls help me.

Thnaks

Re: creating pdf files in PHP

Posted: Wed Jul 29, 2009 1:47 am
by Christopher
Here is a recent thread with a lot of information about PDF generation.

viewtopic.php?f=1&t=103373

Re: creating pdf files in PHP

Posted: Wed Jul 29, 2009 9:21 am
by Felix Demon
According to PHP manual u need to have to put and enable PDF extention in order to make pdf with php.

Re: creating pdf files in PHP

Posted: Wed Jul 29, 2009 2:46 pm
by skylines
yes. I already enabled the pdf extensions in php.