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…...Words, you can utilize the Document class to load the subtemplate...main template Document mainTemplate = new Document("path_to_your_main_template...