Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.

Convert Dynamic XDP to PDF

Avatar

Former Community Member
Hi,



Can PDF Generator programatically (Java) convert a dynamic XDP form that has been filled out by a user into a static PDF?



Thanks,

Bob
3 Replies

Avatar

Former Community Member
Hi Bob,

Did you find a solution for your problem?

Can anybody know any solution to convert dynamic form to static?

Thank you.



asiye.aydin@gmail.com

Avatar

Former Community Member
Hi,



Is it possible to access interactive PDF through windows logon( windows may have multiple user accounts). On one particular account , if the user enter login credentials--(if valid)--then he should access the paricular pdf( fill & submit vice versa.).



Any useful information would be appriciated.



Thanks,

Ramesh

Avatar

Level 2

You can try extrating the xml data from the XDP form and re-render the XDP form with the extracted xml data plus a static PDFFormRenderSpec. Make sure the PDFFormRenderSpec is set to RenderAtClient as false.