Skip to content

Shanyaliux/pdf2word

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF转word

可实现批量pdf转word

直接安装

windows 下载地址

源码编译

pip install -r requirements.txt
pyinstaller -F -w imageBrowser.py -p {your site-packages path}
#例如我的site-packages path是 D:\Software\Miniconda3\envs\pdf2word\Lib\site-packages

自定义

克隆仓库进行修改并编译即可

git clone https://github.com/Shanyaliux/pdf2word.git

若想要对UI界面进行修改,则自行安装qtdesigner修改MainWindow.ui并编译