Adding custom evaluation messages

I have a slight problem. I want to add a custom evaluation message on the word documents which are processed using my application, similar to the one aspose does - “Aspose evaulation version”. It should not be anything which could be removed in a word editor like header or watermark etc.

Can it be done using aspose.words??? Any trick or third-party support??

Hi

Thanks for your request. Aspose.Words just adds a paragraph with evaluation watermark at the beginning of a document. You can do the same in your application.
Also maybe in your case, you can just add a watermark as described here:
https://docs.aspose.com/words/net/working-with-watermark/
Best regards.