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
Hello,
We are using the DOCX from XHTML plugin to convert an XHTML file to a DOCX. The source XHTML file (which actually has a .html extension) contains the following html:
<tr style="background-color:green">
All the content from the entire HTML document is coming through as we would expect, including the content of the table, except for the background color of this <tr>. Background colors come through via <span> tags, but not via the <tr> tag. We also tried CSS in a <style> tag, but that didn't work either, nor is it a feasible solution for this purpose.