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, have you found any solution? We just updated the plugin and had this same problem, very worrying
Try editing the field and confirm that the MergeField -> Field Name is unique for each of your data inputs.
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.
Hi, are there any updates on this issue? My team is experience an issue that sounds similar after our update to the latest version of the plug-in. I've attached an image of the compression that is occuring in the pdf.
Hi, we are seeing an error while configuring the 'DOCX From Dynamic Template' node to work as a MNI.
For the first instance, it produces an error: "Premature end of file." but works for the second instance and creates a file.
Any advice on this error or how to configure it as an MNI please?
Hi, anyone else seeing a recent issue where the 'convert DOCX to PDF' node is compressing the contents in the document so the alignment & structure is unreadable? Process seemed to be working complete fine before we updated to the latest version of the plug-in just today. Is this a bug?
We have a problem due to the property "Title" that is kept during the generation of the DOCX from the template but is lost in the conversion from DOCX to PDF.
Is it a bug that can be solved?
Is there any other way to provide the "Title" to apply on the PDF to generate (maybe via "PDF Options" parameter) ?
Thanks
DOCX Generated
PDF Generated
I am facing issue to generate docx file usng this plugin . The above highlighted is the XML body which I am passing . I observed that the data in the last tag (highlighted part) contains a () character in the string is creating a issue . When I removed this bracket it is working fine . Can any one please suggest me the solution for that.
Note : I have used tohtml() function also to handle special character but these brackets are not getting changed and creating a issue .