One is a .netcore 3.1 project, the other is .netframework.
When I generate a word doc then pdf, the logo is a different scale coming from each of the projects.
- Code: Select all
var logoPara = zeroRow.Cells[0].AddParagraph();
var logoStream = Assembly.GetAssembly(typeof(TMRUtil)).GetManifestResourceStreamByFileName("MacLogo90px.jpg");
var pic = logoPara.AppendPicture(logoStream);