Update 20250222
This commit is contained in:
@@ -102,7 +102,7 @@ namespace DOCGEN.Generator
|
||||
string filename = tempdir + dokumentid + ".tmp";
|
||||
fh.SaveBase64ToFile(dt.Rows[0][0].ToString(), filename);
|
||||
|
||||
word_signature ws = new word_signature();
|
||||
word_signature ws = new word_signature(this.connectionstring);
|
||||
ws.remove_unterschriften_synfusion(filename);
|
||||
dt.Rows[0][0] = fh.Base64FromFile(filename);
|
||||
ws = null;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -131,7 +131,8 @@ namespace DOCGEN
|
||||
string unterschriftrechts = db1.dsdaten.Tables[0].Rows[0]["unterschriftrechts"].ToString();
|
||||
|
||||
OnDocOffice.clsWordEdit we = new OnDocOffice.clsWordEdit(connectionstring, "", "", resturi, apikey);
|
||||
if (we.insert_signature(dokumentid, unterschriftlinks, unterschriftrechts, tempdir))
|
||||
//gaga
|
||||
if (we.insert_signature(dokumentid, unterschriftlinks, unterschriftrechts, tempdir,""))
|
||||
{
|
||||
return true;
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user