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.

Mon Dec 09, 2019 4:28 pm

Dear Sir or Madam,

I was wondering if you could help us to apply the license for a Java project. Our organization has bought one license of Spire.Doc Pro Edition 7.11 through an e-IceBlue reseller to use it with a Java project to convert DOCX to PDF. We received the license.elic.xml file, added it to a Apache Maven project folder and tried to apply it with spire.doc library.

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

However, the output PDF file was generated with the "Evaluation Warning: The document was created with Spire.Doc for JAVA." applying the license directly with the key or loading the license file.

//LicenseProvider.setLicenseKey("We put our organization key here");

InputStream isLicense = SpireDocPoC.class
.getClassLoader().getResourceAsStream("license.elic.xml");
LicenseProvider.setLicenseFile(isLicense);

I look forward to hearing from you soon.

Yours Faithfully,
Sergio Fukaya

smfukaya
 
Posts: 6
Joined: Mon Dec 09, 2019 4:09 pm

Tue Dec 10, 2019 1:57 am

Hi Sergio,

Thanks for your inquiry.
According to our records, we found you had purchased two licenses of Spire.Doc for .NET, so the licenses didn't work for Spire.Doc for Java. If you need to use Spire.Doc for Java, you could contact our sales team(sales@e-iceblue.com) to change one of your licenses of .NET to Java. Besides, please apply the license key in Java application.
Any question, welcome to get it back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Mon Dec 16, 2019 3:02 pm

Hi Betsy,

Thank you very much! We contacted our reseller and they switched one of the licenses to Java.

Best regards,
Sergio Fukaya

smfukaya
 
Posts: 6
Joined: Mon Dec 09, 2019 4:09 pm

Tue Dec 17, 2019 1:33 am

Hi Sergio,

Thanks for your feedback.
Any question, please feel free to contact us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Doc