Logging wegen Y-Konstante
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports System.IO
|
||||
Imports System.Security.Cryptography
|
||||
Imports DigitalData.Modules.Database
|
||||
Imports DigitalData.Modules.Logging
|
||||
Imports EnvelopeGenerator.CommonServices.Jobs
|
||||
Imports EnvelopeGenerator.CommonServices.Jobs.FinalizeDocument
|
||||
Imports GdPicture14
|
||||
Imports Newtonsoft.Json.Linq
|
||||
Imports EnvelopeGenerator.CommonServices.Jobs
|
||||
Imports System.IO
|
||||
Imports EnvelopeGenerator.CommonServices.Jobs.FinalizeDocument
|
||||
|
||||
Public Class frmFinalizePDF
|
||||
Private Const CONNECTIONSTRING = "Server=sDD-VMP04-SQL17\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=+bk8oAbbQP1AzoHtvZUbd+Mbok2f8Fl4miEx1qssJ5yEaEWoQJ9prg4L14fURpPnqi1WMNs9fE4=;"
|
||||
@@ -65,6 +66,22 @@ Public Class frmFinalizePDF
|
||||
|
||||
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
|
||||
Try
|
||||
'Dim oEnvelopeData = GetEnvelopeData(oId)
|
||||
|
||||
'If oEnvelopeData Is Nothing Then
|
||||
' Logger.Warn("EnvelopeData could not be loaded for Id [{0}]!", oId)
|
||||
' Throw New ArgumentNullException("EnvelopeData")
|
||||
'End If
|
||||
'Logger.Debug("Burning Annotations to pdf ...")
|
||||
'sd
|
||||
'Dim oBurnedDocument As Byte() = BurnAnnotationsToPdf(oEnvelopeData)
|
||||
'If oBurnedDocument Is Nothing Then
|
||||
' Logger.Warn("Document could not be finalized!")
|
||||
' Throw New ApplicationException("Document could not be finalized")
|
||||
'End If
|
||||
|
||||
|
||||
|
||||
|
||||
Dim oTable = LoadAnnotationDataForEnvelope()
|
||||
Dim oJsonList = oTable.Rows.
|
||||
|
||||
Reference in New Issue
Block a user