Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Wed Feb 05, 2025 4:34 am

image.png
Hi,
The Evaluation warning message still appears even after applying the Temporary license.

Below is my code, where i am setting the license key for a Spring application in JAVA.

@SpringBootApplication
public class TestServiceApplication implements CommandLineRunner {


public static void main(String[] args) throws IOException {
com.spire.doc.license.LicenseProvider.setLicenseKey("My license key");

SpringApplication.run(TestServiceApplication.class, args);


}


And using the below dependency in my pom.xml

<dependency>
<groupId>e-iceblue</groupId>
<artifactId>spire.doc</artifactId>
<version>13.1.3</version>
</dependency>

suma_ar8
 
Posts: 9
Joined: Fri Jun 21, 2024 4:28 am

Wed Feb 05, 2025 5:52 am

Hi,

Thanks for your inquiry.
We have verified your temporary license application. Due to the impact of the Spring Festival holiday, the relevant license file has been slightly delayed. At present, our sales team has sent the license.elic.xml to your email. Please check your email and copy the Key from the license file to the specified method (com.spire.doc.license.LicenseProvider.setLicenseKey("license key from license.elic.xml")) to try again. If you have any questions or need further assistance, please feel free to contact us at any time.

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1379
Joined: Tue Sep 27, 2016 1:06 am

Wed Feb 05, 2025 7:34 am

Hi,
Thanks for your reply.
I have used the license key from the email which i have received from your team.
But, I still get the Evaluation Warning message.

suma_ar8
 
Posts: 9
Joined: Fri Jun 21, 2024 4:28 am

Wed Feb 05, 2025 9:47 am

Hi,

I tested your license key and found the warning can be removed successfully. I guess you may not have passed the complete key, so I sent my code to your email, please check it. If the issue still occurs, please provide your project to help us investigate your issue quickly and accurately.

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1379
Joined: Tue Sep 27, 2016 1:06 am

Wed Feb 05, 2025 3:27 pm

Hi,
The issue is resolved now.
Thank you

suma_ar8
 
Posts: 9
Joined: Fri Jun 21, 2024 4:28 am

Thu Feb 06, 2025 1:21 am

Hi,

You're welcome.
If you need assistance in the future, please feel free to write back. We are always here to help :)

Sincerely,
Nina
E-iceblue support team
User avatar

Nina.Tang
 
Posts: 1379
Joined: Tue Sep 27, 2016 1:06 am

Return to Spire.Doc