How to input data into word template

how to input data into a word template such as dotx?

Ie, contents of word document/template:

Name {name}

How would I dynamically/programtically input the name into the bracketed parameter?

i am new to aspose using evaluation, soon to buy… thanks for your help

Thanks for your inquiry. You can use Mail Merge option using Mustache template. Please check following documentation link for more details. You may also download Aspose.Words for .NET examples from Github repository.

Mail Merge using ‘Mustache’ Template Syntax