Hi,
I recently encountered a problem where setting the width and height of an image via CSS caused the image to disappear in the converted docx. After tinkering with the code a bit, I noticed that removing the CSS height and width property (in px) would cause the image to show up. Moreover, comparing the docx shows that the cx and cy value of the image becomes 0 in the docx if I set the ...