From a6c451a0ba279a6ae0469451bc908c867592b59d Mon Sep 17 00:00:00 2001 From: Michael Cole Date: Sat, 27 Dec 2014 11:41:03 -0800 Subject: [PATCH] --- pdfScale.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pdfScale.sh b/pdfScale.sh index 21fad29..31fcc3a 100644 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -5,6 +5,8 @@ # Scale PDF to specified percentage of original size. # Ref: http://ma.juii.net/blog/scale-page-content-of-pdf-files. +echo "This script doesn't handle files with spaces in them." + SCALE=0.95 # scaling factor (0.95 = 95%, e.g.) # Validate args.