Multi-Steps Adaptive Forms [Dynamic PDF Generation] | Community
Skip to main content
Mahedi_Sabuj
New Participant
September 4, 2023
Solved

Multi-Steps Adaptive Forms [Dynamic PDF Generation]

  • September 4, 2023
  • 2 replies
  • 1050 views

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.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

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 

2 replies

sudhansh
Employee
October 5, 2023

@mahedi_sabuj Adaptive Forms have support for Document of Record (PDF) generation which have 2 options:

  • Auto-generated Document of Record - where you can dynamically generate the PDF having form field information - without an existing XFA document specific to the form
  • Custom XFA or Acroform based template - to provide a custom appearance to your Document of Record

For more details on these feature - you can refer to: generate-document-of-record-for-adaptive-forms

Employee
September 7, 2023

yes, you can always take the data filled in the Adaptive Form and merge the same with xdp template to generate PDF

 

Mahedi_Sabuj
New Participant
September 7, 2023

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?

Mahedi Sabuj
workflowuserAccepted solution
Employee
September 9, 2023

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