GemBox Software - .NET Components for Reading/Writing Excel files and Compound Document files  
Search gemboxsoftware.com:    
    
 
 
GemBox.Spreadsheet
  Overview
  Free version
  Help
  Pricelist
GemBox.Ppc
  Overview
  Free version
  Help
  Pricelist
GemBox.CompoundFile
  Overview
  Free version
  Help
  Pricelist

Download

GemBox.Ppc comes in the Microsoft Windows Installer (.msi) format, which ensures that you can easily install / uninstall and use multiple GemBox.Ppc versions on the same machine. To install GemBox.Ppc Free download setup from the following link and execute it with administrator privileges:
Download GemBox.Ppc Free 1.1


Limitations

GemBox.Ppc Free delivers the same performance and set of features as the Professional version. However, the following limitations are imposed:
Maximum account spend of $500 (USD) in the period of last 30 days.
Maximum API units count per session is 1000.

The above limitations are enforced during initialization, download or upload of AdWords account.

FreeLimitNear event allow you to control what happens when your application is near free version limit.


First steps

After installation follow this steps:

  • Create a .NET project (or use existing).
  • Use "Add Reference" dialog to add new references to:
    • GemBox.Ppc.dll, located under .NET tab.
    • WindowsBase.dll (if not already referenced), also located under .NET tab. This is required because Visual Studio does not recognize cross assembly references.
  • Import GemBox.Ppc namespace (using GemBox.Ppc; for C# or Imports GemBox.Ppc for VB).

Using GemBox.Ppc component is easy and straightforward. The following code is needed to initiate simple download operation from your application:

C# code:

PpcInfo.SetLicense("FREE-LIMITED-KEY");

 

AwUser awUser = new AwUser("xyz@gmail.com", "password", "xyz@gmail.com++USD",

    "GemBox.Ppc user agent", true, "client_1+xyz@gmail.com");

 

AwAccount awAccount = new AwAccount(awUser);

 

awAccount.Download();


Visual Basic .NET code:

PpcInfo.SetLicense("FREE-LIMITED-KEY")

 

Dim awUser = New AwUser("xyz@gmail.com", "password", "xyz@gmail.com++USD", _

    "GemBox.Ppc user agent", True, "client_1+xyz@gmail.com")

 

Dim awAccount = New AwAccount(awUser)

 

awAccount.Download()


Usage

You can use GemBox.Ppc Free in commercial applications that are not SaaS or packaged applications.

If you are using GemBox.Ppc Free, you are required to acknowledge that in your application. You can format and formulate acknowledgement in any way you like. For example, if you created WinForms application, you can put AdWords account managed using GemBox.Ppc Free .NET component text/link in the about box of your application. Again, format and text is arbitrary, as long as you mention GemBox.Ppc Free and link to some page on our web site.

GemBox Software does not have responsibility to provide any technical or any other support to the users of the free version.






© GemBox Software. All rights reserved.