We have a Aspose.Total license. We are converting pdf to tiff. When running on docker all the pages except first page in converted tiff document contain evaluation watermark. But when i run the same code locally on my machine, watermark does not come.
We are setting license in constructor of the class as:
private License license;
license.SetLicense(new MemoryStream(Encoding.ASCII.GetBytes([reading License as string here])));
We are using Aspose.Pdf version 23.2.0
.Net Framework 6.0
language: C#