feat: pdf editor

This commit is contained in:
Ibrahima G. Coulibaly
2025-07-09 17:51:12 +01:00
parent 143a5684cf
commit cd19ffccf6
4 changed files with 103 additions and 18 deletions

View File

@@ -9,12 +9,12 @@ import { meta as pdfToEpub } from './pdf-to-epub/meta';
import { tool as pdfEditor } from './editor/meta';
export const pdfTools: DefinedTool[] = [
pdfEditor,
splitPdfMeta,
pdfRotatePdf,
compressPdfTool,
protectPdfTool,
mergePdf,
pdfToEpub,
pdfPdfToPng,
pdfEditor
pdfPdfToPng
];