<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div dir="auto">
<div>Hi <span style="font-family: sans-serif;">Nazarii,</span><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">17 Июн 2018 г. 17:11 пользователь Nazarii <nazariy.ritter@gmail.com> написал:<br type="attribution">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<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>
</div>
</blockquote>
</div>
</div>
</div>
<div dir="auto"><br>
</div>
<div dir="auto">What the <i style="font-family: sans-serif;">libreoffice6.0 --writer "$f"</i><span style="font-family: sans-serif;"> is about? Doesn't it work without it?</span></div>
<div dir="auto">
<div class="gmail_extra">
<div class="gmail_quote">
<blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<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>
</div>
</blockquote>
</div>
<br>
</div>
<div class="gmail_extra" dir="auto">-- </div>
<div class="gmail_extra" dir="auto">Best regards, Mike Kaganski. </div>
</div>
</div>
</body>
</html>