Sunday, August 2, 2009

How do you install PDFLib Lite on a Windows system using Apache and PHP?

I have looked at the Byzantine documentation, and not being a C programmer, cannot make sense of it.

How do you install PDFLib Lite on a Windows system using Apache and PHP?
1. Download and install PDFLib DLL from here:


http://pecl4win.php.net/ext.php/php_pdfl...





2. Place the DLL in the extensions folder for your PHP install. That folder was defined during your install and is listed in your php.ini file:


http://us.php.net/manual/en/ini.core.php...





3. Add the appropriate extension line to your php.ini file:


extension=php_pdflib.dll





4. Restart PHP / Apache.





The library should work after the web service restart.

survey monkey

No comments:

Post a Comment