# TOOL **Repository Path**: zjdxm/tool ## Basic Information - **Project Name**: TOOL - **Description**: 常用小工具 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-06 - **Last Updated**: 2026-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TOOL #### 介绍 一、pdf2word 将多个PDF文件(图片文件),转化为一个word文件,便于集中排版和打印 1.每张图片独立占据一行,宽度自动适应页面可用宽度。 2.每张图片后自动添加一个空行。 3.支持多页PDF:每个PDF的所有页面都会被提取,按文件顺序和页码顺序依次排列。 #### 安装教程 1. 安装依赖: pip install pyinstaller pymupdf python-docx 2.在命令行中执行打包命令: pyinstaller --onefile --windowed --name 合并工具 pdf2word.py