1
0
chezmoi/home/dot_zim/modules/jl-helper/functions/shrinkpdf

7 lines
198 B
Plaintext
Raw Normal View History

2024-02-05 22:28:28 +00:00
shrinkpdf() {
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dQUIET -dBATCH -sOutputFile="$(basename -s .pdf ${1})_shrink.pdf" "${1}"
}
compdef _files shrinkpdf