How to fill PDF form with XFA elements using Python while keeping it editable?
I am struggling with processing PDF forms that contain XFA (XML Forms Architecture) elements. My current task involves automating the filling of these forms using Python. The main challenge I face is finding a library that can effectively handle both the extraction and filling of form fields in XFA forms.