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 that...only ecymerman April 30, 2025, 2:33pm 6 True, but when I open it...