feat: support multiple PDF in PDF encryption tool

This commit is contained in:
alam00000
2026-03-01 18:43:38 +05:30
parent 0695361469
commit d66287a55b
3 changed files with 310 additions and 163 deletions

View File

@@ -1,3 +1,3 @@
export interface DecryptPdfState {
file: File | null;
files: File[];
}