пофиксил изображения
This commit is contained in:
parent
4a5e7f9c0d
commit
4c0882df61
@ -57,6 +57,7 @@ namespace WinFormsLibrary
|
||||
body.Append(titleParagraph);
|
||||
|
||||
// Добавляем изображения
|
||||
mainPart.Document.Append(body);
|
||||
foreach (string imagePath in imageClass.Files)
|
||||
{
|
||||
if (File.Exists(imagePath))
|
||||
@ -75,7 +76,6 @@ namespace WinFormsLibrary
|
||||
}
|
||||
}
|
||||
|
||||
mainPart.Document.Append(body);
|
||||
Console.WriteLine($"Word-документ успешно создан в файле '{imageClass.Path}'.");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user