Key — Gembox.document License
Professional keys are unique and must be kept confidential. Do not hardcode them in public repositories. Instead:
members, typically in the entry point of your application (e.g., Global.asax GemBox.Document; // Set the license key ComponentInfo.SetLicense( "YOUR-SERIAL-KEY-HERE" // Example of creating a document DocumentModel(); doc.Sections.Add( Section(doc, Paragraph(doc, "Hello World!" ))); doc.Save( "Output.docx" Use code with caution. Copied to clipboard Licensing Model Overview Per-Developer Basis Gembox.document License Key
// Set license key to use GemBox.Document in Free mode ComponentInfo.SetLicense("FREE-LIMITED-KEY"); Use code with caution. Copied to clipboard Professional keys are unique and must be kept confidential
To get it, visit the official GemBox website, click "Free License," and fill out a simple form. A real license key will be emailed to you. "Hello World!" )))
By using Gembox.Document with a valid license key, developers can: