Advanced Document Templating

Overview

This plugins allows to generate DOCX files from a DOCX template and an XML data model from Appian. It also allows to convert a DOCX into PDF through an opensource (with limited capabilities) library.

Key Features & Functionality

  • Smart Service to Generate a DOCX from a DOCX Template and an XML data model
  • Smart Service to convert DOCX to PDF through an opensource (with limited capabilities) library
Anonymous
Parents
  • Hello!

    I've been using the plugin, and everything is fine, but this time, I need a table to be displayed only when it contains information. I've tried using an IF statement within Word, but it seems that when the Appian process model is executed, it doesn't recognize the IF and displays the table.

    Code WORD: 

    { IF "{ MERGEFIELD ${doc.project.showTable}  \* MERGEFORMAT }" = "true" "Table" ""}

Comment
  • Hello!

    I've been using the plugin, and everything is fine, but this time, I need a table to be displayed only when it contains information. I've tried using an IF statement within Word, but it seems that when the Appian process model is executed, it doesn't recognize the IF and displays the table.

    Code WORD: 

    { IF "{ MERGEFIELD ${doc.project.showTable}  \* MERGEFORMAT }" = "true" "Table" ""}

Children
No Data