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:
@@ -593,6 +593,15 @@
|
||||
"pageTitle": "Verifica firma PDF - Controlla firme digitali | BentoPDF",
|
||||
"subtitle": "Verifica le firme digitali nei tuoi PDF. Controlla la validità del certificato, visualizza i dati del firmatario e conferma l'integrità del documento. Tutto avviene nel tuo browser."
|
||||
},
|
||||
"timestampPdf": {
|
||||
"name": "Marca temporale PDF",
|
||||
"pageTitle": "Marca temporale PDF gratuita online - RFC 3161 | BentoPDF",
|
||||
"subtitle": "Aggiungi una marca temporale RFC 3161 al tuo PDF tramite un server TSA affidabile. Dimostra che il tuo documento esisteva in un momento specifico. Nessun certificato richiesto.",
|
||||
"tsaSectionTitle": "Server marca temporale (TSA)",
|
||||
"selectTsa": "Seleziona un server TSA",
|
||||
"applyTimestamp": "Applica marca temporale",
|
||||
"successMessage": "PDF marcato temporalmente con successo! La marca può essere verificata in Adobe Acrobat e altri lettori PDF."
|
||||
},
|
||||
"emailToPdf": {
|
||||
"name": "Email in PDF",
|
||||
"subtitle": "Converti file email (EML, MSG) in formato PDF. Supporta esportazioni Outlook e formati email standard.",
|
||||
|
||||
Reference in New Issue
Block a user