We have purchased aspose.Total for PDF for one our customer ADGM, However while converting the document to PDF we are getting red colored message in the converted PDF saying you are in evaluation edition.
P.S - We are using the proper .lic file which was provided after purchasing the product.
When using more than one API in your code, you need to individually initialize the license for each API. Ensure that you are using a valid Aspose.Total license and initializing the license for each API being used for documents conversion. Please take a look over following code snippet. [C#]
// instantiate Aspose.Pdf license object
Aspose.Pdf.License license = new Aspose.Pdf.License();
// initialize the license
license.SetLicense(@"c:/Aspose.Total.lic");
// instantiate Aspose.Cells license object
Aspose.Cells.License slidelicense = new Aspose.Cells.License();
// initialize the license
slidelicense.SetLicense(@"C:\Aspose.Total.lic");
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
Enables storage, such as cookies, related to analytics.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.
Sets consent for personalized advertising.
Cookie Notice
To provide you with the best experience, we use cookies for personalization, analytics, and ads. By using our site, you agree to our cookie policy.
More info
Enables storage, such as cookies, related to analytics.
Enables storage, such as cookies, related to advertising.
Sets consent for sending user data to Google for online advertising purposes.