Try to change the name of a form field.
Used this code:
var pdf=new Document(@"C:\tmp\a.pdf");
var field=(TextBoxField)pdf.Form[1];
field.Name="gorilla";
pdf.Save(@"C:\tmp\b.pdf");
But the field name doesn’t get chan…...png (2.5 KB) The thing is that name...Preflight, shows this: image.png (3.6 KB) It is important to change...