You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: Public/Main/Get-WordDocument.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ function Get-WordDocument {
19
19
$ErrorMessage=$_.Exception.Message
20
20
if ($ErrorMessage-like'*Xceed.Document.NET.Licenser.LicenseKey property must be set to a valid license key in the code of your application before using this product.*') {
21
21
Write-Warning"Get-WordDocument - PSWriteWord on .NET CORE works only with pay version. Please provide license key."
Copy file name to clipboardExpand all lines: Public/Main/Merge-WordDocument.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@
18
18
$ErrorMessage=$_.Exception.Message
19
19
if ($ErrorMessage-like'*Xceed.Document.NET.Licenser.LicenseKey property must be set to a valid license key in the code of your application before using this product.*') {
20
20
Write-Warning"Merge-WordDocument - PSWriteWord on .NET CORE works only with pay version. Please provide license key."
Copy file name to clipboardExpand all lines: Public/Main/New-WordDocument.ps1
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ function New-WordDocument {
17
17
$ErrorMessage=$_.Exception.Message
18
18
if ($ErrorMessage-like'*Xceed.Document.NET.Licenser.LicenseKey property must be set to a valid license key in the code of your application before using this product.*') {
19
19
Write-Warning"New-WordDocument - PSWriteWord on .NET CORE works only with pay version. Please provide license key."
0 commit comments