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
We are having a weird issue where we are using this plugin to convert docx to PDF. The plugin is working fine in lower environments but making the text bold in the converted PDF in the production environment. We tried deleting and reinstalling the plugin but nothing seems to work. Anyone has any idea how to fix it?
Did you pass in a constant to the "Font Documents" parameter that points to all OTF files that represent the font you are using in the Word document? For example, if the font you used is Source Sans Pro, you would need to download the OTF files from (https://www.fontsquirrel.com/fonts/source-sans-pro), add the .otf files that you need into Appian as documents, and then create a constant of multiple document type that points to all these documents you added. When I didn't add this constant to the parameter, I faced the same issue you faced. After the constant, it worked without issues. Hope this helps!