I am stuck on Pdf scripting and I can't get any of the pdf examples to work. I'm sure I have most of the setting correct but something is preventing the script from
running. Hope someone on the forum can get me up and running with pdf scripting
this is my set up
Window XP Professional running Apache 1.3 server
Apache Version Apache/1.3.31 (Win32) PHP/5.0.4
php5.0.4.4 and mysql
My php.ini is configured as followed
;Windows Extensions
;Note that ODBC support is built in, so no dll is needed for it.
;
;extension=php_bz2.dll
extension=php_cpdf.dll
;extension=php_curl.dll
extension=php_pdf.dll
I deleted the semi colon to enable;
When I loaded php 5.04 it didn't have the Php_pdf.dll
so I copied it from the Pecl to php/ext folder after down loading from the
web. this got rid of the error messages when booting up my system.
My phpinfo() seems to check out and yet my script still does not work
PDF Support enabled
PDFlib GmbH Version 5.0.3
PECL Version 2.0.5
Revision $Revision: 1.144 $
I did check out pdflib.com but I don't think I need to download the PDFlib
function as I understand php_pdf.dll is all that is required.
All ext in .dll folder are working ok such as mysql, GD Library
PARADOX2