ctpv/sh/prev/pdf.sh
Nikita Ivanov 7f33a48138
Remove a weird flag
Issue #36
2023-02-26 14:20:38 +01:00

13 lines
252 B
Bash

# pdf: pdftoppm
pdf() {
pdftoppm -f 1 -l 1 \
-scale-to-x 1920 \
-scale-to-y -1 \
-singlefile \
-jpeg \
-- "$f" "$cache_f" && mv -- "$cache_f.jpg" "$cache_f"
}
convert_and_show_image pdf