Overview
This version is for Appian 23.2 and above. Cloud customers on a lower version of Appian that want to install this plugin should open a support case. Self-managed customers can find the latest jar for Appian 23.1 and lower version in the folder pre-23.2
Convert, merge and generate DOCX, PDF and XML files automatically in an Appian process
Key Features & Functionality
Function: xsltransform - Transform source XML using XSL Transform
Is there an example HTML document I can use to test the HTML to PDF?
I tried below but receive a null pointer exception (using version compatible for pre-23.2):
<html> <body> <table> <tr> <td>Val1</td> <td>Val2</td> <td>Val2</td> </tr> </table> </body></html>