Using IronPPT License Keys

How to Get a License Key

Adding an IronPPT license key allows you to deploy your project live without restrictions or watermarks.

You can buy a license key or sign up for a free 30 day trial key here.


Step 1: Download the Latest Version of IronPPT

Start using IronPPT in your project today with a free trial.

First Step:
green arrow pointer


Step 2: Apply Your License Key

Set your license using code

Add this code snippet to the startup of your application (e.g., in Program.cs or Startup.cs) before any IronPPT functionality is used.

:path=/static-assets/ppt/content-code-examples/get-started/license-keys-apply.cs
// THIS CODE SNIPPET IS NOT AVAILABLE!
' THIS CODE SNIPPET IS NOT AVAILABLE!
$vbLabelText   $csharpLabel

Set your license key using a .NET Core appsettings.json file

To apply a license key globally within a .NET Core application, follow these steps:

  • Add a JSON file named appsettings.json in the root directory of your project.
  • Add a IronPPT.LicenseKey entry to your JSON configuration file. Set its value to your specific license key.
  • Ensure that the file properties include Copy to Output Directory: Copy always.

File: appsettings.json

{
    "IronPPT.LicenseKey": "IronPPT.MYLICENSE.KEY.1EF01"
}

Step 3: Validate Your License Key

Verify the Installed License Key

To verify whether the license key has been applied correctly, check the IsLicensed property. Use the following code snippet:

:path=/static-assets/ppt/content-code-examples/get-started/license-keys-is-licensed.cs
// THIS CODE SNIPPET IS NOT AVAILABLE!
' THIS CODE SNIPPET IS NOT AVAILABLE!
$vbLabelText   $csharpLabel

Validate the License Key

Ensure the validity of your license or trial key using this code snippet:

:path=/static-assets/ppy/content-code-examples/get-started/license-keys-is-valid.cs
// THIS CODE SNIPPET IS NOT AVAILABLE!
' THIS CODE SNIPPET IS NOT AVAILABLE!
$vbLabelText   $csharpLabel

If the return value is true, it means the key is valid, and you can proceed with using IronPPT. If it returns false, the key is invalid.


Step 4: Getting Started with Your Project

To get started with IronPPT, we highly recommend following our comprehensive tutorial on how to Get Started with IronPPT. This tutorial offers detailed instructions and examples to help you grasp the basics of using IronPPT.


Questions or Need Support?

To use IronPPT in live projects, you'll require a paid or trial license key, which you can obtain by purchasing a license. A trial license is available by visiting this link.

For a comprehensive collection of code examples, tutorials, licensing details, and extensive documentation, please visit the IronPPT section on our website.

If you have any questions, feel free to reach out to support@ironsoftware.com.

Frequently Asked Questions

How can I obtain a license key for IronPPT?

You can purchase a license key from the IronPPT licensing page or sign up for a free 30-day trial key.

What is the first step to using IronPPT with a license key?

The first step is to download the latest version of the IronPPT library to ensure compatibility with your application.

How do I apply my IronPPT license key programmatically?

You can set your license using code by adding the IronPPT license key to the startup of your application, for example, in `Program.cs` or `Startup.cs`.

Can I set the IronPPT license key using a configuration file?

Yes, you can add the license key to a .NET Core `appsettings.json` file by including an `IronPPT.LicenseKey` entry in the JSON configuration.

How can I verify if the IronPPT license key has been applied correctly?

You can verify the license key by checking the `IsLicensed` property in your code. If it returns true, the license is applied successfully.

What should I do if my IronPPT license key is not working?

Ensure you have entered the license key correctly and check the validity using the `IsValid` property. If issues persist, contact support@ironsoftware.com.

Where can I find tutorials for getting started with IronPPT?

You can follow the comprehensive tutorial on the IronPPT website, which provides detailed instructions and examples to help you get started.

Is there a trial version available for IronPPT?

Yes, a free 30-day trial license key is available, which you can obtain by visiting the trial license page on the IronPPT website.

What kind of support is provided with an IronPPT license?

Purchasing a license includes one year of support and updates. For any questions, you can reach out to support@ironsoftware.com.

How much does an IronPPT license cost?

Licenses for IronPPT start at $499, which includes one year of support and updates.