Michael Cole 10 年前
父节点
当前提交
a6c451a0ba
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      pdfScale.sh

+ 2
- 0
pdfScale.sh 查看文件

@@ -5,6 +5,8 @@
# Scale PDF to specified percentage of original size.
# Ref: http://ma.juii.net/blog/scale-page-content-of-pdf-files.

echo "This script doesn't handle files with spaces in them."

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

# Validate args.


正在加载...
取消
保存