Hello,
I’ve tried to save a docx save in html, but some images are blurry in my output file.
Aspose.WORD.NET 24.10.0
In attachment the code and the document I’ve used for the test.
element.zip (8.7 MB)
As you can see in the code I’ve try 3 different options, the 1st is the one that is currently use in our application, has you can see in output1-1.html the image is blurry.
I’ve tried with adding “.ImageResolution = 330; “ in my 2nd test and it’s work for “output1-2.html” but has some undesirable consequences on my 2nd document “output2-1.html”
So, I also try with “HtmlFixedSaveOptions” and it work for both my document (output1-3.html and output2-2.html) but is there a way to make it work with “HtmlSaveOptions”.
Thank you, best regards.