feat(signature): add font and color customization for typed signatures

feat(stamps): implement new add stamps tool with image stamp support

fix(form-filler): improve form filler UI and XFA form support

refactor(sign-pdf): improve signature tool initialization and error handling

style(ui): update text color for better visibility in dark mode

chore: update navigation links to use root-relative paths
This commit is contained in:
abdullahalam123
2025-11-14 20:35:43 +05:30
parent c31704eb0e
commit ae8bd3a004
12 changed files with 579 additions and 96 deletions

View File

@@ -137,6 +137,12 @@ export const categories = [
icon: 'pen-tool',
subtitle: 'Draw, type, or upload your signature.',
},
{
href: '/src/pages/add-stamps.html',
name: 'Add Stamps',
icon: 'stamp',
subtitle: 'Add image stamps to your PDF using the annotation toolbar.',
},
{
id: 'remove-annotations',
name: 'Remove Annotations',
@@ -153,7 +159,7 @@ export const categories = [
id: 'form-filler',
name: 'PDF Form Filler',
icon: 'square-pen',
subtitle: 'Fill in forms directly in the browser.',
subtitle: 'Fill in forms directly in the browser. Also supports XFA forms.',
},
{
id: 'remove-blank-pages',