Aspose.PDF - Evaluation version

Hello team,

we are trying to develop a merging of PDF documents.
According to the Sales team and the information on the page below, the Aspose.PDF is included in our of Aspose.Total for Java product licence.
Nevertheless, we are still getting a “Evauation only” sign.
How can we solve this?
image.png (2.6 KB)

Thank you,
Klára

@KlaraBajer

Could you please provide more details about the license activation process you followed for Aspose.PDF and any error messages you encountered?

@KlaraBajer,

Aspose.PDF for Java is included in the Aspose.Total for Java license. If you notice an “Evaluation Only” watermark or message in your documents, it may be because the license file is not being correctly loaded and applied at runtime. For guidance on setting up the license for Aspose.PDF for Java, please refer to the licensing document. Kindly ensure that the license is set in your code at the beginning of your Java program and at least (processed) once (in the whole application life cycle) before using any other Aspose APIs. Additionally, since the License class is included in all Aspose for Java APIs, please use the fully qualified name (e.g., com.aspose.pdf.License) when creating/instantiating a License object in your code.

If you continue to experience issues, please feel free to let us know.