Hi,
I am using com.adobe.fd.forms.api.FormService.renderPDFForm for rendering dynamic PDF for a use case.
Here I am passing like this:
formsService.renderPDFForm("crx://" + xdpPath, xmlDataDocument, renderOptions)
The rendered PDF from the above service works for all the cases, except when the XDP template as
<value>
<exData contentType="text/html">
</exData>
</value>
the exData is not loading on the rendered PDF. Can anyone help me understand the reason. Is it a bug with the service?