소스 검색

Adding extra information

master
Gustavo Arnosti Neves 9 년 전
committed by GitHub
부모
커밋
11f4e3421e
1개의 변경된 파일6개의 추가작업 그리고 3개의 파일을 삭제
  1. +6
    -3
      pdfScale.sh

+ 6
- 3
pdfScale.sh 파일 보기

@@ -3,10 +3,13 @@
# pdfScale.sh # pdfScale.sh
# #
# Scale PDF to specified percentage of original size. # Scale PDF to specified percentage of original size.
# Based on: http://ma.juii.net/blog/scale-page-content-of-pdf-files
# And:
#
# Gutavo Arnosti Neves - 2016 / 07 / 10
#
# This script: https://github.com/tavinus/pdfScale
# Based on: http://ma.juii.net/blog/scale-page-content-of-pdf-files
# And: https://gist.github.com/MichaelJCole/86e4968dbfc13256228a


#echo "This script HANDLES files with spaces in them."


VERSION="1.0.5" VERSION="1.0.5"
SCALE=0.95 # scaling factor (0.95 = 95%, e.g.) SCALE=0.95 # scaling factor (0.95 = 95%, e.g.)


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