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
We are facing the same error as amans... is it possible to downlad 1.06 ?
Ciao Developer, we have solved reverting the version of the plugin to te previous working version
Hi all, is there a way to insert multiple images using this plug in? I have described my problem in this post: https://community.appian.com/discussions/f/process/29338/parsing-error-in-template-with-multiple-images-and-if-else-with-icons-in-table-docx-from-dynamic-template We get a parsing error when trying the multi-image code described in other posts in the community using bookmarks/links.
When we are trying to generate a dynamic docx from the template, the spell check isn't workingHas anyone experienced this or knows how to overcome this?
We're getting access denied error when running the smart service docx to pdf eventhough pm is made to run as service account? . Any pointers
Is it still possible to access the "how to design a report" documentation anywhere? I tried the link in the ADT guide.pdf file and the page no longer exists
We are facing the same issue as mentioned below. When we have lists, the text appears fine in document, but when the doc is converted to PDF, the same text is superimposed
Hi, did you find any solution for above use case ?
Apart from the existing bad pdf rendering issue, we have noticed a new issue with latest version (1.0.11) of this plugin where embedding images in word document doesn't work and results into the following error:
We have made sure that we follow the correct syntax for embedding images in docx as described in the documentation of this plugin. Everything works well with the plugin version 1.0.10 but we cant revert to that version in productions.
Any insight/alternative on this would be helpful
freemarker.core.InvalidReferenceException: The following has evaluated to null or missing: ==> logo [in template "fr.opensagres.xdocreport.document.docx.DocxReport@2f8c27f9!word/document.xml" at line 4, column 110328] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #list logo as logo [in template "fr.opensagres.xdocreport.document.docx.DocxReport@2f8c27f9!word/document.xml" at line 4, column 110321] ----