We are utilizing ImportXml to fill in the XFA PDF form fields, but we noticed the form is unable to be edited afterward with the message below.
image.png (47.3 KB)
Then, we saw in one of the forum topics to try using RemoveUsageRights from Facades.PdfFileSignature as below.
image.png (5.0 KB)
The form is able to be edited now but is not able to be saved as an editable PDF form. Instead, the form needs to be printed/saved as a PDF but all the forms will be flattened.
image.png (50.9 KB)
Our expectation is to be able to import XML data into XFA PDF forms but also enable the users to edit the form afterward as they please and also be able to be saved into the same form. Is there any way we would be able to achieve this?