When we try to use the Aspose license to convert word to document we get a message “Evaluation copy” top of the converted pdf file. Attached the copy of the file.
evaluationAsposeMessage.pdf (211.0 KB)
@cio-20.ntsb.gov Please check the following points:
- Make sure your call to
SetLicense
gets executed. Step through in the debugger. - Make sure your code does not catch an exception thrown by Aspose.Words licensing code. For example, Aspose.Words will throw if it cannot find the license.
- Make sure the input documents do not already have the evaluation message. Aspose.Words does not delete existing evaluation messages.
- Make sure
SetLicense
is executed before you instantiate anyDocument
object.