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
  • Hi,

    Copied the provided template and added some fields. But in the final output file, its copying the field name in all the fields.

    Template: 

    XML Data Model:

    ="<project>
    <number>12345</number>
    <name>Scoring Model Management System (SMMS)</name>
    <type>Project</type>
    <solution>Tableau</solution>
    <description>This is a sample project.</description>
    </project>"

    Output file:

    Please let me know if I am missing something.

    Thanks.

Comment
  • Hi,

    Copied the provided template and added some fields. But in the final output file, its copying the field name in all the fields.

    Template: 

    XML Data Model:

    ="<project>
    <number>12345</number>
    <name>Scoring Model Management System (SMMS)</name>
    <type>Project</type>
    <solution>Tableau</solution>
    <description>This is a sample project.</description>
    </project>"

    Output file:

    Please let me know if I am missing something.

    Thanks.

Children