[PHP] Help with Acrobat FDF support

2002-03-28 Thread Robert Stoeber
I just found the very cool looking new FDF functions to support Acrobat forms. According to the documentation at www.php.net I have to download install the FDF SDK. Found the latest SDK and I put two files from the C directory of the SDK at: /usr/lib/php4/libfdftk.so /usr/include/fdftk.h

Re: [PHP] Help with Acrobat FDF support

2002-03-28 Thread Rasmus Lerdorf
You have to build the FDF extension to include FDF support by adding the --with-fdftk to the PHP build flags. -Rasmus On Thu, 28 Mar 2002, Robert Stoeber wrote: I just found the very cool looking new FDF functions to support Acrobat forms. According to the documentation at www.php.net I