Hi all,
I have a number of forms that I need to merge with data and assemble into one XFA-based PDF.
Currently I use the following ddx:
<DDX xmlns="http://ns.adobe.com/DDX/1.0/">
<PDF result="ContainerPDF">
<PDF source="file:///C:\Dispatcher\Forms\form0001.xdp"/>
<XFAData>
<My Data XML>
...
</My Data XML>
</XFAData>
<NoForms/>
</PDF>
<PDF source="file:///C:\Dispatcher\Forms\form0002.xdp"/>
<XFAData>
<My Data XML2>
...
</My Data XML2>
</XFAData>
<NoForms/>
</PDF>
</PDF>
</DDX>
This works, but obviously gives me a NON-XFA Form - I have tried taking out the <NoForms> tag but this gives me an error saying that the "baseDocument cannot be assembled because it is an XFA-based form".
What do I need to change (the xdp?, the ddx or something else?) to get out an XFA-based form from Assembler.
Thanks in advance
Kim Christensen
Dafolo A/S