Expand my Community achievements bar.

How to Stitch the two xfa based forms in Livecycle process.

Avatar

Level 1

Hi All,

We are facing the issue while stitching two XFA based forms in Adobe Livecycle process the output we are getting is static pdf.

Firstly we are reading the application asset from the repository and sending both the forms into Assembler service(Invoke DDX).

In Invoke DDX, we have written the DDX script to stitch both the forms but the output we are getting is static pdf but we want it to be dynamic pdf.

<DDX xmlns="http://ns.adobe.com/DDX/1.0/">

    <XDP result="out.pdf">

    <XDP source="b"  />

      <XDP source="a" baseDocument="true"/>

      </XDP>

</DDX>

Please find the below screenshot for the process flow.

1287709_pastedImage_0.png

Could anyone please help me on this ?

Regards,

Omprakash

0 Replies