Hi,
When we try to convert an MHT to DOCX the image quality is horrible.
This is our code:
new Aspose.Words.Document(@"E:\WordTest\6.mht").Save(@"E:\WordTest\6.docx");
MHT and DOCX are attached.
How can we keep the image quality the same as in the MHT when converting?
(a bug? there is a workaround? saving options?)
Thanks!