Error with Watermarked PPT Files When Using Aspose.Slides for Java

Currently am getting an error with ppt files with water Mark.

Could you please check and help me with that

@Sathishkumar14601460 Your question is related to Aspose.Slides. So, I will move it to the appropriate forum. My colleagues will help you shortly.

Hi Alexey thanks for moving this to appropriate queue to help us

@Sathishkumar14601460,
Could you please describe the issue you encountered in more detail?

Actually am getting Aspose watermark into the ppt slides

Created with aspose.slides for Java 22.11
Copyright 2004-2022 Aspose pty ltd

Getting above water Mark contents in all ppt slides

@Sathishkumar14601460,
This watermark appears when Aspose.Slides is used without a license. Please apply your license before calling any other Aspose.Slides APIs, as shown below:

new com.aspose.slides.License().setLicense("path_to_lic_file");

Then the watermark will dissappear.

Licensing|Aspose.Slides Documentation

Am using the right license and loaded it correctly and not seeing any exceptions from my code
IMG20250819112805~2.jpg (93.1 KB)

@Sathishkumar14601460,
Please ensure the license object in your code is an instance of com.aspose.slides.License. If it is, and the issue persists, please verify the expiration date in your license file.