void fdf_get_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().