fdf_set_value

fdf_set_value -- Set the value of a field

Description

bool fdf_set_value ( int fdf_document, string fieldname, string value, int isName)

The fdf_set_value( ) function sets the value of a field . The last parameter determines if the field value is to be converted to a PDF Name ( isName = 1 ) or set to a PDF String ( isName = 0 ) .

See also fdf_get_value( ) .