Summary
Add password encryption to PDF before download.
Files to create/edit
src/pages/tools/PdfProtect.tsx → create
src/App.tsx → add import + route /tools/pdf-protect
src/pages/Tools.tsx → add to allTools[]
Implementation notes
- Use
pdf-lib for encryption
- Input: PDF file + password + confirm password
- Show password strength indicator
Summary
Add password encryption to PDF before download.
Files to create/edit
src/pages/tools/PdfProtect.tsx→ createsrc/App.tsx→ add import + route/tools/pdf-protectsrc/pages/Tools.tsx→ add toallTools[]Implementation notes
pdf-libfor encryption