PHP Manual: fdf_open
fdf_open
Description
resource fdf_open ( string filename )Opens a file with form data.
You can also use fdf_open_string() to process the results of a PDF form POST request.
Parameters
filenamePath to the FDF file. This file must contain the data as returned from a PDF form or created using fdf_create() and fdf_save().