add image to pdf tool
This commit is contained in:
1349
image_to_pdf.html
Normal file
1349
image_to_pdf.html
Normal file
File diff suppressed because it is too large
Load Diff
14
index.html
14
index.html
@@ -493,6 +493,15 @@
|
|||||||
<div class="tooltip">URL 编解码</div>
|
<div class="tooltip">URL 编解码</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="tool-item" data-tool="image2pdf">
|
||||||
|
<div class="tool-icon">📷</div>
|
||||||
|
<div class="tool-info">
|
||||||
|
<h3>图片转PDF</h3>
|
||||||
|
<p>将多张图片合并生成PDF文档,支持拖拽排序和自定义设置</p>
|
||||||
|
</div>
|
||||||
|
<div class="tooltip">图片转PDF</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="tool-item" data-tool="other">
|
<div class="tool-item" data-tool="other">
|
||||||
<div class="tool-icon">⚙️</div>
|
<div class="tool-icon">⚙️</div>
|
||||||
<div class="tool-info">
|
<div class="tool-info">
|
||||||
@@ -604,6 +613,11 @@
|
|||||||
url: "url_encoder.html",
|
url: "url_encoder.html",
|
||||||
hash: "#url",
|
hash: "#url",
|
||||||
},
|
},
|
||||||
|
image2pdf: {
|
||||||
|
title: "图片转PDF",
|
||||||
|
url: "image_to_pdf.html",
|
||||||
|
hash: "#image2pdf",
|
||||||
|
},
|
||||||
other: {
|
other: {
|
||||||
title: "其他功能",
|
title: "其他功能",
|
||||||
url: "other_function.html",
|
url: "other_function.html",
|
||||||
|
|||||||
Reference in New Issue
Block a user