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 時間戳記",
|
||||
"pageTitle": "免費線上 PDF 時間戳記 - RFC 3161 文件時間戳記 | BentoPDF",
|
||||
"subtitle": "透過可信賴的 TSA 伺服器為您的 PDF 新增 RFC 3161 時間戳記。證明您的文件在特定時間點存在。無需憑證。",
|
||||
"tsaSectionTitle": "時間戳記伺服器 (TSA)",
|
||||
"selectTsa": "選擇 TSA 伺服器",
|
||||
"applyTimestamp": "套用時間戳記",
|
||||
"successMessage": "PDF 時間戳記新增成功!時間戳記可在 Adobe Acrobat 和其他 PDF 閱讀器中驗證。"
|
||||
},
|
||||
"pdfToWord": {
|
||||
"name": "PDF 轉 Word",
|
||||
"subtitle": "將 PDF 檔案轉換為可編輯的 Word 文件。"
|
||||
|
||||
Reference in New Issue
Block a user