Depending on your project stage, Iron Software provides two primary ways to obtain a key: Free Trial License Key
IronPDF utilizes a tiered licensing structure designed to accommodate different scales of use, ranging from individual developers to global enterprises. The basic tiers usually cover a single developer for use in one project, while higher tiers allow for multiple developers, unlimited projects, and redistribution rights. This redistribution aspect is particularly important for software companies that sell their own products with IronPDF embedded as a feature. The license key serves as the digital proof of purchase that aligns the software's functionality with the specific legal permissions granted by the chosen tier.
This error appears when your code attempts to use IronPDF but a valid license key is not set or is not being recognized. ironpdf license key
PdfLicense pdfLicense = new PdfLicense(); pdfLicense.LicenseKey = licenseKey;
from ironpdf import *
You can programmatically apply the license key before calling any IronPDF methods. It is best practice to place this code in the initialization step of your application (e.g., Program.cs or Startup.cs ).
A: The number of developers allowed is defined by your license type (e.g., Lite, Plus, Professional). You need enough licenses for the number of developers who will be using IronPDF within your organization. Depending on your project stage, Iron Software provides
Once you have your key (a long string of alphanumeric characters), you need to register it in your project. There are three common ways to do this in .NET: Method 1: Web.config or App.config (Easiest)
To test IronPDF in a production-like environment without watermarks: Visit the IronPDF License Page . Enter your email address in the "Free Trial" section. The license key will be sent instantly to your inbox. 2. Purchasing a Perpetual License The license key serves as the digital proof
using IronPdf;
IronPdf.License.LicenseKey = "IRONPDF-MY-LICENSE-KEY-12345"; Use code with caution. Method 3: Environment Variables
Copyright © 2025 - Festo Corporation. All Rights Reserved