Possibility of Getting HTML DOM from Decisions Form

Can we get html DOM from Decisions Form? Need to generate PDF from it.

Decisions Forms don't provide access to HTML DOM. This is because Forms are rendered on the Server-side which means that the HTML structure is not displayed for export. While direct HTML to PDF is not supported, the HTML to PDF step can be used. This, however, does require additional effort as this step will convert a Template into a PDF requiring the desired form to be converted into a template prior to using this step.

Related Article: https://documentation.decisions.com/step-library/docs/html-to-pdf?highlight=HTML%20to%20PDF

Sign In or Register to comment.