We have a Word document that we read and save in C# like this:
using (var doc = WordprocessingDocument.Open(docStream, true, GetOpenSettings()))
{
var x = doc.MainDocumentPart.Document.Body; **// Without this code …...Product Family Thomas007 June 9, 2022, 8:29pm #1 We have a Word document...(1.70 MB) atir.tahir June 9, 2022, 8:50pm #2 @Thomas007 We are...