Hi, is it possible to change the name of a field in a Pdf document using Aspose?
I tried the code below, but that didn't seem to work.
form.FieldsNames[0]="test";
Hi, is it possible to change the name of a field in a Pdf document using Aspose?
I tried the code below, but that didn't seem to work.
form.FieldsNames[0]="test";
Hi,
Thank you for considering Aspose.
Please use the FormEditor.RenameField method of Aspose.Pdf.Kit to rename a field.
Thanks.