Watermark in PDF for Cells & Slides

We have a licensed version of Aspose.Total for Java. We are using
18.7 version for Slides
18.9 version for Cells
18.8 version for words
These are latest versions of each.
We see no watermark in the word version, but both the slides version & cells versions have a watermark. Do you know if that is a problem in those releases?

Thanks in advance!

@ashwingrao,

You need to set the license separately for each Aspose API that you are using. For example, if you are using Aspose.Words and Aspose.Cells, code for setting the license will look like this:

com.aspose.words.License awLic = new com.aspose.words.License();
awLic.setLicense("Aspose.Total.lic");

com.aspose.cells.License cellsLicense = new com.aspose.cells.License();
cellsLicense .setLicense("Aspose.Total.lic");

If we can help you with anything else, please feel free to ask.

Thanks for your help! That helped. I appreciate your quick response! You can close this issue now.