Evaluation only message in the converted file

HI Team ,

I am trying to convert a email file into a pdf using a Site small business purchased license.

  • the license file is used as an embedded resource.
    But after conversion into pdf. The file always hold a red message “EVALUATION ONLY”.

This is how I am calling the aspose conversion code.

  • the main function which is in a different project (no aspose code written here) calls a 2nd class in a different project
  • the 2nd class (no aspose code written here) then calls the aspose class
  • Now in this aspose class ,I am doing this -:
    image.png (29.6 KB)
    image.png (22.1 KB)

I am using Visual studio 2015.
Kindly help, on how to avoid this message .

Regards
Harshit

@harsh1691,

Thank you for details. We have looked into the screenshot of code snippets shared by you. It seems that you are setting the license only for one Aspose API where as in Email to PDF conversion two APIs are involved. So you have to set the license for both APIs i.e. for Aspose.Email and for Aspose.Words. Please try the solution at your end and update us in case of any query or comments.