Using of DOTX files when creating DOX files

We are looking for a components that will be able to create a DOCX file by a pre-programmed template, but the end-user will be able to define a DOTX file as a style template that the output DOCX will be based on.
Is that possible with Aspose.Words ?
Thanks.

Hi
Thanks for your inquiry. Sure, you can use Aspose.Words to generate documents based on your template. First of all, you can simply attach a template to the document:
https://reference.aspose.com/words/net/aspose.words/document/attachedtemplate/
But in this case, the attached template should be present on the PC where you open the document.
Also, you can create a new document from the template, i.e. simply open a template using Aspose.Words and fill it with content.
Best regards,