How to extract info for XFA form using Aspose.PDF for Python via .NET?

Hi,

If we convert the XFA form to Acroform using below code can we extract labels out of it in anyway.

pdfDocument = ap.Document(“input.pdf”)
output_pdf = “output.pdf”
pdfDocument.form.type = ap.forms.FormType.STANDARD
pdfDocument.save(output_pdf)

If not, is there any other way like converting to XML or any other format that can help.
Also, can you give some guidance on getting the coordinates and establishing relationship.

For manipulation with XFA form you need to use document.form.xfa. object.
But I can’t see full compatibility with the same object in Aspose.PDF for .NET.
I will give you a more detailed answer within 2 days after checking this fact.

Will wait for your answer. Thank you.

@dewan.ishi
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-56789,PDFPYTHON-206

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Since XFA support is not fully implemented, we can’t propose an efficient way to solve your issue right now.