From 62eaba1ad44fd538bf03b35f38718c89b04d50f6 Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Sun, 14 May 2017 14:24:25 -0300 Subject: [PATCH] Cleanning some comments --- pdfScale.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pdfScale.sh b/pdfScale.sh index 77aff15..5ffd14f 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -15,11 +15,9 @@ # PAGESIZE LOGIC # 1- Try to get Mediabox with CAT/GREP # 2- MacOS => try to use mdls -# Linux => try to use pdfinfo -# 3- Try to use identify (imagemagick) -# 4- Fail -# Remove postscript method, -# may have licensing problems +# 3- Try to use pdfinfo +# 4- Try to use identify (imagemagick) +# 5- Fail ###################################################