add image to pdf tool

This commit is contained in:
2025-12-09 12:26:22 +08:00
parent 23b9dae28b
commit 8132e6b590
2 changed files with 1363 additions and 0 deletions

1349
image_to_pdf.html Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -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",