Hi,
I create fields by using FormEditor
var editor = new FormEditor(doc);
If I want to add FieldType.DateTime instead of Text like this
editor.AddField(FieldType.Text, field.RefID, field.PageNumber, (float)field.Rect…...instead of text like this editor.AddField(FieldType.Text, field.RefID...(12.9 KB) But at all I can insert text … during pdf fullfillment...