Evaluation Only. Created with Aspose.Words. Copyright 2003-2014 Aspose Pty Ltd JAVA issue

Hii,

I have Aspose.total license for java. I have used aspose-pdf-9.0.0 without any issue. Now, I migrated to Aspose-pdf-9.3.1, It says "

<span style=“font-size:12.0pt;font-family:“Times New Roman”;mso-fareast-font-family:
“Times New Roman”;color:red;mso-ansi-language:EN-US;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA”>Evaluation Only. Created with Aspose.Words. Copyright
2003-2014 Aspose Pty Ltd"
<span style=“font-size:12.0pt;font-family:“Times New Roman”;mso-fareast-font-family:
“Times New Roman”;color:red;mso-ansi-language:EN-US;mso-fareast-language:EN-US;
mso-bidi-language:AR-SA”>but my license is till 2015.
<span style=“font-size: 12pt; font-family: “Times New Roman”;”>in the document. Please help me as soon as possible. It’s Urgent.


Also, I have attached word document that is converted from pdf document.



Regards
Ganesh S Vidharthi
Memeber of Tecnical Staff
Zoho Corporation

Hi Ganesh,


Thanks for your inquiry. It seems the shared DOC document is generated Aspose.Words, screen shot is attached. If you are using more than one Aspose APIs then you have to instantiate license object of each API separately as following. Please double check your code whether you have instantiate license object for Aspose.Words or not. If issue persist then please share your sample code for further investigation.

// Instantiate and set Aspose.Pdf License<o:p></o:p>

final com.aspose.pdf.License license = new com.aspose.pdf.License();

FileInputStream fstream = new FileInputStream(("Aspose.Total.Java.lic"));

license.setLicense(fstream);

// Instantiate and set Aspose.Imaging License

final com.aspose.imaging.license.License licenseimg = new com.aspose.imaging.license.License();

FileInputStream fstreamimg = new FileInputStream(("Aspose.Total.Java.lic"));

license.setLicense(fstreamimg);


We are sorry for the inconvenience caused.

Best Regards,