ctpv/prev/pdf.sh

11 lines
320 B
Bash
Raw Normal View History

2022-05-26 01:48:27 +02:00
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