update 20260322

This commit is contained in:
Stefan Hutter
2026-03-22 20:29:57 +01:00
parent 4460f36891
commit 399d63bc69
78 changed files with 792 additions and 56 deletions

View File

@@ -1491,6 +1491,7 @@ namespace OnDoc.Versandstrasse
{
if (this.ribbonbuttondokpreviewpostkorb.Checked)
{
System.IO.File.WriteAllText(@"y:\base64pdf1.json", node.TagObject.ToString());
var stream = new MemoryStream(Convert.FromBase64String(node.TagObject.ToString()));
this.pdfViewerControl2.Load(stream);
stream = null;