Hi,
I have created a PDF with fields using the method :-
pdf.facades.formEditor.AddField(FieldType.Text, "firstName", 1, 220, 580, 350, 565);
When I create the PDF and send it to a user who then fills it is and saves a signed copy.
I cannot retrieve the fields from the signed copy. Is this behaviour expected?
I have attached the signed pdf document
Thanks