OpenXmlTemplates icon indicating copy to clipboard operation
OpenXmlTemplates copied to clipboard

Repeating images

Open sduncan56 opened this issue 3 years ago • 0 comments

Not sure if I'm just imagining how this should work wrong, but - I'm trying to get a list of images inserted into the document.

Here's my JSON: { "Images":[ { "image":"path\\to\\image\\image1.jpg" }, { "image":"path\\to\\image2.jpg" } ] }

My template: tst_template.docx

In the output document, I get two images, but they're both image2.jpg. Is my JSON wrong? Or does repeating image controls not work?

sduncan56 avatar May 25 '22 07:05 sduncan56