PDFlib is normally included in the PHP distribution for Windows.
You can check if it's properly configured with phpinfo(), just scroll down until you see the table "PDF support"...
I also had throubles at the beginning, you should check your script for correct
use of the pdf functions. You should also check the version of PDFlib working on your server because latest versions of PDFlib have different functions.
On phpbuilder.com you can find a useful template and further information
can be seeked on pdflib.com
I hope this could be useful to you.
Francesco
P.S. Please note that I'm using PHP 4.2.0 on Windows Xp Professional using Apache as web server.
On Thu, 3 Apr 2003 12:42:36 -0700, Bill Hudspeth <[EMAIL PROTECTED]> wrote:
Hello,
I am having problems getting the PDF extension to work with PHP on Windows.
I am running PHP 4.2.3 on Windows NT 4.0 using IIS as my internet server. I
have enabled the PDF extension in the php.ini file, with no apparent
success. When I try to load the page, I get an empty screen (i.e., no error
messages or undefined functions). It was my understanding that the Windows
module version of PHP had PDFLib libraries already built in. What might be
my problem?
Thanks, Bill
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php