Custom license file

Hello,

My company has renewed aspose words ,aspose.pdf and aspose.cells, licenses to newer version.

The applciation built with these uses a "aspose.custom.lic" file but I dont have a custom license file. I do have individual lic files for word, pdf and cells. Could someone tell me how to create/get a custom lic file which works with words and Pdf in the same application.

FYI- the application uses the below code to set the license and I am trying not to make any changes to the production code.

Aspose.Words.License l = new Aspose.Words.License();

l.SetLicense( "Aspose.Custom.lic" );

Aspose.Pdf.License p = new Aspose.Pdf.License();

p.SetLicense( "Aspose.Custom.lic" );

Thanks alot

Hi,

We no longer support single license file for multiple components. If you wish to upgrade to newer versions of the components then you will have to use the new license files and also change your code to accommodate it.

Please feel free to contact us in case you have further comments or questions.

Thank you for contacting support and have a nice day.