Skip to content
Advertisement

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

Advertisement