dotfiles/conf.d/zim/modules/jl-helper/functions/shrinkpdf
2021-05-03 22:57:01 +02:00

7 lines
198 B
Plaintext

shrinkpdf() {
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile="$(basename -s .pdf ${1})_shrink.pdf" "${1}"
}
compdef _files shrinkpdf