I want to install pdflib on my xamppserver. I download pdflib 9 and copied php_pdflib.dll and pasted on ext. Also I have added extension=php_pdflib.dll in php.ini, but I am still getting error message.
You need to see in phpinfo() output, which version of php you have and if php version and compiler matches the version of PDFlib - everything should work fine.