MiniWord icon indicating copy to clipboard operation
MiniWord copied to clipboard

.NET Word(docx) exporting template engine without COM+ & interop (support Linux and Mac)

Results 52 MiniWord issues
Sort by recently updated
recently updated
newest added

**From C# code:** ``` var disolved = true; var templateContext = new Dictionary() { //... { "Disolved", disolved }, }; using var ms = new MemoryStream(); MiniSoftware.MiniWord.SaveAsByTemplate(ms, templateContent, templateContext); ```...

help wanted

MiniWord inserts images like: ```c# ReportData["Photo"] = new MiniWordPicture() { Path="photo.jpg", Width = 200, Height = 150 }; ``` But this gives you no control over styling in the .docx...