Ironpdf License Key Instant

You should see "IronPDF license successfully activated!" and a clean PDF without watermarks.

from ironpdf import License, ChromePdfRenderer # Apply your license key License.LicenseKey = "IRONPDF-MYLICENSE-KEY-EXPIRES.01.JAN.2050" # Generate a PDF renderer = ChromePdfRenderer() pdf = renderer.RenderHtmlAsPdf(" ironpdf license key

IronPDF licenses are perpetual, but updates and support expire after a certain period. If your license key has expired, you can still use the versions of IronPDF released prior to that expiration date. To use newer releases, you will need to renew your support plan. You should see "IronPDF license successfully activated

Add this line to your global entry point (e.g., Program.cs , Startup.cs , or Global.asax ). To use newer releases, you will need to

Console.WriteLine("License key is valid.");

Best for individual developers or small projects. It typically covers one developer and one internal application.

string licenseType = IronPdf.License.LicenseType; Console.WriteLine($"License type: licenseType");