Hi
I am able to successfully open a single editable XFA PDF using PdfLoadedXfaDocument, populate the fields and save back to a file.
What I would like to do is loop through several XFA forms, filling them out as I go, but only saving to a single file with multiple forms, once I have finished the loop.
I am aware of the ability to merge several files from disk, but that seems wasteful to me.
What is the most efficient way looping through several XFA forms, populating them then saving a single "Summary" file.
Thanks
Are you aware of any work arounds? I would be happy to flatten the XFA into a regular PDF and then merge, but Flatten appears to be broken with my document. See this forum thread Call To XFA Flatten Results In Null Reference Exception