dolanmiu / docx

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
https://docx.js.org/
MIT License
4.24k stars 479 forks source link

Repeated image in template results in blank image field #2713

Open Iraijus opened 1 month ago

Iraijus commented 1 month ago

Greetings!

My template is based on an Avery label template. Every cell of the table has the same image, and a placeholder text. The image shouldn't be affected at all. For some reason, only the first instance of the image stays. Every following image field is empty, though the field still exists.

I've tried adding a second image, and that one stays visible too, so it's somehow related to the specific image file.