Update 20251107
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -193,7 +193,7 @@ namespace DOCGEN
|
||||
return dok.dokument;
|
||||
}
|
||||
|
||||
public bool signdoc(string dokumentid, string tempdir)
|
||||
public bool signdoc(string dokumentid, string tempdir, int pages=0)
|
||||
{
|
||||
DB db1 = new DB(connectionstring);
|
||||
try
|
||||
@@ -205,7 +205,7 @@ namespace DOCGEN
|
||||
string dokumenttypnr = db1.dsdaten.Tables[0].Rows[0]["dokumenttypnr"].ToString();
|
||||
OnDocOffice.clsWordEdit we = new OnDocOffice.clsWordEdit(connectionstring, "", "", resturi, apikey);
|
||||
|
||||
if (we.insert_signature(dokumentid, unterschriftlinks, unterschriftrechts, tempdir,dokumenttypnr))
|
||||
if (we.insert_signature(dokumentid, unterschriftlinks, unterschriftrechts, tempdir,dokumenttypnr,pages))
|
||||
{
|
||||
return true;
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user