Hi,
We are basically doing automatic appraisal process via program. So the added address and content will be different all the time (45 report type so far we have).
attached the document for your process.
Document doc = new Document();
doc.LoadFromFile("Valbridge Test - office template - 3.8.2021.docx");
doc.UpdateTableOfContents();
doc.SaveToFile("result.docx",FileFormat.Docx);