Code:
List<DocReadFilePro> docReadFilesPros = new ArrayList(); WordPropsUtil.setProperty(ParamKeys.WORD_IMAGE_RESOLUTION, wordImageResolution);
HtmlSaveoptions htmlSaveoptions = HtmlSaveoptionsBuilder.build(documentWra…...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions.setEx...save("path/to/output/document.html", saveOptions); } catch (Exception e) {...