ctpv/sh/prev/pdf.sh
2022-06-21 01:18:04 +05:00

13 lines
274 B
Bash

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