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
Hi Keerthi,In the latest version 3.0.0
Did you find any solution?
[#if doc.project.showSection = 'true']
[#else]
[/#if]
Hello Marcello Maio ,
We are also seeing same issues in the generated PDF from docx file.
1. Overlapping texts.
2. Right side content from the docx file page is shifting into next page in PDF.
Any help here would be appreciated.
Thanks,
Keerthi
Hello everyone, I have a specific requirement. I need to add signature images to the docx document which is working as per the list of images in the documentation template. However, I have no control over the image size and it is either too big with preserve image size = true or too small with preserve image size = false. Is there any way to control image sizes better? maybe a specific compatible XML tag I might be unaware of?
Hi,
is it possible some kind of conditional logic ?For example I want to add a section inside a if- else construct.My use case is to generate this section by evaluating a boolean value in the xml.Thanks in advance.
Adding the <![CDATA[<html> tagI get that the plugin does not give an error. But word does not interpret the html correctly.
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 "