Hi,
I am including the below code in my program to get rid of
Evaluation Only. Created with Aspose.Words. Copyright 2003-2011 Aspose Pty Ltd. this message. but still i am getting this in my document.
This is my code, where i included the licence code:
Aspose.Words.License license = new Aspose.Words.License();
license.SetLicense(".../App_Data/Aspose.Total.lic");
_IncomeDocStream = BinaryToStraemConverter(docTemplate);
_InputDoc = new Document(_IncomeDocStream);