Applying IronPDF License Key to Projects
The license key is a long string that ends with the license support expiry date. Please ensure this is copied correctly.
IRONPDF-MYLICENSE-KEY-1EF01-EXPIRES.01.JAN.2050Any additional spaces or characters in the license key string will result in the following error:
Unhandled exception. IronSoftware.Exceptions.LicensingException: IronPDF must be licensed for development.The most robust method of applying a license key is directly in your code, before the library is called.
// Set the license key for IronPDF before making any calls to the library.
IronPdf.License.LicenseKey = "IRONPDF-MYLICENSE-KEY-EXPIRES.01.JAN.2050";// Set the license key for IronPDF before making any calls to the library.
IronPdf.License.LicenseKey = "IRONPDF-MYLICENSE-KEY-EXPIRES.01.JAN.2050";' Set the license key for IronPDF before making any calls to the library.
IronPdf.License.LicenseKey = "IRONPDF-MYLICENSE-KEY-EXPIRES.01.JAN.2050"For more options, including web.config and appsettings.json, please see the following how-to page for more information: IronPDF License Keys




