Skip to content

Commit

Permalink
v2.0.2 - Change Custom Paper Size Info String
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinus committed May 15, 2017
1 parent 32c2711 commit 9f935d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdfScale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a


VERSION="2.0.1"
VERSION="2.0.2"


###################### EXTERNAL PROGRAMS #######################
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9f935d0

Please sign in to comment.