From 9f935d0d5b95961ce9d9e13e11717c3c97601dcd Mon Sep 17 00:00:00 2001 From: Gustavo Neves Date: Mon, 15 May 2017 08:23:08 -0300 Subject: [PATCH] v2.0.2 - Change Custom Paper Size Info String --- pdfScale.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdfScale.sh b/pdfScale.sh index 891fba2..b1f406e 100755 --- a/pdfScale.sh +++ b/pdfScale.sh @@ -12,7 +12,7 @@ # And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a -VERSION="2.0.1" +VERSION="2.0.2" ###################### EXTERNAL PROGRAMS ####################### @@ -135,7 +135,7 @@ printPDFSizes() { printVersion 3 " - Paper Sizes" getPageSize || initError "Could not get pagesize!" local paperType="$(getGSPaperName $PGWIDTH $PGHEIGHT)" - isEmpty "$paperType" && paperType="NOT Detected" + isEmpty "$paperType" && paperType="Custom Paper Size" printf '%s\n' "------------+-----------------------------" printf " File | %s\n" "$(basename "$INFILEPDF")" printf " Paper Type | %s\n" "$paperType"