Skip to content

给女盆友的pdf压缩工具hhh

Notifications You must be signed in to change notification settings

hutx/pdf-compress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 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压缩工具hhh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%