Hi,
When converting a table (surrounded by a frame) from docx to html. I noticed one of the elements are not correctly aligned using Aspose.Words, while if I used ‘save as’ in MS Word, it looks fine.
Code:
var doc = new Document(@".\test.docx");
doc.Save(@".\AsposeOutput.htm");
I’ve attached the original docx file, Aspose output html and Word output html, as well as a screenshot for your reference. You can find the bottom right image was placed in a wrong position in the Aspose html output, while in the Word docx and html output, they look fine.
Could you please help me take a look?
test.zip (36.4 KB)
image.png (52.3 KB)
Thanks,