소스 검색

code cleanup

master
Gustavo Neves 8 년 전
부모
커밋
8a83e5f980
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. +0
    -2
      pdfScale.sh

+ 0
- 2
pdfScale.sh 파일 보기

@@ -137,12 +137,10 @@ printPDFSizes() {
getPageSize || initError "Could not get pagesize!"
local paperType="$(getGSPaperName $PGWIDTH $PGHEIGHT)"
isEmpty "$paperType" && paperType="NOT Detected"
#printf '%s\n' "-----+------+----WIDTH-+-HEIGHT-----------"
printf '%s\n' "------------+-----------------------------"
printf " File | %s\n" "$(basename "$INFILEPDF")"
printf " Paper Type | %s\n" "$paperType"
printf '%s\n' "------------+-----------------------------"
#printf '%s\n' "------------+----WIDTH-+-HEIGHT-----------"
printf '%s\n' " | WIDTH x HEIGHT"
printf " Points | %+8s x %-8s\n" "$PGWIDTH" "$PGHEIGHT"
printf " Milimeters | %+8s x %-8s\n" "$(pointsToMilimeters $PGWIDTH)" "$(pointsToMilimeters $PGHEIGHT)"


불러오는 중...
취소
저장