<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hello everybody,</p>
    <p>Sorry for disturbing you but I'm in need of some help (was trying
      to Google but without much success).</p>
    <p>Given:</p>
    <ul>
      <li>Lubuntu 18.04</li>
      <li>LO 6.0</li>
    </ul>
    <p>I have a bunch of odt files (in one folder). I need to convert
      all of them to html files with embedded images. I was trying to
      use a code like the following:</p>
    <p><i>for f in *.odt; do echo "Processing $f"; libreoffice6.0
        --writer "$f"; soffice --convert-to html:HTML:EmbedImages "$f";
        done</i></p>
    <p>but without success. Maybe somebody of you can help me to figure
      out how to write an appropriate code?</p>
    <p>Thank you in advance!<br>
    </p>
    <br>
  </body>
</html>