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
creating pdf files in PHP
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: creating pdf files in PHP
(#10850)
-
Felix Demon
- Forum Newbie
- Posts: 2
- Joined: Wed Jul 29, 2009 9:18 am
Re: creating pdf files in PHP
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
yes. I already enabled the pdf extensions in php.