ctpv/sh/prev/odt.sh

16 lines
313 B
Bash
Raw Normal View History

2022-06-18 18:29:15 +02:00
# odt: libreoffice
2022-06-17 18:06:31 +02:00
office() {
# File produced by libreoffice
jpg="$(printf '%s\n' "$f" | sed 's|^.*/||; s|\..*$||')"
2022-06-18 12:35:27 +02:00
libreoffice \
--headless \
--convert-to jpg \
--outdir "$cache_d" \
"$f" >/dev/null &&
mv -- "$cache_d/$jpg.jpg" "$cache_f"
2022-06-17 18:06:31 +02:00
}
convert_and_show_image office