Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.

Unable to generate Dynamic PDF

Avatar

Former Community Member
Hi,

I created a xdp file from xml and xsl files and then used Form Server to generate dynamic pdf file. The xdp file has lot of javascript. The pdf file generated by form server does not change colors of labels of the fields, when incorrect values are entered into the fields (accomplished using javascript). But the xdp file used to generate this pdf when run within Adobe Form Designer shows changes of colors of labels. I observed few differences between the two approaches. One being dynamicRenderer tag. How can I accomplish the changes of colors in the pdf generated using form server?

Thanks a lot in advance
2 Replies

Avatar

Former Community Member
To force the generated PDF to be a dynamic PDF add the following option to the option string passed into the renderForm() method:



RenderAtClient=true



Chris

Adobe Enterprise Developer Support