From 11f4e3421e8c8d98bf07b7255286506694b0fe36 Mon Sep 17 00:00:00 2001 From: Gustavo Arnosti Neves Date: Sun, 10 Jul 2016 02:05:20 -0300 Subject: [PATCH] Adding extra information --- pdfScale.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pdfScale.sh b/pdfScale.sh index 89d1bd6..23dbad6 100644 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -3,10 +3,13 @@ # pdfScale.sh # # Scale PDF to specified percentage of original size. -# Based on: http://ma.juii.net/blog/scale-page-content-of-pdf-files -# And: +# +# Gutavo Arnosti Neves - 2016 / 07 / 10 +# +# This script: https://github.com/tavinus/pdfScale +# Based on: http://ma.juii.net/blog/scale-page-content-of-pdf-files +# And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a -#echo "This script HANDLES files with spaces in them." VERSION="1.0.5" SCALE=0.95 # scaling factor (0.95 = 95%, e.g.)