This commit is contained in:
Stefan Hutter
2025-06-23 07:20:38 +02:00
parent f45b683545
commit 6763534b8c
50 changed files with 91 additions and 26 deletions

View File

@@ -277,7 +277,7 @@ namespace Versandstrasse
private void split_doc(ref versandscript vscript, string document)
{
SaveBase64ToFile(document, @"x:\f0.pdf");
//SaveBase64ToFile(document, @"x:\f0.pdf");
vscript.dokuments[0].sourcedokument = document;
vsdokument vsd = vscript.dokuments[0];
var stream = new MemoryStream(Convert.FromBase64String(vscript.dokuments[0].sourcedokument));