update 20251008
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -364,6 +364,20 @@ namespace OnDocOffice
|
||||
this.resturi = resturi;
|
||||
this.apikey = apikey;
|
||||
}
|
||||
|
||||
public void test_remove_signature()
|
||||
{
|
||||
Start_Application();
|
||||
doc = word.Documents.Open(filename);
|
||||
word_signature ws = new word_signature(this.connectstring);
|
||||
ws.remove_unterschriften(ref word, dokumentid);
|
||||
ws = null;
|
||||
word.Visible = true;
|
||||
doc.Close();
|
||||
doc = null;
|
||||
word.Quit(false);
|
||||
word = null;
|
||||
}
|
||||
public bool Start_Application()
|
||||
{
|
||||
try
|
||||
@@ -2125,4 +2139,5 @@ namespace OnDocOffice
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user