# imgui_py_pdf **Repository Path**: BTailCat/imgui_py_pdf ## Basic Information - **Project Name**: imgui_py_pdf - **Description**: No description available - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-01 - **Last Updated**: 2025-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # imgui_py_pdf #### 介绍 将所有的pdf提取前n页并合并成一个文件 #### 环境依赖安装 pip install PyPDF2 #### 打包 pip install pyinstaller pyinstaller --onefile --noconsole main.py