瀏覽代碼

v2.0.2 - Change Custom Paper Size Info String

master
Gustavo Neves 8 年之前
父節點
當前提交
9f935d0d5b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      pdfScale.sh

+ 2
- 2
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"


Loading…
取消
儲存