feat: Add dedicated compress PDF page and reimplement compression logic.

This commit is contained in:
abdullahalam123
2025-12-04 14:32:37 +05:30
parent 6676fe9f89
commit 9620084789
7 changed files with 1485 additions and 1075 deletions

View File

@@ -22,7 +22,7 @@ export const categories = [
subtitle: 'Extract a range of pages into a new PDF.',
},
{
id: 'compress',
href: '/src/pages/compress-pdf.html',
name: 'Compress PDF',
icon: 'zap',
subtitle: 'Reduce the file size of your PDF.',
@@ -438,7 +438,7 @@ export const categories = [
name: 'Optimize & Repair',
tools: [
{
id: 'compress',
href: '/src/pages/compress-pdf.html',
name: 'Compress PDF',
icon: 'zap',
subtitle: 'Reduce the file size of your PDF.',