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}";
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.
Darrius Serrant holds a Bachelor’s degree in Computer Science from the University of Miami and works as a Full Stack WebOps Marketing Engineer at Iron Software. Drawn to coding from a young age, he saw computing as both mysterious and accessible, making it the perfect medium for creativity and problem-solving.
At Iron Software, Darrius enjoys creating new things and simplifying complex concepts to make them more understandable. As one of our resident developers, he has also volunteered to teach students, sharing his expertise with the next generation.
For Darrius, his work is fulfilling because it is valued and has a real impact.
Ready to get started? Version: 2025.3 just released