Compare commits

..

3 Commits

Author SHA1 Message Date
16bdc7820d update privacy policy (English) 2025-11-20 14:14:25 +01:00
06e32b99ea update privacy policy (German) title and last updated date 2025-11-20 14:06:51 +01:00
c7c78f96a6 refactor(PDFBurner): fix merging errors 2025-11-20 12:34:30 +01:00
3 changed files with 20 additions and 9 deletions

View File

@@ -160,8 +160,19 @@ Namespace Jobs.FinalizeDocument
#End Region #End Region
#Region "Add Value" #Region "Add Value"
Exit Select Private Sub AddInstantJSONAnnotationToPDF(pInstantJSON As String)
Case AnnotationType.Ink Dim oAnnotationData = JsonConvert.DeserializeObject(Of AnnotationData)(pInstantJSON)
oAnnotationData.annotations.Reverse()
For Each oAnnotation In oAnnotationData.annotations
Logger.Debug("Adding AnnotationID: " + oAnnotation.id)
Select Case oAnnotation.type
Case AnnotationType.Image
AddImageAnnotation(oAnnotation, oAnnotationData.attachments)
Exit Select
Case AnnotationType.Ink
AddInkAnnotation(oAnnotation) AddInkAnnotation(oAnnotation)
Exit Select Exit Select
Case AnnotationType.Widget Case AnnotationType.Widget
@@ -261,7 +272,7 @@ Namespace Jobs.FinalizeDocument
ant.FontSize = _pdfBurnerParams.FontSize ant.FontSize = _pdfBurnerParams.FontSize
ant.FontStyle = _pdfBurnerParams.FontStyle ant.FontStyle = _pdfBurnerParams.FontStyle
Manager.SaveAnnotationsToPage() Manager.SaveAnnotationsToPage()
End Sub End Sub
#End Region #End Region
#Region "Helpers" #Region "Helpers"

View File

@@ -4,14 +4,14 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Datenschutzinformation für das Fernsignatursystem signFLOW</title> <title>Datenschutzinformation für das Fernsignatursystem: signFLOW</title>
<link rel="stylesheet" href="css/privacy-policy.min.css"> <link rel="stylesheet" href="css/privacy-policy.min.css">
</head> </head>
<body> <body>
<header> <header>
<h1>Datenschutzinformation für das Fernsignatursystem signFLOW</h1> <h1>Datenschutzinformation für das Fernsignatursystem signFLOW</h1>
<p><strong>Stand:</strong> 19.09.2024</p> <p><strong>Stand:</strong> 18.11.2025</p>
</header> </header>
<section> <section>
@@ -55,7 +55,7 @@
<h2>3. Datenerhebung</h2> <h2>3. Datenerhebung</h2>
<h3>3.1 Die folgenden Kategorien personenbezogener Daten werden verarbeitet</h3> <h3>3.1 Die folgenden Kategorien personenbezogener Daten werden verarbeitet</h3>
<ul> <ul>
<li>Namen: Vor- und Zunamen sowie Ihre digitale Unterschrift</li> <li>Namen: Benutzername, Vor- und Zunamen sowie Ihre digitale Unterschrift</li>
<li>Kontaktdaten: Telefonnummer, Mobilfunknummer und E-Mail-Adresse</li> <li>Kontaktdaten: Telefonnummer, Mobilfunknummer und E-Mail-Adresse</li>
<li>Technische Daten: IP-Adresse, Zeitpunkt des Zugriffs oder Zugriffsversuchs</li> <li>Technische Daten: IP-Adresse, Zeitpunkt des Zugriffs oder Zugriffsversuchs</li>
</ul> </ul>

View File

@@ -10,8 +10,8 @@
<body> <body>
<header> <header>
<h1>Data Protection Information for the Remote Signature System signFLOW</h1> <h1>Data Protection Information for the Remote Signature System: signFLOW</h1>
<p><strong>As of:</strong> 19.09.2024</p> <p><strong>As of:</strong> 18.11.2025</p>
</header> </header>
<section> <section>
<h2>1. General Information</h2> <h2>1. General Information</h2>
@@ -53,7 +53,7 @@
<h2>3. Data Collection</h2> <h2>3. Data Collection</h2>
<h3>3.1 The following categories of personal data are processed</h3> <h3>3.1 The following categories of personal data are processed</h3>
<ul> <ul>
<li>Names: First and last names as well as your digital signature</li> <li>Names: Username, first and last names as well as your digital signature</li>
<li>Contact details: Phone number, mobile phone number, and email address</li> <li>Contact details: Phone number, mobile phone number, and email address</li>
<li>Technical data: IP address, time of access, or access attempts</li> <li>Technical data: IP address, time of access, or access attempts</li>
</ul> </ul>