# img2pdf **Repository Path**: gvoid/img2pdf ## Basic Information - **Project Name**: img2pdf - **Description**: python 将图片转为pdf - **Primary Language**: Python - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-06-02 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # img2pdf #### 介绍 将图片转为pdf #### 使用说明 0. 需要提前安装pillow或PIL 1. 将图片文件放在同一文件夹下 2. python3 img2pdf.py [input_path] [output_path] 3. 参数: input_path(可选): 输入图片文件夹的地址,没有该参数则在当前目录下寻找. output_path(可选): 输出保存的地址,没有该参数则保存在./pdf下. #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request