| @@ -12,7 +12,7 @@ | |||||
| # And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a | # And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a | ||||
| VERSION="2.0.1" | |||||
| VERSION="2.0.2" | |||||
| ###################### EXTERNAL PROGRAMS ####################### | ###################### EXTERNAL PROGRAMS ####################### | ||||
| @@ -135,7 +135,7 @@ printPDFSizes() { | |||||
| printVersion 3 " - Paper Sizes" | printVersion 3 " - Paper Sizes" | ||||
| getPageSize || initError "Could not get pagesize!" | getPageSize || initError "Could not get pagesize!" | ||||
| local paperType="$(getGSPaperName $PGWIDTH $PGHEIGHT)" | local paperType="$(getGSPaperName $PGWIDTH $PGHEIGHT)" | ||||
| isEmpty "$paperType" && paperType="NOT Detected" | |||||
| isEmpty "$paperType" && paperType="Custom Paper Size" | |||||
| printf '%s\n' "------------+-----------------------------" | printf '%s\n' "------------+-----------------------------" | ||||
| printf " File | %s\n" "$(basename "$INFILEPDF")" | printf " File | %s\n" "$(basename "$INFILEPDF")" | ||||
| printf " Paper Type | %s\n" "$paperType" | printf " Paper Type | %s\n" "$paperType" | ||||