We are generating Word documents from HTML using embedHTML and the images are being sized smaller than expected. For example, for an image that is 99 x 75px at 72 dpi the image size in the generated document the image size is 1.98cm x 1.5cm. If we specify the size of the image as 78 x 60px via the img height & width attributes the image size in the generated document is 1.56 cm x 1.2 cm. It looks like the images are being sized as 127 dpi. Is that the case? And why would that be if the image itself is 72 dpi? If we can rely on images always being sized at 127 dpi we can scale them up manually before passing to embedHTML but we don't want to make that assumption if something different is happening.