Hallo!
Ich möchte unter PHP PDFs erzeugen.
Nun habe ich Probleme beim Einbinden der PDFlib.
Folgende Fehlermeldung erscheint:
X-Powered-By: PHP/4.2.2 Content-type: text/html
Fatal error: Call to undefined function: pdf_open() in c:\inetpub\wwwroot\test\pdf.php on line 4
PHP Warning: pdf: Unable to initialize module Module compiled with module API=20010901, debug=0, thread-safety=1 PHP compiled with module API=20020429, debug=0, thread-safety=1 These options need to match in Unknown on line 0
Habe in der php.ini die folgende Änderung gespeichert:
extension=extensions/php_pdf.dll
Ich verwende Win2000 und PHP 4.2.
Für was habe ich eigentlich PDFlib runtergeladen und wie bringe ich die Sache nun zum Laufen.
Danke
B. Hopf