feat: Add JPG to PDF conversion tool with dedicated page and logic.

This commit is contained in:
abdullahalam123
2025-12-04 21:21:34 +05:30
parent 62d1b9ada2
commit 19425d98f9
6 changed files with 559 additions and 87 deletions

View File

@@ -743,7 +743,7 @@ async function handleMultiFileUpload(toolId) {
}
}
if (toolId === 'jpg-to-pdf' || toolId === 'png-to-pdf') {
if (toolId === 'png-to-pdf') {
const optionsDiv = document.getElementById(`${toolId}-options`);
if (optionsDiv) {
optionsDiv.classList.remove('hidden');