Python3
- 安装相关
brew install ghostscript
- 使用脚本
# 压缩单个PDF
python/python3 pdfc.py -f {file_name}
# 批量压缩PDF
python/python3 pdfc.py -r {folder_path}
-
安装相关 Ghostscript
-
使用脚本
# 压缩单个PDF
python/python3 pdfc.py -f {file_name}
# 批量压缩PDF
python/python3 pdfc.py -r {folder_path}
theeko74用户的github