File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ functionality that requires CGO and external dependencies. Those examples are cl
1010## License codes
1111UniPDF requires license codes to operate, there are two options:
1212- Metered License API keys: Free ones can be obtained at https://cloud.unidoc.io
13- - Offline Perpetual codes: Can be purchased at https://unidoc.io/pricing
13+ - Offline codes: Can be purchased at https://unidoc.io/pricing
1414
1515Most of the examples demonstrate loading the Metered License API keys through an environment
1616variable ` UNIDOC_LICENSE_API_KEY ` .
1717
18- Examples for Offline Perpetual License Key loading can be found in the license subdirectory.
18+ Examples for Offline License Key loading can be found in the license subdirectory.
1919
2020### Build all examples
2121
Original file line number Diff line number Diff line change 11/*
22 * unipdf_license_loading_offline.go:
3- * Illustrates how to load an offline (perpetual) license key.
3+ * Illustrates how to load an offline license key.
44 * Offline keys can be purchased at https://www.unidoc.io
55 *
66 * Run as: go run unipdf_license_loading_offline.go
@@ -14,7 +14,7 @@ import (
1414 "github.com/unidoc/unipdf/v3/common/license"
1515)
1616
17- // Example of an offline perpetual license key.
17+ // Example of an offline license key.
1818const offlineLicenseKey = `
1919-----BEGIN UNIDOC LICENSE KEY-----
2020contents here.
You can’t perform that action at this time.
0 commit comments