How to Apply an IronPDF License Key in Node.js Projects
How to Get a License Key
Adding an IronPDF license key allows you to deploy your project live without restrictions or watermarks.
You can purchase an IronPDF license or sign up for a free 30-day trial license of IronPDF.
Apply Your License Key
Once you have installed IronPDF, configure IronPDF to use your license key by setting the licenseKey
property of its global configuration object. The code below shows you how to do this:
// Import the IronPdfGlobalConfig from the IronPDF package
import { IronPdfGlobalConfig } from "@ironsoftware/ironpdf";
// Apply your IronPDF license key
// Replace {YOUR-LICENSE-KEY-HERE} with the actual license key you received
IronPdfGlobalConfig.getConfig().licenseKey = "{YOUR-LICENSE-KEY-HERE}";
Questions or Need Support?
If you need additional support or have any inquiries, our team is here to assist you. Don't hesitate to contact our support team.
Frequently Asked Questions
How can I get a license key for my Node.js project?
You can purchase an IronPDF license or sign up for a free 30-day trial license of IronPDF on our licensing page.
What is the purpose of adding a license key to my project?
Adding a license key allows you to deploy your project live without restrictions or watermarks using IronPDF.
How do I apply my license key in a Node.js project?
To apply your IronPDF license key, configure IronPDF to use it by setting the `licenseKey` property of its global configuration object. Use the following code: `IronPdfGlobalConfig.getConfig().licenseKey = '{YOUR-LICENSE-KEY-HERE}';`.
What should I replace '{YOUR-LICENSE-KEY-HERE}' with?
Replace '{YOUR-LICENSE-KEY-HERE}' with the actual license key you received when you purchased or signed up for a trial license.
Who can I contact if I need support?
If you need additional support or have any inquiries, you can contact our support team through the live chat support link provided on the webpage.
What happens if I don't apply a license key to my project?
Without applying a license key, your IronPDF project may be subject to restrictions or watermarks.
Is there a trial version available?
Yes, you can sign up for a free 30-day trial license of IronPDF.