feat: Reimplement PDF splitting functionality on a new dedicated page.

This commit is contained in:
abdullahalam123
2025-12-04 14:02:20 +05:30
parent fb3063324c
commit 6676fe9f89
9 changed files with 2634 additions and 2171 deletions

View File

@@ -16,7 +16,7 @@ export const categories = [
subtitle: 'Combine multiple PDFs into one file. Preserves Bookmarks.',
},
{
id: 'split',
href: '/src/pages/split-pdf.html',
name: 'Split PDF',
icon: 'scissors',
subtitle: 'Extract a range of pages into a new PDF.',