Dear Aspose
I’ve created a Word document using the builder method and everything works properly. Now I’m going to attach another document to it. actually, I need to load it from the disk. here is what I have done.
var …...MemoryStream(newFile)) { var docM = new Document(stream); builder...builder.InsertDocument(docM, ImportFormatMode.UseDestinationStyles);...