Evaluation only on the converted pdf file

Hello,

We have a problem during a conversion from a .doc file to a PDF, there is the mention “Evaluation Only. Created with Aspose.PDF.” on the top of the document:
pdf.png (25.1 KB)
The licence has been paid here is the invoice:
invoices.png (15.4 KB)

Do you have an idea about what’s wrong ?

Regards.

@vidal-france 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 any Document object.
  • Make sure the license is applied for all Aspose product used in your project.