Hi,
When converting a DOCX to HTM using Aspose.Words, I noticed an extra pixel was added to the height&width (compared to MS Word ‘save as’ HTM) and therefore caused blurry images.
Code:
var doc = new Document(@".\te…...Images in rendered HTML have extra size and caused blurry output...supposed to be 151x151 but it was rendered as 152x152 in the Aspose outputs...