Product Activation


Product Trial Activation (without conaito Banner)


Using our SDK trial version without conaito Banner requires a trial license. You can download the trial license when downloading the trial version or you can get it via e-mail.

Using of the received trial license:


  1. Add the path to this license file in your project and validate it


// Create instance of SDK

PPApplication ppTestApp = new PPApplication();


// Set path to license file

ppTestApp.SetLicense("conaito","xxx");


// checking for your license . . .

if (ppTestApp.isLicenseValid)

  {

// checking licence information for validation

Console.WriteLine("License Information: Valid");

  }        

// ending session

ppTestApp.EndSession();


Further information can be found in our Getting started/ Using the PPT2FLASH SDK in VS.NET / VS.NET 2005 section.



Product Activation (licensed full version)


Please try our products before you buy. Our trial version have all the features found in the full version. The duration of trial periods are limited.


When you are ready please visit our website http://www.conaito.com to buy a license.


After purchasing the conaito PPT2Flash SDK you will get your license data.

Using of the received license data:


  1. Add the path to this license file in your project and validate it


// Create instance of SDK

PPApplication ppTestApp = new PPApplication();


// Set path to license file

ppTestApp.SetLicense("conaito","xxx");


// checking for your license . . .

if (ppTestApp.isLicenseValid)

  {

// checking licence information for validation

Console.WriteLine("License Information: Valid");

  }        

// ending session

ppTestApp.EndSession();


Further information can be found in our Getting started/ Using the PPT2FLASH SDK in VS.NET / VS.NET 2005 section.



* Adobe Flash®. and Macromedia Breeze® are registered trademarks of Adobe.

* Microsoft PowerPoint® is a registered trademark of Microsoft.



Any Questions?


Our Support Forum or Knowledgebase/ Helpdesk is the best way for your questions. By this way can we help many user to find a answer on their questions.

Please feel free to contact the conaito Support Team incase of any question.

Copyright © 2009, conaito Technologies - www.conaito.com. All rights reserved.

Created with the Freeware Edition of HelpNDoc: Easily create HTML Help documents