Projekte werden jetzt angezeigt

This commit is contained in:
Husky
2018-07-11 21:55:46 +02:00
parent f0fb978812
commit eb69f42d53
12 changed files with 342 additions and 35 deletions

View File

@@ -3,6 +3,7 @@ using Syncfusion.DocIO.DLS;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Linq;
using System.Text;
@@ -56,6 +57,7 @@ namespace BerichtGen
fieldvalues[counter] = hashtable.Value.ToString();
}
counter++;
}
@@ -66,7 +68,7 @@ namespace BerichtGen
//string[] fieldValues = new string[] { "test.png" };
wordDocument.MailMerge.Execute(fieldnames, fieldvalues);
wordDocument.Save("test.docx", Syncfusion.DocIO.FormatType.Docx);
wordDocument.Close();
//wordDocument.Close();
//wordDocument.MailMerge.ExecuteGroup()
}
private readonly double _cmPixel = 0.393700787;