Getting a Watermark when Converting Word Documents to PDF

Hello,
We are facing a similar issue,
Getting Aspose watermark on our generated PDF.
In our case it is aspose-words version 22.6 (generating word files to PDF).
Is there any known issue in aspose-words as well?
This started happening in the passed few days, no change from our side!
How can we remove the watermark?
Thank you so much.

Anyone? please…

@LeahGreen 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 products used in your application.

Thanks! I will check it.

1 Like

@alexey.noskov
Thank you so much!
Indeed, the license was not applied properly.

1 Like