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,

    Is it possible to include html content within the xml data model?

    with the following xml:


    <project>
    <informacionCentroTrabajo>
    <centroTrabajo>
    <p>
    <strong>BASE SIC SANTANDER</strong>
    </p>
    <ul>
    <li>
    <p>(ESTACIÓN DE SANTANDER AM)</p>
    </li>
    </ul>
    </centroTrabajo>
    <ubicacion>Calle Canalejas 2</ubicacion>
    <provincia>Alicante</provincia>
    </informacionCentroTrabajo>
    </project>

    I get the following error:

    "Only elements with no child elements can be processed as text. This element with name "centroTrabajo" has a child element named: p "

Comment
  • Hi,

    Is it possible to include html content within the xml data model?

    with the following xml:


    <project>
    <informacionCentroTrabajo>
    <centroTrabajo>
    <p>
    <strong>BASE SIC SANTANDER</strong>
    </p>
    <ul>
    <li>
    <p>(ESTACIÓN DE SANTANDER AM)</p>
    </li>
    </ul>
    </centroTrabajo>
    <ubicacion>Calle Canalejas 2</ubicacion>
    <provincia>Alicante</provincia>
    </informacionCentroTrabajo>
    </project>

    I get the following error:

    "Only elements with no child elements can be processed as text. This element with name "centroTrabajo" has a child element named: p "

Children