-
-
+
# 1. remove `setData(data)` and `resolveData()`,
It is now possible to do `render(data)` and `renderAsync(data)`
# 2. Multiple render calls # [POSTPONED]
Make it possible to call render …
-
Dear @dderg,
Thanks for the awesome library. I'm trying to make use of your library with latest docxtemplater, but with no success.
Any suggestions? Even the readme's example in this repo can't …
-
Hello,
I have following code :
```
const Docxtemplater = require("docxtemplater");
const {
xml2str,
str2xml,
traits,
chunkBy,
isParagraphStart,
isParagraphEnd,
isContent,
} = r…
-
Hi,
I was running docxtemplater version 3.14.5 with the image module and was working fine. Recently due to a requirement for including angular-parser(https://docxtemplater.com/docs/angular-parse/), w…
-
I found a solution but its in nodejs/coffeescript.
https://github.com/edi9999/docxtemplater
https://github.com/edi9999/docxtemplater/blob/master/coffee/imgManager.coffee
https://github.com/edi9999/d…
Dexus updated
5 years ago
-
Everytime need to create new report which is time consuming.
why updated templated is not working giving below error
Error: Raw tag not in paragraph
pwndoc-backend | at new XTTemplateError…
-
Hi,
I get this error in chrome (version 74):
Uncaught (in promise) TypeError: Cannot assign to read only property 'namespaceURI' of object '#'
at ImgManager.addImageRels (imagemodule.js:353)
…
-
After enabling report images border, the top border of the report pictures does not show when generating the report.
Example:
![image](https://github.com/user-attachments/assets/3413bda0-6517-43ff-b…
-
在企业应用中绕不过去生成docx文件,本次示例为使用lowcoder直接引用应用内数据,通过调用docxtemplater库生成docx文件
docxtemplater是一个引用word模版,在模版中定义好数据占位符,并通过占位符替换生成docx文件的javascript库
需引入以下两个第三方库
1、docxtemplater
项目地址:https://github.com/open…