Fdf/setup-Phpdoc专题
安装/配置
目录
需求
You need the FDF toolkit SDK available from » http://www.adobe.com/devnet/acrobat/fdftoolkit.html. As of PHP 4.3.0 you need at least SDK version 5.0. The FDF toolkit library is available in binary form only, platforms supported by Adobe are Win32, Linux, Solaris and AIX.
安装
此扩展被认为已无人维护及已消亡。然而,此扩展的源代码还可在 PECL SVN 找到: » https://svn.php.net/viewvc/pecl/fdf.
This extension is no longer bundled with PHP as of PHP 5.3.0.
Note: If you run into problems configuring PHP with fdftk support, check whether the header file
fdftk.hand the librarylibfdftk.soare at the right place. The configure script supports both the directory structure of the FDF SDK distribution and the usualDIR/include/DIR/liblayout, 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/includeand/usr/local/liband configure with --with-fdftk=/usr/local.
Note: Note to Win32 Users
为了使此扩展生效, DLL 文件必须能在 Windows 系统的
PATH指示的路径下找到。如何操作的信息,请参见题为“如何在 Windows 中将 PHP 目录加到 PATH 中”的FAQ。虽然将 DLL 文件从 PHP 文件夹复制到 Windows 系统目录也行,但不建议这样做。 此扩展需要下列文件在PATH路径中:fdftk.dll
运行时配置
此扩展没有在 php.ini 中定义配置指令。
资源类型
Most fdf functions require a fdf resource as their first parameter. A
fdf resource is a handle to an opened fdf file. fdf resources may be
obtained using fdf_create, <span
class="function">fdf_open and <span
class="function">fdf_open_string.