--convert-to html with EmbedImages filter option

I want to convert file to html format via terminal but with all pictures embedded in html file.

I’ve found libre filter implementation:

Is there any way to set “rHTMLWrt.mbEmbedImages”?

I try to set this filter like:

based on else if (sFilterOptions == "EmbedImages" ) but I’ve got “Please verify input parameters…”

You gave a link where you found information how to set filter; you provided a citation based on which you tried your conversion; and yet you failed to write the command that you came with.

This works for me:
soffice --convert-to html:HTML:EmbedImages file.odt

Thanks a lot! I don’t understand this syntax with colon :wink: