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).