[PHP] PDF Problem

2003-08-29 Thread Jack
Dear all I want to convert a text file to pdf format and store it in somewhere in my harddisk. I had found out that there is a dll inside my php4.04 directory (c:\php\extensions\php_pdf.dll) and from php.ini i had check that the extension_dir=c:\php\extensions; extension=php_pdf.dll had actived;

[PHP] pdf problem

2003-07-27 Thread Denis L. Menezes
Hello friends. I was checking for creation of pdf document on the server. But i was getting Call to undefined function: pdf_new() in /home/andsales/public_html/sap/getpdf.php on line 2. Can anyone te;ll me a solution? Is there some problem with compilation of PHP with PDFLIB libraries? Thanks

Re: [PHP] pdf problem

2003-07-27 Thread Curt Zirzow
* Thus wrote Denis L. Menezes ([EMAIL PROTECTED]): Hello friends. I was checking for creation of pdf document on the server. But i was getting Call to undefined function: pdf_new() in /home/andsales/public_html/sap/getpdf.php on line 2. Can anyone te;ll me a solution? Is there some