ctpv/prev/odt.sh
Nikita Ivanov 53c19055b6
Minor
2022-06-18 15:35:27 +05:00

16 lines
308 B
Bash

# libreoffice
office() {
# File produced by libreoffice
jpg="$(printf '%s\n' "$f" | sed 's|^.*/||; s|\..*$||')"
libreoffice \
--headless \
--convert-to jpg \
--outdir "$cache_d" \
"$f" >/dev/null &&
mv -- "$cache_d/$jpg.jpg" "$cache_f"
}
convert_and_show_image office