pdf-compress
pdf-compress copied to clipboard
一个简单的pdf压缩工具
一个简单的pdf压缩脚本
Required
Python3
Mac上使用:
- 安装相关
brew install ghostscript
- 使用脚本
# 压缩单个PDF
python/python3 pdfc.py -f {file_name}
# 批量压缩PDF
python/python3 pdfc.py -r {folder_path}
Windows使用
-
安装相关 Ghostscript
-
使用脚本
# 压缩单个PDF
python/python3 pdfc.py -f {file_name}
# 批量压缩PDF
python/python3 pdfc.py -r {folder_path}
参考
theeko74用户的github