We have a license Aspose.Total License that is valid until August 4,2010 but are getting "Evaluation Copy" notices on PDFs we make using recently updated Aspose .dlls.
OUr license looks like this
<Product>Aspose.Total</Product>
<SubscriptionExpiry>20120804</SubscriptionExpiry>
<LicenseVersion>2.2</LicenseVersion>
Everything works fine on .dlls from August. But we get an "Evaluation Copy" on every pdf we make using newly downloaded .dlls (in this case Aspose.pdf).We are trying to use (downloaded and extracted from Aspose.Total_dll_only.zip)
Aspose.pdf.dll
File Version 6.5.0.0
Product Version 2011.12.01
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />If we use .dll downloaded last August everything works fine
Here is our Code
//Set aspose license
Aspose.Pdf.License license = new Aspose.Pdf.License();
license.SetLicense("Aspose.Total.lic");