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": "التحقق من توقيع PDF - التحقق من التوقيعات الرقمية | BentoPDF",
|
||||
"subtitle": "التحقق من التوقيعات الرقمية في ملفات PDF. تحقق من صلاحية الشهادة، واعرض تفاصيل الموقّع، وتأكد من سلامة المستند. تتم جميع المعالجة في متصفحك."
|
||||
},
|
||||
"timestampPdf": {
|
||||
"name": "ختم PDF بالوقت",
|
||||
"pageTitle": "ختم PDF بالوقت مجاناً - ختم RFC 3161 | BentoPDF",
|
||||
"subtitle": "أضف ختماً زمنياً RFC 3161 إلى ملف PDF باستخدام خادم TSA موثوق. يثبت أن مستندك كان موجوداً في وقت محدد. لا يتطلب شهادة.",
|
||||
"tsaSectionTitle": "خادم الختم الزمني (TSA)",
|
||||
"selectTsa": "اختر خادم TSA",
|
||||
"applyTimestamp": "تطبيق الختم الزمني",
|
||||
"successMessage": "تم ختم PDF بالوقت بنجاح! يمكن التحقق من الختم في Adobe Acrobat وقارئات PDF الأخرى."
|
||||
},
|
||||
"emailToPdf": {
|
||||
"name": "بريد إلكتروني إلى PDF",
|
||||
"subtitle": "تحويل ملفات البريد الإلكتروني (EML، MSG) إلى تنسيق PDF. يدعم تصديرات Outlook وتنسيقات البريد القياسية.",
|
||||
|
||||
Reference in New Issue
Block a user