PHP - FDF Get Ap Module
The fdf_get_ap() function can get appearance of a field.
Syntax
bool fdf_get_ap( resource $fdf_document , string $field , int $face , string $filename )
The fdf_get_ap() function can get the appearance of a field (i.e. the value of /AP key) and store it in a file.
The fdf_get_ap() function can return true on success, or false on failure.
php_function_reference.htm
Advertisements