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…...the image, use the original one doc.Save(@".\out2.htm", htmlSaveOptions);...