Product licence

Hi,

i've just purchase the Aspose Slides and got a lic file.

could you please advice what are the steps to set it to the product which currnetly runs as eval version?

Thank

Asaf

Dear Asaf,

Thanks for purchasing license of Aspose.Slides.

You should set license before using any of the Aspose.Slides API and if you are using ASP.NET, then set it in the page load event.

e.g the code to set license is

Aspose.Slides.License lic = new Aspose.Slides.License();
lic.SetLicense(pathOfLicenseFile);

For more information on setting license, please see this link.