-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
254 lines (224 loc) · 9.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!--
Copyright 2024 Pardn Ltd 帕登國際有限公司.
Created by Pardn Chiu 邱敬幃
Email: dev@pardn.io
-->
<!DOCTYPE html>
<html lang="zh-Hans-TW">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#ffffff">
<meta name="robots" content="index, follow">
<!-- SEO 標題與描述 -->
<title>pdf2image - PDF 轉換工具 - 邱敬幃 Pardn Chiu</title>
<meta name="title" content="pdf2image - PDF 轉換工具 - 邱敬幃 Pardn Chiu">
<meta name="description" content="pdf2image 是一款基於 pdf.js、jszip.js 與原生 APIs 開發的輕量級 PDF 轉圖片工具,支持將 PDF 頁面轉換為 PNG、JPG 或 WebP 格式,提供實時進度跟蹤、ZIP 壓縮選項及併發處理。">
<meta name="keywords" content="PDF to image, PDF 轉圖片, PDF to PNG, PDF to JPG, PDF to WebP, PDF 工具, JavaScript library, PDF 壓縮, 實時進度, ZIP 壓縮, 高效 PDF 處理, 邱敬幃, PDF 免費工具">
<meta name="author" content="邱敬幃 Pardn Chiu">
<link rel="author" href="https://pardn.io/">
<link rel="canonical" href="https://pardn.io/pdf2image/">
<!-- Favicon -->
<link rel="icon" href="https://pardn.io/pdf2image/static/image/logo.png" type="image/x-icon">
<!-- Open Graph -->
<meta property="og:title" content="pdf2image - PDF 轉換工具 - 邱敬幃 Pardn Chiu">
<meta property="og:description" content="pdf2image 是一款基於 pdf.js、jszip.js 與原生 APIs 開發的輕量級 PDF 轉圖片工具,支持將 PDF 頁面轉換為 PNG、JPG 或 WebP 格式,提供實時進度跟蹤、ZIP 壓縮選項及併發處理。">
<meta property="og:image" content="https://pardn.io/pdf2image/static/image/website.jpg">
<meta property="og:url" content="https://pardn.io/pdf2image/">
<meta property="og:site_name" content="pdf2image">
<meta property="og:type" content="website">
<meta property="og:locale" content="zh_TW">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:title" content="pdf2image - PDF 轉換工具 - 邱敬幃 Pardn Chiu">
<meta property="twitter:description" content="pdf2image 是一款基於 pdf.js、jszip.js 與原生 APIs 開發的輕量級 PDF 轉圖片工具,支持將 PDF 頁面轉換為 PNG、JPG 或 WebP 格式,提供實時進度跟蹤、ZIP 壓縮選項及併發處理。">
<meta property="twitter:image" content="https://pardn.io/pdf2image/static/image/website.jpg">
<meta property="twitter:url" content="https://pardn.io/pdf2image/">
<!-- Google Verification -->
<meta name="google-site-verification" content="example-verification-token">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EXAMPLE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-EXAMPLE');
</script>
<!-- Preload and Preconnect -->
<link rel="preconnect" href="https://cdn.jsdelivr.net">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/all.min.css" as="style">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.5.2/css/all.min.css">
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@pardnchiu/renderjs@2.0.1/dist/RenderJS.js" as="script">
<script src="https://cdn.jsdelivr.net/npm/@pardnchiu/renderjs@2.0.1/dist/RenderJS.js" copyright="Pardn Ltd"></script>
<!-- JSON-LD Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "pdf2image - PDF 轉換工具 - 邱敬幃 Pardn Chiu",
"description": "pdf2image 是一款基於 pdf.js、jszip.js 與原生 APIs 開發的輕量級 PDF 轉圖片工具,支持將 PDF 頁面轉換為 PNG、JPG 或 WebP 格式,提供實時進度跟蹤、ZIP 壓縮選項及併發處理。",
"url": [
"https://pardn.io/pdf2image/page/live.html"
],
"creator": {
"@type": "Person",
"name": [
{
"@language": "zh-TW",
"@value": "邱敬幃"
},
{
"@language": "en",
"@value": "Pardn Chiu"
}
],
"url": "https://pardn.io/",
"sameAs": [
"https://github.com/pardnchiu"
],
"email": "dev@pardn.io"
},
"image": "https://pardn.io/pdf2image/static/image/website.jpg"
}
</script>
<style>
html {
width: 100vw;
height: 100vh;
}
* {
flex-shrink: 0;
margin: 0;
padding: 0;
font-family: sans-serif;
box-sizing: border-box;
}
body {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
header {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
gap: 0rem 1rem;
}
header>section {
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
}
header>section>h1 {
width: 100%;
line-height: 3.5rem;
text-align: center;
font-size: 3rem;
}
header>section>h2 {
width: 100%;
line-height: 2rem;
text-align: center;
font-size: 1.5rem;
}
header>img {
width: 128px;
height: 128px;
}
section {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
}
section>a {
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
text-decoration: none;
}
section>a:not(:has(img)) {
padding: 0 1rem;
line-height: 2.5rem;
border-radius: 0.5rem;
}
footer {
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
gap: 0.5rem;
margin: 5rem 0 0;
color: #00000080;
}
@media screen and (min-width: 480px) {
header {
flex-flow: row;
}
header>section>h1,
header>section>h2 {
text-align: left;
}
}
</style>
</head>
<body id="app" class="md" data-md="1" :display="flex" :flex-flow="column" :justify-content="center" :align-items="center" :width="100%" :height="100%">
<header>
<section>
<h1>pdf2image</h1>
<h2>輕量化 JSON 編輯器</h2>
</section>
</header>
<section :margin="1rem 0 0">
<img src="https://img.shields.io/badge/tag-JavaScript%20Integration-bb4444" alt="">
<img src="https://img.shields.io/github/size/pardnchiu/pdf2image/dist%2Fpdf2image.js" alt="">
</section>
<section :margin="0.5rem 0 0">
<a href="https://www.npmjs.com/package/@pardnchiu/pdf2image" target="_blank">
<img src="https://img.shields.io/npm/v/@pardnchiu/pdf2image" alt="npm版本">
</a>
<a href="https://www.jsdelivr.com/package/npm/@pardnchiu/pdf2image" target="_blank">
<img src="https://img.shields.io/jsdelivr/npm/hm/@pardnchiu/pdf2image" alt="npm版本">
</a>
</section>
<section :margin="2rem 0 0" :gap="1rem">
<a href="https://github.com/pardnchiu/pdf2image" target="_blank" :background-color="#000" :color="#fff">
<i class="fa-brands fa-github"></i>
GitHub
</a>
<a href="https://www.npmjs.com/package/@pardnchiu/pdf2image" target="_blank" :background-color="#BA311C" :color="#fff" :border="1px solid #BA311C">
<i class="fa-brands fa-npm"></i>
npm
</a>
</section>
<section>
<a href="./page/agreement.html" :margin-top="0.5rem" :color="#000">
<i class="fa-solid fa-scale-balanced"></i>
LICENSE
</a>
</section>
<section>
<a href="./page/live.html" :color="#000">
<i class="fa-solid fa-rotate"></i>
Online
</a>
</section>
<footer>
<p>Created by <a href="mailto:dev@pardn.io" :color="#000">邱敬幃</a></p>
<p><a href="https://github.com/pardnchiu/pdf2image" target="_blank" :color="#000" :text-decoration="underline">pdf2image</a> on GitHub</p>
<p>© 2025</p>
</footer>
<script>
document.addEventListener("DOMContentLoaded", _ => {
const app = "app".RJS();
});
</script>
</body>
</html>