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
  • I am working on a document template with Advanced Document Templating and I need to apply bold formatting to specific cells in a dynamic table based on a condition. Does anyone have an idea how to do this? Thank you. I tried using an if, but is not working 

    «@before-row[#list doc.project.rowvalues »
    [#if d.@bolt == 'Y']<adt:bold>«${d.@name}»</adt:bold>[#else]«${d.@name}»[/#if]
    «@after-row[/#list]»

Comment
  • I am working on a document template with Advanced Document Templating and I need to apply bold formatting to specific cells in a dynamic table based on a condition. Does anyone have an idea how to do this? Thank you. I tried using an if, but is not working 

    «@before-row[#list doc.project.rowvalues »
    [#if d.@bolt == 'Y']<adt:bold>«${d.@name}»</adt:bold>[#else]«${d.@name}»[/#if]
    «@after-row[/#list]»

Children
No Data