HomeMarket analysisQuant price prediction: What is quant (QNT)?

Ironpdf License Key May 2026

After applying the key, you should verify that IronPDF has accepted it. Use the IsValidLicense() method:

bool isValid = IronPdf.License.IsValidLicense();
Console.WriteLine($"License valid: isValid");

// Also check license type and expiry var licenseInfo = IronPdf.License.GetLicenseInfo(); Console.WriteLine($"Licensed to: licenseInfo.Licensee"); Console.WriteLine($"Expiration: licenseInfo.ExpirationDate");

If IsValidLicense() returns false:


You can programmatically verify if IronPDF is licensed: ironpdf license key

if (IronPdf.License.IsLicensed)
Console.WriteLine("✅ Licensed for production");
    Console.WriteLine($"License type: IronPdf.License.LicenseType");
    Console.WriteLine($"Expiration: IronPdf.License.ExpirationDate");
else
Console.WriteLine("⚠️ Running in trial mode");


  "IronPdf": 
    "LicenseKey": "YOUR-KEY-HERE"
var key = Configuration["IronPdf:LicenseKey"];
License.LicenseKey = key;

To avoid headaches in production, follow these DevOps best practices.

An IronPDF license key is a unique alphanumeric string that unlocks the full library for production use. Without a license: After applying the key, you should verify that

A valid key removes all restrictions and legal limitations.


Once you have the key, you must apply it before using any PDF generation methods. The most reliable place is in the Main method or application startup (e.g., Program.cs in .NET 6+, or Global.asax in .NET Framework). If IsValidLicense() returns false :

Before you can use a key, you must obtain it. There are two primary types of keys: Trial Keys and Production Keys.

In GitHub Actions or Azure DevOps, store your license key as a secret and inject it at runtime:

- name: Run IronPDF Tests
  env:
    IRONPDF_LICENSE: $ secrets.IRONPDF_LICENSE 
  run: dotnet test
Related reading

Capital.com is an execution-only brokerage platform and the content provided on the Capital.com website is intended for informational purposes only and should not be regarded as an offer to sell or a solicitation of an offer to buy the products or securities to which it applies. No representation or warranty is given as to the accuracy or completeness of the information provided.

The information provided does not constitute investment advice nor take into account the individual financial circumstances or objectives of any investor. Any information that may be provided relating to past performance is not a reliable indicator of future results or performance.

To the extent permitted by law, in no event shall Capital.com (or any affiliate or employee) have any liability for any loss arising from the use of the information provided. Any person acting on the information does so entirely at their own risk.

Any information which could be construed as “investment research” has not been prepared in accordance with legal requirements designed to promote the independence of investment research and as such is considered to be a marketing communication.