feat: add new Edit PDF tool with dedicated page and logic, and update build configuration
This commit is contained in:
@@ -7,6 +7,7 @@ export const singlePdfLoadTools = [
|
||||
'pdf-to-png',
|
||||
'pdf-to-webp',
|
||||
'pdf-to-greyscale',
|
||||
'edit',
|
||||
'edit-metadata',
|
||||
'remove-metadata',
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ export const categories = [
|
||||
subtitle: 'Reduce the file size of your PDF.',
|
||||
},
|
||||
{
|
||||
id: 'edit',
|
||||
href: '/src/pages/edit-pdf.html',
|
||||
name: 'PDF Editor',
|
||||
icon: 'pocket-knife',
|
||||
subtitle:
|
||||
@@ -76,7 +76,7 @@ export const categories = [
|
||||
name: 'Edit & Annotate',
|
||||
tools: [
|
||||
{
|
||||
id: 'edit',
|
||||
href: '/src/pages/edit-pdf.html',
|
||||
name: 'PDF Editor',
|
||||
icon: 'pocket-knife',
|
||||
subtitle:
|
||||
|
||||
Reference in New Issue
Block a user