Aspose.pdf.lic file

Hello,

Using the sample code.

License license = new License();

license.SetLicense("Aspose.Pdf.lic");

I then make a call to Setlicense everytime I call my object that uses Aspose Pdf.

Will this be a problem?

Could I call SetLicense only once and then not worry about until the next time I login with my application?

If so, were do use suggest this be done?

Thanks

Neil

Dear Neil,

Thank you for considering Aspose.

SetLicense should be called per application. That means you need to call it only once in a application.