Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Tue Dec 16, 2014 7:24 am

We are using spire for generating images from word documents.

We have a licence for :

Thank you for choosing Spire.Doc Standard Edition.
Your license file (MD5: xx) is attached, please check it.

We are adding the licence directly in the code using :
Spire.License.LicenseProvider.SetLicenseKey

Is there a problem with the licence?

Regards,

Julien

jpivon
 
Posts: 3
Joined: Fri Mar 21, 2014 12:54 pm

Tue Dec 16, 2014 7:46 am

Dear Julien,

Please kindly note that Standard Edition doesn't support to convert word document to images.
You should choose Pro Edition, you can contact sales@e-iceblue.com to upgrade your license.

Spire.License.LicenseProvider.SetLicenseKey(key);
If your application is WinForm Application or Console Application, this code above should be added into the Main method.
If your application is Web Application, you can add Global.asax into your project and add this code above should be added into the Application_Start method.
If your application is Silverlight, this code above should be added into the App.Application_Startup method. Here we suppose that the class App is SilverlightAppEntry.

Best wishes,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.Doc

cron