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:
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user