It appears that Wizard Layout allows to create Multi-Step forms in Adaptive Forms.
Is it possible to leverage Adaptive Forms for dynamically generating PDFs based on input from a Multi-Step Form? If so, kindly provide the steps for generating PDFs.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
The easiest option is to use the same xsd with your xdp and adaptive form
so when you submit the adaptive form you can merge the data with xdp to generate the pdf
for images you will have to include the base64 encoded string in the xml
yes, you can always take the data filled in the Adaptive Form and merge the same with xdp template to generate PDF
Could you please provide Adobe documentation links that describe XDP elements and attributes?
Specifically, I'd like to understand how to include elements such as images, titles, checkboxes, text, and text with borders. The images will be dynamic based on user input in the multi-step form.
Furthermore, do we need to develop a custom servlet, or is there built-in support available for this?
The easiest option is to use the same xsd with your xdp and adaptive form
so when you submit the adaptive form you can merge the data with xdp to generate the pdf
for images you will have to include the base64 encoded string in the xml
@Mahedi_Sabuj Adaptive Forms have support for Document of Record (PDF) generation which have 2 options:
For more details on these feature - you can refer to: generate-document-of-record-for-adaptive-forms
Views
Likes
Replies