PDF拆分、合并

This commit is contained in:
2025-06-08 23:55:24 +08:00
parent 0323e92151
commit 7d72f1f0e9
10 changed files with 250 additions and 56 deletions

3
v1/resources/close.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M9 1L1 9M9 9L1 1" stroke="#8A92A6" stroke-width="1.5" stroke-linecap="round"/>
</svg>

After

Width:  |  Height:  |  Size: 190 B

BIN
v1/resources/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@@ -0,0 +1,3 @@
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.5" y="0.5" width="9" height="9" stroke="#8A92A6" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 188 B

View File

@@ -0,0 +1,3 @@
<svg width="12" height="2" viewBox="0 0 12 2" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="12" height="2" fill="#8A92A6"/>
</svg>

After

Width:  |  Height:  |  Size: 145 B

5
v1/resources/restore.svg Normal file
View File

@@ -0,0 +1,5 @@
<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M3.5 0.5V3.5H0.5" stroke="#8A92A6" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M6.5 9.5V6.5H9.5" stroke="#8A92A6" stroke-linecap="round" stroke-linejoin="round"/>
<rect x="3.5" y="3.5" width="6" height="6" stroke="#8A92A6" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 374 B