@pardnchiu/pdf2image
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@pardnchiu/pdf2image", | ||
"version": "1.0.0", | ||
"description": "pdf2image is a lightweight JavaScript library to convert PDF pages into high-quality images (PNG, JPG, WebP) with real-time progress tracking, optional ZIP compression, and support for concurrent processing.", | ||
"version": "1.0.1", | ||
"description": "pdf2image is a lightweight JavaScript library to convert PDF pages into images (PNG, JPG, WebP) with real-time progress tracking and optional ZIP compression.", | ||
"main": "dist/pdf2image.js", | ||
@@ -26,8 +26,11 @@ "module": "dist/pdf2image.esm.js", | ||
"keywords": [ | ||
"integration", | ||
"javascript-library", | ||
"PDF-to-PNG", | ||
"PDF-to-JPG", | ||
"PDF-to-WebP", | ||
"PDF-to-image", | ||
"lightweight" | ||
"pdf-to-png", | ||
"pdf-to-jpg", | ||
"pdf-to-webp", | ||
"pdf-to-image", | ||
"邱敬幃", | ||
"chiuchingwei", | ||
"pardnchiu" | ||
], | ||
@@ -39,3 +42,3 @@ "author": { | ||
}, | ||
"license": "Proprietary", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -42,0 +45,0 @@ "url": "https://github.com/pardnchiu/pdf2image/issues", |
@@ -9,9 +9,20 @@ # pdf2image | ||
## 特點 / Feature | ||
## 核心特色 | ||
- 讀取 PDF 文件內容並將其轉換為圖片。 | ||
- 將轉換後的圖片打包成 ZIP 檔案並下載。 | ||
- 使用 [PDF.js](https://github.com/mozilla/pdf.js) 讀取 PDF 內容。 | ||
- 使用 [JSZip.js](https://github.com/Stuk/jszip) 生成壓縮檔。 | ||
### PDF 轉換為圖片 | ||
- 完美整合 [pdf.js](https://github.com/mozilla/pdf.js),實現快速解析與轉換 PDF 為圖片。 | ||
- 支援多種圖片格式:jpg、png、webp。 | ||
### 壓縮下載 | ||
- 結合 [jszip.js](https://github.com/Stuk/jszip),將所有生成的圖片打包成 ZIP 檔案,一鍵下載,操作便捷。 | ||
- 自動命名檔案與壓縮檔,方便管理。 | ||
### 異步處理與錯誤處理 | ||
- 使用異步設計保證流暢的用戶體驗。 | ||
- 提供詳細的錯誤資訊,便於排查問題。 | ||
### 異步處理與錯誤處理 | ||
- 使用異步設計保證流暢的用戶體驗。 | ||
- 提供詳細的錯誤資訊,便於排查問題。 | ||
## 安裝方式 | ||
@@ -33,3 +44,2 @@ | ||
```javascript | ||
// 1.8.0 版本以上 | ||
import { pdf2image } from "https://cdn.jsdelivr.net/npm/@pardnchiu/pdf2image@[VERSION]/dist/pdf2image.esm.js"; | ||
@@ -36,0 +46,0 @@ ``` |
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
19303
0
86