Question about python save html options

Dear, I have a question, the image in my word is clear, but when I export doc to html, the output image is not clear as it in word. So is there any params to set this?

@ZZZ21321 By default Aspose.Words exports images with 96 dpi resolution upon saving document to HTML. You can increase resolution to improve the images quality using HtmlSaveOptions.image_resolution property.

so, the image resolution value can make this image clear?

@ZZZ21321 It is difficult to say for sure without your documents, but increasing resolution might improve quality of images exported to HTML. You can try on your side and see whether this resolves your issue.