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…...change FullName using (var editor = new Aspose.Pdf.Facades.FormEditor())...FormEditor()) { // Bind PDF document editor.BindPdf(input); // Rename the...