diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-06-12 10:38:31 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-06-12 10:38:31 +0200 |
commit | 533ddd148ff9bf8d61bd26c5ef65c31514fe7bdd (patch) | |
tree | 5a58d9927a7b2df707a68a617b73b7cc84c68cfd | |
parent | fc32ea69f12b853ae4c4aecfd4b59aa62f9d73b7 (diff) | |
download | bin-533ddd148ff9bf8d61bd26c5ef65c31514fe7bdd.tar.gz bin-533ddd148ff9bf8d61bd26c5ef65c31514fe7bdd.tar.xz |
add normalize-pdf
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | normalize-pdf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/normalize-pdf b/normalize-pdf new file mode 100755 index 0000000..0c873ef --- /dev/null +++ b/normalize-pdf @@ -0,0 +1,3 @@ +#!/bin/bash + +convert -density 300 "$1" -normalize -compress jpeg -quality 75 "${1%.pdf}_normalized.pdf" |