feat: add digital signature PDF tool

- Add new tool to apply cryptographic signatures to PDFs using X.509 certificates
- Support PKCS#12 (.pfx, .p12) and PEM certificate formats
- Create PKCS#7 detached signatures compatible with all major PDF viewers
- Optional visible signature with customizable position, image, and text overlay
- Add translations for English, German, Vietnamese, and Chinese
This commit is contained in:
abdullahalam123
2026-01-03 20:47:50 +05:30
parent d694a674ac
commit 771de32cf0
144 changed files with 1943 additions and 275 deletions

View File

@@ -488,5 +488,27 @@
"subtitle": "Extract text from PDF files and save as plain text (.txt). Supports multiple files.",
"note": "This tool works ONLY with digitally created PDFs. For scanned documents or image-based PDFs, use our OCR PDF tool instead.",
"convertButton": "Extract Text"
},
"digitalSignPdf": {
"name": "Digital Signature PDF",
"pageTitle": "Digital Signature PDF - Add Cryptographic Signature | BentoPDF",
"subtitle": "Add a cryptographic digital signature to your PDF using X.509 certificates. Supports PKCS#12 (.pfx, .p12) and PEM formats. Your private key never leaves your browser.",
"certificateSection": "Certificate",
"uploadCert": "Upload certificate (.pfx, .p12)",
"certPassword": "Certificate Password",
"certPasswordPlaceholder": "Enter certificate password",
"certInfo": "Certificate Information",
"certSubject": "Subject",
"certIssuer": "Issuer",
"certValidity": "Valid",
"signatureDetails": "Signature Details (Optional)",
"reason": "Reason",
"reasonPlaceholder": "e.g., I approve this document",
"location": "Location",
"locationPlaceholder": "e.g., New York, USA",
"contactInfo": "Contact Info",
"contactPlaceholder": "e.g., email@example.com",
"applySignature": "Apply Digital Signature",
"successMessage": "PDF signed successfully! The signature can be verified in any PDF reader."
}
}