Render Multiple Images in DOCX Recipe
-
Hi, I'm trying to render multiple images in the word docx file which are coming dynamically through my api. How do I render the images? because, If I give any other keys, it says src is required. Please help.
-
You can see the example from the documentation,
https://jsreport.net/learn/docx#docximageto make it works with multiple images just add a loop around the image placeholder.