FDF_open

FDF_open -- Opens a new fdf document

Description

int pdf_open(string filename);

The FDF_open() function opens a new fdf document. If the parameter filename is '.' the file is read from stdin.

See also fdf_close().