PHP Manual: fdf_open_string
fdf_open_string
Description
resource fdf_open_string ( string fdf_data )Reads form data from a string.
You can use fdf_open_string() together with
$HTTP_FDF_DATA to process FDF form input from a remote
client.
Parameters
fdf_dataThe data as returned from a PDF form or created using fdf_create() and fdf_save_string().