Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

Convert XDP with datasets section to PDF in Java

Avatar

Former Community Member
Hello,<br /><br />We have a J2EE application that processes XDP forms. These can be Dynamic XDP forms as well. <br /><br />Within the XDP file we place an http reference to the appropriate pdf file in the <pdf> tag. When the dynamic forms comes back to us, it has all the form data in the xfa:datasets section as we need. Now what we must do is take that Dynamic XDP file with the datasets section and convert that into a static PDF that also includes all of the dynamic sections. <br /><br />I have attempted to base64 encode the PDF file and place that into the completed XDP, but it doesn't display the data in the datasets section...unless I am doing something wrong.<br /><br />Does anyone know of a tool/server side product/other solution that can be utilized in a java application that can solve this problem for us?<br /><br />Many thanks,<br />Bob
1 Reply

Avatar

Former Community Member
Did you already taken a look on XPAAJ (adobe)?



Hope this help