生信log

生信log41|pdf拆页小工具-python

2023-11-19  本文已影响0人  小周的万用胶囊

因为业务需求,做了一个按页数拆分pdf的小工具,本质还是服务于数据分析的模块

0. 思路

1. 用法

python PDFSpliter.py -f input.pdf -p page_num <-o output>
Usage: PDFSpliter.py [OPTIONS]

  :param file: 文件地址 :param page: 要拆分的页面间隔页 :param output: 定义的输出路径

Options:
  -f, --file PATH    PDF file abs  [required]
  -p, --page TEXT    Split pdf into pages that you want. If page is set as 10,
                     then 100 pages pdf will be split every 10 pages.
                     [required]
  -o, --output TEXT  Output file name
  -h, --help         Show this message and exit.

2. 总结


脚本获取地址

上一篇下一篇

猜你喜欢

热点阅读