# pdf2img **Repository Path**: anidea/pdf2img ## Basic Information - **Project Name**: pdf2img - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-23 - **Last Updated**: 2024-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PDF 转 Word 流程:将 PDF 的每一页转换为 PNG 图片,然后将这些图片插入到 Word 文档中 安装依赖: ```bash pip install PyMuPDF python-docx ``` # License This project is licensed under the MIT License.