Hello,
In word template, I have a reference to a subtemplate from C drive
<<doc ["C:\\Aspose\\Sample\\SubTemplate\\Subtemplate.docx"] -build>>
But, I am not sure how I can reference the sub template from memory stream…...mainTemplate = new Document("path_to_your_main_template.docx");...MemoryStream(File.ReadAllBytes("path_to_your_subtemplate.docx")))...