Skip to content

deimo/pdf-compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

一个简单的pdf压缩脚本

Required

Python3

Mac上使用:

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

Windows使用

  1. 安装相关 Ghostscript

  2. 使用脚本

# 压缩单个PDF
python/python3 pdfc.py -f {file_name}
# 批量压缩PDF
python/python3 pdfc.py -r {folder_path}

参考

theeko74用户的github

About

一个简单的pdf压缩工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages