文件名称:pdfsmusher:合并多个pdf
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-14 18:29:20
Python
pdfsmusher 从多个 pdf 文件创建单个 pdf。 示例用法: pdfsmusher.py ~/exam "1,2,3,bonus" mytest.pdf --prefix Q 将结合: ~/考试/Q1.pdf ~/考试/Q2.pdf ~/考试/Q3.pdf ~/考试/Qbonus.pdf 成一个文件: mytest.pdf 获得帮助: pdfsmusher.py --help 所需模块 pypdf 杂项: 样式验证: pylint -rn pdfsmusher.py --max-line-length 120 格式化为: autopep8 --in-place --aggressive --aggressive pdfsmusher.py
【文件预览】:
pdfsmusher-master
----.gitignore(686B)
----README.md(505B)
----pdfsmusher.py(3KB)