summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xnormalize-pdf3
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"