diff --git a/frontend/public/locales/en-US/translation.json b/frontend/public/locales/en-US/translation.json index 70b5379f1..c92c4c56e 100644 --- a/frontend/public/locales/en-US/translation.json +++ b/frontend/public/locales/en-US/translation.json @@ -2021,10 +2021,6 @@ "outputFormat": "Output Format", "pdfaNote": "PDF/A-1b is more compatible, PDF/A-2b supports more features.", "pdfaDigitalSignatureWarning": "The PDF contains a digital signature. This will be removed in the next step.", - "cbrOptions": "CBR to PDF Options", - "optimizeForEbook": "Optimize PDF for ebook readers (uses Ghostscript)", - "cbrOutputOptions": "PDF to CBR Options", - "cbrDpi": "DPI for image rendering", "sanitize": { "submit": "Sanitize PDF", "completed": "Sanitization completed successfully", diff --git a/frontend/src/core/utils/urlMapping.ts b/frontend/src/core/utils/urlMapping.ts index c76adf856..565064156 100644 --- a/frontend/src/core/utils/urlMapping.ts +++ b/frontend/src/core/utils/urlMapping.ts @@ -28,6 +28,8 @@ export const URL_TO_TOOL_MAP: Record = { '/pdf-to-pdfa': 'convert', '/pdf-to-word': 'convert', '/pdf-to-xml': 'convert', + '/cbr-to-pdf': 'convert', + '/pdf-to-cbr': 'convert', // Security tools '/add-password': 'addPassword',