Update 20240802_vor_SfUpdate
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -21,6 +21,7 @@ using System.Web;
|
||||
using System.Net;
|
||||
using System.Security.Policy;
|
||||
using DOCGEN.Klassen;
|
||||
using System.Data;
|
||||
|
||||
|
||||
namespace DOCGEN
|
||||
@@ -71,7 +72,7 @@ namespace DOCGEN
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
|
||||
public string Get_FileType(string b64)
|
||||
{
|
||||
var streamword = new MemoryStream(Convert.FromBase64String(b64));
|
||||
@@ -256,7 +257,7 @@ namespace DOCGEN
|
||||
}
|
||||
};
|
||||
}
|
||||
private string Convert_Excel_To_PDF(string document)
|
||||
public string Convert_Excel_To_PDF(string document)
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user