Ironpdf License Key Jun 2026
Would you like a sample Dockerfile or CI pipeline example (GitHub Actions) for IronPDF license injection?
// Optional: You can also set it via the static class IronPdf.License.IsValidLicense("YOUR-KEY-HERE"); ironpdf license key
var config = new ConfigurationBuilder().AddJsonFile("appsettings.json").Build(); IronPdf.License.LicenseKey = config["IronPdf.LicenseKey"]; Would you like a sample Dockerfile or CI
// Set this at the very beginning of your application, e.g., in Program.cs or Global.asax IronPdf.License.LicenseKey = "YOUR-LICENSE-KEY"; IronPdf.License.LicenseKey = config["IronPdf.LicenseKey"]
Add an app setting to your Web.config file:

