mjarczewski
Results
1
comments of
mjarczewski
Finally I have a workaround for .netCore. The problem is in generated document.xml. Following code: var p0 = doc.Paragraphs[0]; var r0 = p0.CreateRun(); r0.AddPicture(image, 6, "logo.png", Units.ToEMU(width), Units.ToEMU(height)); generates xml...