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,
I am facing an error in Generate a DOCX from a DOCX Template.
Null arguments are Invalid.
It works with same xml and template when I pass from a test interface but fails(with above mentioned error) from actual process model. I have checked all inputs params to smart service, all the data looks good.
Any clues pls?
Thanks,
Keerthi
Hi Dharan,
I have tried table format(docx) with fixed column sizes, it worked in PDF generated file.
Image - tried in a header, it worked for me.
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.
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?
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.