Hi,
As I am using below code To insert Doc file inTo a parent Doc.
Document Document1 = new Document();
DocumentBuilder builder = new DocumentBuilder(Document1);
string DemoDoc = "E:\\AnnexDocReport_IssueFile.Docx";
Do…...Doc Insertion Issue in Doc Aspose.Words Product Family words-net...below code to insert doc file into a parent doc. Document document1...