How to Apply an IronPDF License Key in Node.js Projects

Chaknith Bin
Chaknith Bin
May 24, 2023
Updated October 20, 2024
Share:

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 {IronPdfGlobalConfig} from "@ironsoftware/ironpdf";

// Apply your IronPDF license key
IronPdfGlobalConfig.getConfig().licenseKey = "{YOUR-LICENSE-KEY-HERE}";
NODE.JS

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.

Chaknith Bin
Software Engineer
Chaknith works on IronXL and IronBarcode. He has deep expertise in C# and .NET, helping improve the software and support customers. His insights from user interactions contribute to better products, documentation, and overall experience.