FillField doesn't save the value without FlattenField

I created a simple document with Acrobat 9. The document has 3 fields. I want the first field to be pre-filled, but I want the field to be editable. If I don't use FlattenField the value is not saved. If I use FlattenField the value is saved but the field becomes read only.

Dim form As Aspose.Pdf.Kit.Form = New Aspose.Pdf.Kit.Form(filename, LetterDirectory & "\output5.pdf")

form.FillField("OPName", "Testing Aspose")

form.FlattenField("OPName")

form.Save()

Hi Tim,

I have reproduced the problem at my end and logged it as PDFKITNET-12781 in our issue tracking system. Our team will be looking into the matter and you’ll be updated via this forum thread once the issue is resolved.

We’re sorry for the inconvenience.
Regards,

The issues you have found earlier (filed as 12781) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.