Getting evaluation message in PDF

Hi Team,


We are using Licenced dll of Aspose.word and Aspose.pdf in our application.

We are converting the Word document using Aspose.PDf, however sometimes we get the a message written in the PDF that this is an evaluation version of Aspose only in the pdf file not in the word document.

Could you please help us on resolving this issue.

Regards,
Sangeeta

Hi Sangeeta,


Thanks for contacting support.

In order to convert Word file to PDF format, you must be using Aspose.Words and in case you are getting evaluation message in resultant file, the license might not be properly being initialized. However please share some details regarding the version of API’s you are using and some details regarding your working environment, so that we can test the scenario in our environment.

Hi Sangeeta,


In addition to above reply. Please note If you use more than one Aspose API in your application then you have to instantiate license object of each API separately as following. Please double check your code whether you have instantiate the license objects of both Aspose.Words and Aspose.Pdf or not. Moreover, If issue persist then please share your sample code and input/output documents as well, so we will look into it and guide you accordingly.

Aspose.Pdf.License
licensepdf = new Aspose.Pdf.License();<o:p></o:p>

licensepdf.SetLicense(“Aspose.Total.lic”);<o:p></o:p>

Aspose.Words.License
licenseaw = new Aspose.Words.License();<o:p></o:p>

licenseaw.SetLicense(“Aspose.Total.lic”);<o:p></o:p>

We are sorry for the inconvenience caused.

Best Regards,

Hi Team,

Thanks for looking in to this.
We have Purchased both the licences for Aspose.Word and Aspose.pdf .
We have added both the reference in our code. Please refer the below for more details.

Aspose.Words.License asposeWordlic = new Aspose.Words.License();
asposeWordlic.SetLicense(“Aspose.Words.lic”);
Aspose.Pdf.License asposePDFlic = new Aspose.Pdf.License();
asposePDFlic.SetLicense(“Aspose.Pdf.lic”);
We have added both the dll in our reference .

Could you please help on this.

Regards,
Sangeeta

Hi Sangeeta,


Thanks for your feedback. As requested above, please share your sample code and input/output documents here, So we can replicate the issue at our end and provide you more information accordingly.

Best Regards,