Discover the OdtSaveOptions constructor to effortlessly save documents in ODT format. Streamline your workflow with this powerful tool!...document with an appropriate editor, // it will prompt us for the...
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...