Hello,
i have the following lines in my maven pom.xml:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-words</artifactId>
<version>18.12</version>
<classifier>jdk16</classifier>
</dependency>
I just requested a 30 days test license.
After loading it in my code as explained in https://docs.aspose.com/words/net/licensing/, I still get the evaluation watermark on the generated PDF documents.
Is it normal or is there something I still do not understand ?