feat: Add JPG to PDF conversion tool with dedicated page and logic.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user