Dear. I have a word file and want to convert it to html. But I want to set all output image format is JPG. where can I modify the HtmlSaveOptions? Thanks
@zhilunx There is no an option that allows to output all images as JPG in HtmlSaveOptions. To achieve this you will have to postprocess the output HTML - convert all images to JPG and change the paths in the HTML file. You can consider using Aspose.HTML for HTML postprocessing.