# simple-pdf-tool **Repository Path**: twelvehao12/simple-pdf-tool ## Basic Information - **Project Name**: simple-pdf-tool - **Description**: [AI生成软件] 基于PySide的简易本地PDF处理工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-25 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PDF Tool A cross-platform PDF desktop utility scaffold built with `PySide6`, `pypdf`, `PyMuPDF`, and `Pillow`. ## Included in this first implementation - Merge PDFs with reorder support - Reorganize pages in a single PDF - Split a PDF into two files - Convert images to PDF - Render PDF pages to images - Extract text, images, and metadata from PDFs - Preview PDF metadata and page thumbnails - Placeholder backends for Word conversion and OCR ## Development ```bash python -m venv venv source venv/bin/activate pip install -e ".[dev]" python -m pdf_tool.app.main ``` ## Packaging Example `PyInstaller` command: ```bash pyinstaller --name PDFTool --noconfirm --windowed --paths src src/pdf_tool/app/main.py ```