Update 20240802_vor_SfUpdate

This commit is contained in:
Stefan Hutter
2024-08-02 07:24:50 +02:00
parent 8fb1b93185
commit 4f07fad418
231 changed files with 4204208 additions and 49 deletions

View File

@@ -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 "";
}