A desktop application of converting PDF into Word using PySide6. The UI is based on PySideFrameless and the converter is based on pdf2docx.
这是一个使用PySide6开发的用于转换PDF文档为Word文档的桌面程序。其中,界面基于开源库PySideFrameless,转换器基于开源库pdf2docx。
Simple and beautiful.
简洁而且美观。
Multiple documents can be converted at the same time.
支持多文档同时转换。
Feel free to try it!
快来试试吧!
截图
Main window:
主界面:
Multi-theme:
多主题:
使用方法
1.Install dependency library:
安装依赖包:
pip install pyside6
pip install qtawesome
pip install qt_material==2.12
pip install pdf2docx
pip install pdfplumber
pip install pypiwin32
2.Run the main.py script:
运行main.py脚本:
python main.py
开发
Follow the instructions according to PySideFrameless, things will be OK.
参考PySideFrameless开源库的指引即可。
致谢
1.pyside6
https://doc.qt.io/qtforpython/index.html
2.pdf2docx
https://github.com/dothinking/pdf2docx
3.pdfplumber
https://github.com/jsvine/pdfplumber
4.qtawesome
https://github.com/spyder-ide/qtawesome
5.qt_material
https://github.com/UN-GCPDS/qt-material
6.PySideFrameless