115 const HtmlModule = require("docxtemplater-html-module"); 116 const doc = new Docxtemplater(zip, { modules: [new HtmlModule()] }); 117 ``` 118 119 ### 3.25.4 120 121 Bugfix when having loop containing hebrew, the text would be escaped once for each iteration 122 ...
11You first need to install docxtemplater by following its [installation guide](https://docxtemplater.readthedocs.io/en/latest/installation.html). 12 13For Node.js install this package: 14``` 15npm install open-docxtemplater-image-module ...
1064 const HtmlModule = require("docxtemplater-html-module"); 1065 const doc = new Docxtemplater(zip, { modules: [HtmlModule] }); 1066 ``` 1067 1068 The error message shown will now be : 1069 1070 ``` 1071 Cannot attach a class/function as a module. Most probably you ...
You should now call `getZip().generate(options)` where the options are documented here: https://stuk.github.io/jszip/documentation/api_jszip/generate.html 746 - the qrcode module has been removed, and will be developped in an other package that will be attached to docxtemplater 747 ...