To use IronPDF in a live production environment without watermarks or restrictions, you must apply a valid license key. How to Apply Your License Key
The most common and robust way to activate IronPDF is by setting the LicenseKey property in your application's startup code.
For .NET (C# / VB.NET):Add this to your Program.cs or Startup.cs before any IronPDF classes are called. IronPdf.License.LicenseKey = "IRONPDF-MYLICENSE-KEY-1EF01"; Use code with caution. Copied to clipboard
For Python:Apply the key at the very beginning of your script.
from ironpdf import License License.LicenseKey = "IRONPDF-MYLICENSE-KEY-1EF01" Use code with caution. Copied to clipboard For Node.js:Use the global configuration object. javascript ironpdf license key
import IronPdfGlobalConfig from "@ironsoftware/ironpdf"; IronPdfGlobalConfig.getConfig().licenseKey = "IRONPDF-MYLICENSE-KEY-1EF01"; Use code with caution. Copied to clipboard Applying Software License Keys | IronPDF .NET 10
You're looking for information on IronPDF licenses. IronPDF is a popular .NET library used for generating and manipulating PDF documents. Here are some key points about IronPDF licenses:
Documentation: IronPDF provides detailed documentation to help you get started and use the library effectively. This includes code examples, API references, and troubleshooting guides.
Support: Support options might include a support ticket system, email support, or a community forum. Some licenses may include priority support. To use IronPDF in a live production environment
Your app will continue to work without interruption. IronPDF never suddenly blocks PDF generation. However, you will see a warning in logs, and you will be unable to download updates or receive support.
When purchasing a license, make sure to read and understand the terms of service, including any restrictions on use, geographic limitations, and support policies. Ensure that your intended use of IronPDF complies with its licensing agreement to avoid any legal issues.
| License Type | Watermark Removed | Production Deployment | SaaS/Cloud Allowed | Source Code Option | |--------------|-------------------|------------------------|--------------------|--------------------| | Free Trial (30 days) | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | | Single Developer | ✅ Yes | ✅ Yes (1 dev) | ✅ Yes | ❌ No | | Team (up to 10 devs) | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | | Agency (unlimited devs) | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | | Enterprise | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Optional |
Note: All paid licenses are perpetual for the major version you purchased (e.g., 2024.x). Support and updates require an annual maintenance renewal. Support : Support options might include a support
You can get a license key in three ways:
Activation: The process of activating IronPDF typically involves adding the license key to your code. The exact method can vary but often involves a simple string or a license object that you create and pass to the IronPDF API.
Usage: After activation, you can use IronPDF in your .NET applications to create, read, and edit PDF documents. The library supports a wide range of features, including HTML to PDF conversion, PDF manipulation, and more.