Randomly, when generating a Word document through the API, the evaluation text appears in the resulting Word document. I cannot figure out why this is occuring as the license is set as follows:
Aspose.Word.Document d = new Aspose.Word.Document(ms);
Aspose.Word.License l = new Aspose.Word.License();
l.SetLicense(ConfigurationManager.AppSettings["ASPOSE_LICENSE"]);
d.MailMerge.Execute(GetFieldNames(templatesFields), GetFieldValues(templatesFields));