Browse Source

v2.0.4 - Fix to verbose final status message

master
Gustavo Neves 8 years ago
parent
commit
1034b8f890
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pdfScale.sh

+ 2
- 2
pdfScale.sh View File

@@ -47,9 +47,9 @@ AUTOMATIC_SCALING=$TRUE # Default scaling in $SCALE, override by resize mode
MODE="" # Which page size detection to use
RESIZE_PAPER_TYPE="" # Pre-defined paper to use
CUSTOM_RESIZE_PAPER=$FALSE # If we are using a custom-defined paper
FLIP_DETECTION=$TRUE # If we shoudl run the Flip-detection
FLIP_DETECTION=$TRUE # If we should run the Flip-detection
FLIP_FORCE=$FALSE # If we should force Flipping
AUTO_ROTATION='/PageByPage' # GS cal auto-rotation setting
AUTO_ROTATION='/PageByPage' # GS call auto-rotation setting
PGWIDTH="" # Input PDF Page Width
PGHEIGHT="" # Input PDF Page Height
RESIZE_WIDTH="" # Resized PDF Page Width


Loading…
Cancel
Save