var storeProps = new HashMap<String, Object>();
storeProps.put("FilterName", "writerweb8_writer");
storeProps.put("FilterOptions", "EmbedImages");
var loadProps = new HashMap<String, Object>();
loadProps.put("FilterName", "HTML (StarWriter)");
LocalConverter
.builder()
.officeManager(manager)
.loadProperties(loadProps)
.storeProperties(storeProps)
.build()
.convert(inputFile)
.to(outputFile)
.execute();