Activate License
To activate your Production license, please follow the instructions below:
- Please enter the purchase code from your CodeCanyon account for this item. Click here to find your purchase code.
- Click on the "Activate License" button below.
- Login with codecanyon purchase account or already login then click on approve.
- A token has been generated.
- The system will redirect you to the login page. Kindly login again to continue.
- Enjoy full access to all features of AI-Powered Document Management.
- Important: After activating the production license for a specific domain or sub-domain, token regeneration for another domain or sub-domain will not be permitted.
Click here to find your purchase code.
@if((activatedForm.get('purchaseCode').touched || activatedForm.get('purchaseCode').dirty) &&
activatedForm.get('purchaseCode').errors) {
@if(activatedForm.get('purchaseCode').errors?.['required']) {
Purchase code is required.
}
@if(activatedForm.get('purchaseCode').errors?.['minlength']) {
Please enter valid purchase code.
}
}