I tried to insert images to a template, but that require a placeholder for each image...I tried using addImage() but it did not work. The number of images I have to insert is dynamic.
I solved it creating a new document, adding the images and then merging that document to an existing template.
It works perfectly, but how do I change the image border color?