I have a workflow that merges an XDP (built mostly of fragments) and form data. At the end of the process I need to append some static PDF files to the end. Because Assembler will not allow assembly of a dynamic XFA form, I am trying to use Output to flatten it first. The problem is, there is script in the Initialize event of the form that rearranges some things based on a status value in the form data. When I run the form through output, it is flattened before this happens.
Does anyone have an idea of how to go about this? We've been playing with PDF/A's and FormsService and can't get anywhere.
Thank you!