qcgzxw / pdf2image

指定转换pdf文件的某页保存为图片文件

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdf转图片

指定转换pdf文件的某几页保存为图片文件

用法:

# exe文件可直接运行
.\dist\pdf转图片.exe --input ../test.pdf --output ../test.png --start 1 --end 5

# py脚本运行需要指定poppler目录
python.exe .\pdf转图片.py --input test.pdf --output test.png --start 1 --end 5

打包:

pyinstaller -F .\pdf转图片.spec

About

指定转换pdf文件的某页保存为图片文件


Languages

Language:Python 100.0%