# PdfPage2Img **Repository Path**: shiyi21/pdf2Img ## Basic Information - **Project Name**: PdfPage2Img - **Description**: pdf文件按页转为图片 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-09 - **Last Updated**: 2026-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PdfPage2Img #### 介绍 pdf文件按页转为图片 #### 软件架构 spring-boot .apache pdfbox #### 安装教程 暂无 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) ```bash # mac系统生成icns # 1. 创建图标集 mkdir MyIcon.iconset && sips -z 16 16 Pdf2Img.png --out MyIcon.iconset/icon_16x16.png && sips -z 32 32 Pdf2Img.png --out MyIcon.iconset/icon_16x16@2x.png && sips -z 32 32 Pdf2Img.png --out MyIcon.iconset/icon_32x32.png && sips -z 64 64 Pdf2Img.png --out MyIcon.iconset/icon_32x32@2x.png && sips -z 128 128 Pdf2Img.png --out MyIcon.iconset/icon_128x128.png && sips -z 256 256 Pdf2Img.png --out MyIcon.iconset/icon_128x128@2x.png && sips -z 256 256 Pdf2Img.png --out MyIcon.iconset/icon_256x256.png && sips -z 512 512 Pdf2Img.png --out MyIcon.iconset/icon_256x256@2x.png && sips -z 512 512 Pdf2Img.png --out MyIcon.iconset/icon_512x512.png && cp Pdf2Img.png MyIcon.iconset/icon_512x512@2x.png # 2. 创建图标 iconutil -c icns MyIcon.iconset -o MyIcon.icns # 3. 删除图标集 rm -R MyIcon.iconset ```