Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle Output
Viewing all articles
Browse latest Browse all 9631

Using DDX to assemble an XFA Form from several xdp files

$
0
0

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


Viewing all articles
Browse latest Browse all 9631

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>