Activating your license key is a straightforward process. You must call the ComponentInfo.SetLicense method before executing any document operations. It is best practice to place this code in your application's initialization phase. 1. In a Console or Desktop Application
static void Main()
GemBox offers a fair and transparent pricing model. As their documentation states: "Our licensing is very simple; every developer working with our component needs to be covered by a developer license". Gembox.document License Key
This is a – meaning each developer writing code that uses GemBox.Document needs their own license. However, you can use that same key on build servers and in production. Activating your license key is a straightforward process
<appSettings> <add key="GemBox.Document.LicenseKey" value="YOUR-LICENSE-KEY-HERE"/> </appSettings> Gembox.document License Key