We are having an issue when creating and saving a new document from a .dotm template using Aspose.Words.
When we create a new document from the template manually, using Word, the macros are all contained in the new document.
When we create new document programmatically, using Aspose.Words, the macros are not in the new document.
The code we are using to save the new document, if it is based on a macro-enabled template, is:
Doc.Save(docName, SaveFormat.Docm)
Is there something else we need to do to ensure the macros are available in the newly created document? This is a high-priority issue for us.
Thanks