Skip to content

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

Notifications You must be signed in to change notification settings

qcgzxw/pdf2image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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文件的某页保存为图片文件

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages