@@ -123,7 +123,7 @@ $ pdfscale -v -v -r 'custom mm 200 300' -f disable -s 0.95 ../mixsync\ manual\ v | |||||
## Help info | ## Help info | ||||
``` | ``` | ||||
$ pdfscale -h | $ pdfscale -h | ||||
pdfscale v2.3.7 | |||||
pdfscale v2.3.8 | |||||
Usage: pdfscale <inFile.pdf> | Usage: pdfscale <inFile.pdf> | ||||
pdfscale -i <inFile.pdf> | pdfscale -i <inFile.pdf> | ||||
@@ -192,7 +192,7 @@ Parameters: | |||||
--vert-align, --vertical-alignment <top|center|bottom> | --vert-align, --vertical-alignment <top|center|bottom> | ||||
Where to translate the scaled page | Where to translate the scaled page | ||||
Default: center | Default: center | ||||
Options: top, bootom, center | |||||
Options: top, bottom, center | |||||
--xoffset, --xtrans-offset <FloatNumber> | --xoffset, --xtrans-offset <FloatNumber> | ||||
Add/Subtract from the X translation (move left-right) | Add/Subtract from the X translation (move left-right) | ||||
Default: 0.0 (zero) | Default: 0.0 (zero) | ||||
@@ -12,7 +12,7 @@ | |||||
# And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a | # And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a | ||||
VERSION="2.3.7" | |||||
VERSION="2.3.8" | |||||
###################### EXTERNAL PROGRAMS ####################### | ###################### EXTERNAL PROGRAMS ####################### | ||||
@@ -1980,7 +1980,7 @@ Parameters: | |||||
--vert-align, --vertical-alignment <top|center|bottom> | --vert-align, --vertical-alignment <top|center|bottom> | ||||
Where to translate the scaled page | Where to translate the scaled page | ||||
Default: center | Default: center | ||||
Options: top, bootom, center | |||||
Options: top, bottom, center | |||||
--xoffset, --xtrans-offset <FloatNumber> | --xoffset, --xtrans-offset <FloatNumber> | ||||
Add/Subtract from the X translation (move left-right) | Add/Subtract from the X translation (move left-right) | ||||
Default: 0.0 (zero) | Default: 0.0 (zero) | ||||