feat: Add Digital Signature and Validate Signature tools
New Features: - Digital Signature tool: Sign PDFs with X.509 certificates (PFX/PEM) - Visible and invisible signatures - All pages, first page, last page, or custom page selection - Dynamic signature height based on text content - Custom signature text, image, and styling options - Validate Signature tool: Verify digital signatures in PDFs - Extract and parse PKCS#7 signatures - View signer and issuer certificate details - Check certificate validity and expiry - Optional custom X.509 certificate for trust verification - Full/partial coverage detection Infrastructure: - Added Cloudflare Worker CORS proxy for certificate chain fetching - Updated README with new tools and proxy deployment instructions Documentation: - Added Digital Signature and Validate Signature to README tools table - Added CORS proxy deployment guide for self-hosters
This commit is contained in:
@@ -510,5 +510,10 @@
|
||||
"contactPlaceholder": "ví dụ: email@example.com",
|
||||
"applySignature": "Áp dụng chữ ký số",
|
||||
"successMessage": "Ký PDF thành công! Chữ ký có thể được xác minh trong bất kỳ trình đọc PDF nào."
|
||||
},
|
||||
"validateSignaturePdf": {
|
||||
"name": "Xác minh chữ ký PDF",
|
||||
"pageTitle": "Xác minh chữ ký PDF - Xác thực chữ ký số | BentoPDF",
|
||||
"subtitle": "Xác minh chữ ký số trong tệp PDF của bạn. Kiểm tra hiệu lực chứng chỉ, xem thông tin người ký và xác nhận tính toàn vẹn tài liệu. Tất cả xử lý diễn ra trong trình duyệt của bạn."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user