ctpv/prev/odt.sh
Nikita Ivanov 46d006f82e
Minor
2022-06-17 21:45:01 +05:00

15 lines
302 B
Bash

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