mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-09-12 21:07:38 +02:00
feat(pdf-to-webp): direct download resulting image and adjust filename
This commit is contained in:
+1
-2
@@ -868,8 +868,7 @@ export const toolTemplates = {
|
||||
</div>
|
||||
<p class="mt-1 text-xs text-gray-400">Higher quality = larger file size</p>
|
||||
</div>
|
||||
<p class="mb-4 text-white text-center">Your file is ready. Click the button to download a ZIP file containing all WebP images.</p>
|
||||
<button id="process-btn" class="btn-gradient w-full">Download All as ZIP</button>
|
||||
<button id="process-btn" class="btn-gradient w-full">Convert to WEBP & Download All</button>
|
||||
</div>
|
||||
`,
|
||||
'webp-to-pdf': () => `
|
||||
|
||||
Reference in New Issue
Block a user