I have a Codesandbox I have this app that displays different files like jpg, mp4 or now docx files. I can’t make docx file position so it look good but jpg or mp4 is working OK. Try it just open a doxc file. In file FileContentRenderer.jsx here below I use switch case and n open Component needed like docx-viewer.jsx I
Tag: docx
How to attach image at first page in docx file nodejs?
Now I want to implement a functionality to add QR code image at the first page of an existing docx file in nodejs. I’ve tried these three methods but not able to solve. I tried with docx package, but it only allows to build docx file from scratch. I tried with docxtemplater, but it only allows to replace {%image} into