# pyPdf-desktop **Repository Path**: quanpy/py-pdf-desktop ## Basic Information - **Project Name**: pyPdf-desktop - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-26 - **Last Updated**: 2025-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 进入虚拟环境 .\venv\Scripts\Activate.bat ## 安装依赖 pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple 确保已安装 poppler(pdf2image 的依赖): 从 https://github.com/oschwartz10612/poppler-windows/releases/ 下载最新版本 解压到某个目录(比如 C:\poppler) 将 bin 目录添加到系统环境变量 PATH 中 如果您想要添加程序图标,可以: 准备一个 .ico 格式的图标文件 在 pdf_to_word.spec 文件中修改 icon='NONE' 为 icon='你的图标文件路径.ico' 重新运行打包命令 pyinstaller pdf_to_word.spec