Ver a proveniência

code cleanup

master
Gustavo Neves há 8 anos
ascendente
cometimento
8a83e5f980
1 ficheiros alterados com 0 adições e 2 eliminações
  1. +0
    -2
      pdfScale.sh

+ 0
- 2
pdfScale.sh Ver ficheiro

@@ -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)"


Carregando…
Cancelar
Guardar