feat: add Timestamp PDF tool with RFC 3161 support
Add document timestamping to the Secure PDF section using RFC 3161 protocol. Users can select from preset TSA servers (DigiCert, Sectigo, SSL.com, Entrust, FreeTSA) or enter a custom TSA URL. No personal certificate is required — only a cryptographic hash is sent to the server. Key changes: - Timestamp PDF page with TSA server selector, FAQ and SEO structured data - timestampPdf() function with CORS proxy URL resolution - TimestampNode for the workflow engine - Tool entry in Secure PDF category + homepage i18n - Built-in CORS proxy middleware for dev/preview - Translations for all 16 languages Tested with DigiCert, Sectigo and Entrust TSA servers. Timestamps are verifiable in Adobe Acrobat (ETSI.RFC3161 SubFilter).
This commit is contained in:
@@ -607,6 +607,15 @@
|
||||
"pageTitle": "Validate PDF Signature - Verify Digital Signatures | BentoPDF",
|
||||
"subtitle": "Verify digital signatures in your PDF files. Check certificate validity, view signer details, and confirm document integrity. All processing happens in your browser."
|
||||
},
|
||||
"timestampPdf": {
|
||||
"name": "PDF Zaman Damgası",
|
||||
"pageTitle": "PDF Zaman Damgası Ücretsiz - RFC 3161 Belge Zaman Damgası | BentoPDF",
|
||||
"subtitle": "Güvenilir bir TSA sunucusu aracılığıyla PDF'nize RFC 3161 zaman damgası ekleyin. Belgenizin belirli bir zamanda var olduğunu kanıtlar. Sertifika gerekmez.",
|
||||
"tsaSectionTitle": "Zaman Damgası Sunucusu (TSA)",
|
||||
"selectTsa": "Bir TSA sunucusu seçin",
|
||||
"applyTimestamp": "Zaman Damgası Uygula",
|
||||
"successMessage": "PDF başarıyla zaman damgalandı! Zaman damgası Adobe Acrobat ve diğer PDF okuyucularda doğrulanabilir."
|
||||
},
|
||||
"pdfToWord": {
|
||||
"name": "PDF'den Word'e",
|
||||
"subtitle": "PDF dosyalarını düzenlenebilir Word belgelerine dönüştürün."
|
||||
|
||||
Reference in New Issue
Block a user