Just like in title: I'd like to add several external images to my .docx
document. But when using body_add_img
I need to specify width and height. Is there a way to set them to width and height of original image to be added?
Why I need that? My images (about 50 of them) have all different widths and heights, so it would be painful to manually put their widths and heights in (about 50) body_add_img
calls.