Skip to content

Commit c360ccd

Browse files
Merge pull request #3655 from syncfusion-content/ValidateLicense-HF
Updated Documentation Licensing Page
2 parents 00b7bc3 + aa7e062 commit c360ccd

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

Document-Processing/Licensing/licensing-faq/CI-license-validation.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@ $result = & $PSScriptRoot"\LicenseKeyValidatorConsole.exe" /platform:"WordToPDF"
3737
Write-Host $result
3838
{% endhighlight %}
3939

40-
{% highlight c# tabtitle="Before v34.1.29" %}
40+
{% highlight c# tabtitle="v31.1.17 to v33.2.3" %}
41+
# Replace the parameters with the desired platform, version, and actual license key.
42+
43+
$result = & $PSScriptRoot"\LicenseKeyValidatorConsole.exe" /platform:"WordToPDF" /version:"31.1.17" /licensekey:"Your License Key"
44+
45+
Write-Host $result
46+
{% endhighlight %}
47+
48+
{% highlight c# tabtitle="Before v31.1.17" %}
4149
# Replace the parameters with the desired platform, version, and actual license key.
4250

4351
$result = & $PSScriptRoot"\LicenseKeyValidatorConsole.exe" /platform:"FileFormats" /version:"26.2.4" /licensekey:"Your License Key"
@@ -48,7 +56,7 @@ Write-Host $result
4856

4957
* Update the parameters in the script:
5058

51-
**Platform:** Set /platform:"**WordToPDF**" for v34.1.29 and later, or /platform:"**FileFormats**" for earlier versions (use the relevant Syncfusion platform as needed).
59+
**Platform:** Set /platform:"**WordToPDF**" for v34.1.29 and later and v31.1.17 to v33.2.3, or /platform:"**FileFormats**" for before v31.1.17 (use the relevant Syncfusion platform as needed).
5260

5361
**Version:** Change the value for `/version:` to the required version (for example, `26.2.4`).
5462

@@ -171,7 +179,7 @@ bool isValid = SyncfusionLicenseProvider.ValidateLicense(Platform.FileFormats);
171179
{% endhighlight %}
172180
{% endtabs %}
173181

174-
N> Use the specific platform enum (`PDF`, `Word`, `Excel`, `PowerPoint`, `WordToPDF`, `ExcelToPDF`, `PowerPointToPDF`, `PDFViewer`, `WordEditor`, or `SpreadsheetEditor`) for license validation from v31.1.17 and later. `Platform.FileFormats` is not supported from v31.1.17 onwards.
182+
N> Use the specific platform enum (`PDF`, `Word`, `Excel`, `PowerPoint`, `WordToPDF`, `ExcelToPDF`, or `PowerPointToPDF`) for license validation from v31.1.17 and later. `Platform.FileFormats` is not supported from v31.1.17 onwards.
175183

176184
* If the `ValidateLicense()` method returns `true`, the registered license key is valid and the build can proceed with deployment.
177185

0 commit comments

Comments
 (0)