- 基于 Vue + Vite + Element Plus + PDFLib 的网页项目
A web project based on Vue, Vite, Element Plus and PDFLib.
- Node.js: v22.18.0
- Vue: v3.5.32
- Vite:v8.0.4
-
在线使用 | Online Access: https://jamiebox2020.github.io/pdf-toolbox/
-
访问网站后导入PDF文件,然后会自动转换成相应的图片,默认为 PNG 格式
Upload a PDF file after accessing the website, and it will be automatically converted into images (default format: PNG) -
可预览下载单个图片,可批量导出所有图片,默认 ZIP 压缩包形式
Supports preview and download of individual images, as well as batch export of all images (default as ZIP archive)
-
支持不同类型PDF文件转图片
Supports converting various types of PDF files into images -
转换后图片预览与下载
Preview and download converted images
- 安装依赖(首次运行必要操作)| Install dependencies (required for first run):
npm install - 本地运行 | Run locally:
npm run dev - 打包部署 | Build for production:
npm run build
-
支持多格式图片转换
Support multiple image formats -
PDF 转图片并嵌入到 Excel 文件中导出
Convert PDF to images and export them embedded into Excel files