ctpv/sh/prev/libreoffice.sh

16 lines
286 B
Bash
Raw Normal View History

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