Инсталиране/Конфигуриране
PHP Manual

Инсталация

You must compile PHP with --with-fdftk[=DIR].

Забележка: If you run into problems configuring PHP with fdftk support, check whether the header file fdftk.h and the library libfdftk.so are at the right place. The configure script supports both the directory structure of the FDF SDK distribution and the usual DIR/include / DIR/lib layout, so you can point it either directly to the unpacked distribution directory or put the header file and the appropriate library for your platform into e.g. /usr/local/include and /usr/local/lib and configure with --with-fdftk=/usr/local.

Забележка: Note to Win32 Users
За да работи това разширение, трябва съответните DLL файлове да бъдат в системния път (PATH) на Windows. За повече информация, вижте въпросът от FAQ, озаглавен "Как да добавя PHP директорията към PATH при Windows" за повече информация относно това. Въпреки че копирането на DLL файлове от директорията на PHP в системната папка на Windows работи, не е препоръчително.Това разширение изисква следните файлове да бъдат в PATH: fdftk.dll


Инсталиране/Конфигуриране
PHP Manual