diff --git a/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-ASP-NET-Core.md b/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-ASP-NET-Core.md
index 59c32857c8..641fbe8060 100644
--- a/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-ASP-NET-Core.md
+++ b/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-ASP-NET-Core.md
@@ -27,13 +27,13 @@ Step 2: Install the [Syncfusion.Markdown](https://www.nuget.org/packages/Syncfus
N> **Starting with v34.x.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in the HomeController.cs file.
diff --git a/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-ASP-NET-MVC.md b/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-ASP-NET-MVC.md
index 968055bad5..ec49c516a9 100644
--- a/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-ASP-NET-MVC.md
+++ b/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-ASP-NET-MVC.md
@@ -31,13 +31,13 @@ Step 3: Install the [Syncfusion.Markdown](https://www.nuget.org/packages/Syncfus
N> **Starting with v34.x.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 4: Include the following namespace in that HomeController.cs file.
diff --git a/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-Blazor.md b/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-Blazor.md
index 7f1a064d37..2b5529d4b6 100644
--- a/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-Blazor.md
+++ b/Document-Processing/Markdown/Markdown-Library/NET/Create-Markdown-document-in-Blazor.md
@@ -40,13 +40,13 @@ To **create a Markdown document in a Blazor Web App Server**, install [Syncfusio
N> **Starting with v34.x.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview). Register the license key in `Program.cs` before any Syncfusion type is used.
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview). Register the license key in `Program.cs` before any Syncfusion type is used.
Step 3: Create a Razor file named `Markdown.razor` in the `Pages` folder, which is located inside the `Components` folder.
@@ -309,13 +309,13 @@ To **create a Markdown document in a Blazor WASM Standalone app**, install [Sync
N> **Starting with v34.x.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Create a Razor file named `Markdown.razor` in the `Pages` folder.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-ASP-NET-Core-WEB-API.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-ASP-NET-Core-WEB-API.md
index 24b80bfddb..0d03960b37 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-ASP-NET-Core-WEB-API.md
@@ -24,13 +24,13 @@ Step 2: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Add a new empty API controller file named **ValuesController.cs** to the project.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Elastic-Beanstalk.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Elastic-Beanstalk.md
index 5905e94174..ff7617ab77 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Elastic-Beanstalk.md
@@ -29,13 +29,13 @@ Step 2: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in the **HomeController.cs** file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Lambda.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Lambda.md
index 3d94cc71c8..0546289b32 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Lambda.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Lambda.md
@@ -33,13 +33,13 @@ Step 3: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 4: Create a folder named `Data` in the project root and copy the following required image files into it. Include the files in the project.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS.md
index e32659a8d7..cf679327fb 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS.md
@@ -16,7 +16,7 @@ N> If this is your first time working with Amazon Web Services (AWS), refer to t
* An active **Amazon Web Services (AWS) account** is required. If you don’t have one, please [create an account](https://aws.amazon.com/) before starting. Ensure your IAM user has the permissions required to deploy and invoke the target AWS service (Lambda or Elastic Beanstalk).
-* **Visual Studio 2022** (or later) with the **.NET Core cross-platform development** workload, and a supported **.NET Core / .NET** SDK (the `Syncfusion.DocIO.Net.Core` package targets .NET 8 and later). Download it from [visualstudio.microsoft.com](https://visualstudio.microsoft.com/).
+* **Visual Studio 2022** (or later) with the **.NET Core cross-platform development** workload, and a supported **.NET Core / .NET** SDK. Download it from [visualstudio.microsoft.com](https://visualstudio.microsoft.com/).
## Supported AWS services
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Linux.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Linux.md
index 46684b3040..288230464f 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Linux.md
@@ -33,13 +33,13 @@ Step 4: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 5: Add the image assets used by the sample. Create a `Data` folder under `wwwroot` and add the following images to it:
* `AdventureCycle.jpg`
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Windows.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Windows.md
index 29ab529956..fbfb93f635 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Windows.md
@@ -27,13 +27,13 @@ Step 4: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 5: Add a new button in the **Index.cshtml** as shown below.
@@ -66,10 +66,6 @@ using Syncfusion.DocIO.DLS;
Step 7: Include the below code snippet in **HomeController.cs** to **create a Word document**.
-N> The code sample references image files (AdventureCycle.jpg, Mountain-200.jpg, Mountain-300.jpg, Road-550-W.jpg). Download these assets from the [GitHub sample Data folder](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_App_Service/Create-Word-Document/wwwroot/Data) and place them in the application's `wwwroot/Data` folder so the relative paths in the code resolve correctly at runtime.
-
-N> Register the Syncfusion license key before creating the `WordDocument`. See [Registering a Syncfusion license in your application](https://help.syncfusion.com/document-processing/licensing/how-to-register-in-an-application) for details.
-
{% tabs %}
{% highlight c# tabtitle="C#" %}
@@ -352,6 +348,8 @@ Step 12: On the published page, click **Create Word Document** to generate the d

+N> The code sample references image files (AdventureCycle.jpg, Mountain-200.jpg, Mountain-300.jpg, Road-550-W.jpg). Download these assets from the [GitHub sample Data folder](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_App_Service/Create-Word-Document/wwwroot/Data) and place them in the application's `wwwroot/Data` folder so the relative paths in the code resolve correctly at runtime.
+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_App_Service).
Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-Flex-Consumption.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-Flex-Consumption.md
index 2e59d86ec7..990957b83c 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-Flex-Consumption.md
@@ -26,13 +26,13 @@ Step 4: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 5: Include the following namespaces in the **Function1.cs** file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v1.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v1.md
index c83690f295..57385a4442 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v1.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v1.md
@@ -14,7 +14,6 @@ Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion
* An active Azure subscription.
* Visual Studio with the **Azure development** workload installed.
-* .NET Framework (version supported by the Syncfusion.DocIO.AspNet package referenced in Step 4).
## Steps to create a Word document in Azure Functions v1
@@ -32,13 +31,13 @@ Step 4: Install the [Syncfusion.DocIO.AspNet](https://www.nuget.org/packages/Syn
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 5: Include the following namespaces in the **Function1.cs** file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v4.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v4.md
index bc597a4086..056124ae10 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v4.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v4.md
@@ -33,13 +33,13 @@ Step 4: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 5: Include the following namespaces in the **Function1.cs** file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure.md
index 50e86880e0..6130f819d7 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure.md
@@ -16,7 +16,6 @@ This page is an index of the supported Azure services. Select a service below to
* An active **Microsoft Azure subscription** is required. If you don't have one, create a free account before starting.
* An IDE such as Visual Studio 2022 or later, or Visual Studio Code.
-* A Syncfusion license key — see [Registering a Syncfusion license in your application](https://help.syncfusion.com/common/essential-studio/licensing/how-to-register-in-an-application). DocIO requires license registration before any Syncfusion control or library is initialized.
For troubleshooting common installation and runtime issues, see [Installation errors](https://help.syncfusion.com/common/essential-studio/installation/installation-errors), [Licensing errors](https://help.syncfusion.com/common/essential-studio/licensing/licensing-errors), and the [Word Library FAQ](https://help.syncfusion.com/document-processing/word/word-library/net/faq).
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Google-App-Engine.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Google-App-Engine.md
index 872fc8b4b4..c420569812 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Google-App-Engine.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Google-App-Engine.md
@@ -52,13 +52,13 @@ Step 4: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 5: Include the following namespaces in the **HomeController.cs** file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-Core.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-Core.md
index 2f33e2d6b9..b7d55b597b 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-Core.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-Core.md
@@ -34,13 +34,13 @@ Step 2: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in the HomeController.cs file.
@@ -351,13 +351,13 @@ Step 2: To **create a Word document in ASP.NET Core Web app**, install [Syncfusi
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in the HomeController.cs file.
@@ -684,13 +684,13 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in the HomeController.cs file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-MVC.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-MVC.md
index 84a7cf7daa..4091d27915 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-MVC.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-MVC.md
@@ -35,13 +35,13 @@ Step 3: Install the [Syncfusion.DocIO.AspNet.Mvc5](https://www.nuget.org/package
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 4: Include the following namespaces in the HomeController.cs file.
@@ -355,13 +355,13 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in the HomeController.cs file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET.md
index d98f922f38..9876b8ad9a 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET.md
@@ -17,8 +17,7 @@ N> This ASP.NET Web Forms platform is deprecated. You can use the same product f
Before you begin, ensure the following are available:
- **Visual Studio 2017 or later** installed on a Windows machine.
-- **.NET Framework 4.5.2 or later** (required by the `Syncfusion.DocIO.AspNet` NuGet package, starting with v16.2.0.x).
-- **Syncfusion.DocIO.AspNet** NuGet package (install in Step 3).
+- .NET Framework 4.5.2 or later.
## Steps to create Word document programmatically
@@ -36,13 +35,13 @@ Step 3: Install the [Syncfusion.DocIO.AspNet](https://www.nuget.org/packages/Syn
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 4: Add a new Web Form in your project. Right click on the project and select **Add > New Item** and add a **Web Form (C#)** from the list. Name it as MainPage.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Blazor.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Blazor.md
index 492b5a08b4..b723670983 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Blazor.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Blazor.md
@@ -46,13 +46,13 @@ To create a Word document in a Blazor Web App, install [Syncfusion.DocIO.Net.Cor
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Create a Razor file named `DocIO.razor` in the `Pages` folder, which is located inside the `Components` folder.
@@ -324,13 +324,13 @@ Step 2: To create a Word document in a Blazor Web App, install [Syncfusion.DocIO
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Create a Razor file named `DocIO.razor` in the `Pages` folder, which is located inside the `Components` folder.
@@ -618,13 +618,13 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Create a Razor file named `DocIO.razor` in the `Pages` folder, which is located inside the `Components` folder.
@@ -898,13 +898,13 @@ To **create a Word document in a Blazor WASM Standalone app**, install [Syncfusi
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Create a Razor file named `DocIO.razor` in the `Pages` folder.
@@ -1140,13 +1140,13 @@ Step 2: To create a Word document in a Blazor WASM Standalone app, install [Sync
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Create a Razor file named `DocIO.razor` in the `Pages` folder.
@@ -1397,13 +1397,13 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Create a Razor file named `DocIO.razor` in the `Pages` folder.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md
index 0260f2762f..2f328a4081 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md
@@ -31,13 +31,13 @@ Step 2: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in **Program.cs** file.
@@ -326,13 +326,13 @@ Step 2: To **create a Word document in .NET Core console app**, install [Syncfus
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in **Program.cs** file.
@@ -636,13 +636,13 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in **Program.cs** file.
@@ -931,7 +931,7 @@ N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in **Program.cs** file.
@@ -1218,13 +1218,13 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in **Program.cs** file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Linux.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Linux.md
index 58f81ae4f5..0a30f9b2ee 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Linux.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Linux.md
@@ -51,13 +51,13 @@ dotnet add package Syncfusion.DocIO.Net.Core -s https://www.nuget.org/
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Add the following Namespaces in Program.cs file.
@@ -373,13 +373,13 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Add the following Namespaces in Program.cs file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-MAUI.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-MAUI.md
index fc8bdff551..7d7b01ddb0 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-MAUI.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-MAUI.md
@@ -39,13 +39,13 @@ N> The `Syncfusion.DocIO.Net.Core` package requires .NET 8 or later. Syncfusion
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 4: Add a new button to the **MainPage.xaml** as shown below.
@@ -450,13 +450,13 @@ N> The `Syncfusion.DocIO.Net.Core` package requires .NET 8 or later. Syncfusion
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Add a new button to the **MainPage.xaml** as shown below.
@@ -869,13 +869,13 @@ N> The `Syncfusion.DocIO.Net.Core` package requires .NET 8 or later. Syncfusion
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Add a new button to the **MainPage.xaml** as shown below.
@@ -1245,8 +1245,6 @@ Refer the helper files to be added into the mentioned project. These helper file
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/.NET-MAUI).
-N> The code sample references image files (AdventureCycle.jpg, Mountain-200.jpg, Mountain-300.jpg, Road-550-W.jpg). Download these assets from the [GitHub sample folder](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/.NET-MAUI/Create-Word-document/Resources/DocIO) and add them as **Embedded Resources** in a `Resources/DocIO` folder in your project.
-
By executing the program, you will get the **Word document** as follows.

diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Mac.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Mac.md
index c95cb62743..11199c0e6e 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Mac.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Mac.md
@@ -36,13 +36,13 @@ Step 3: Install the [Syncfusion.DocIO.Net.Core](https://www.nuget.org/packages/S
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 4: Include the following Namespaces in the Program.cs file.
@@ -335,13 +335,13 @@ dotnet add package Syncfusion.Licensing
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following Namespaces in the Program.cs file.
@@ -646,13 +646,13 @@ Step 2: Install the NuGet packages from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following Namespaces in the Program.cs file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-UWP.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-UWP.md
index dd70b23290..9370d6fc62 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-UWP.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-UWP.md
@@ -22,13 +22,13 @@ Step 2: Install the [Syncfusion.DocIO.UWP](https://www.nuget.org/packages/Syncfu
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Add a new button in the MainPage.xaml as shown below.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WPF.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WPF.md
index 00b7a30d99..eee6a451f1 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WPF.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WPF.md
@@ -31,13 +31,13 @@ Step 2: Install the [Syncfusion.DocIO.Wpf](https://www.nuget.org/packages/Syncfu
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in the MainWindow.xaml.cs file.
@@ -349,13 +349,13 @@ Step 2: Install the [Syncfusion.DocIO.Wpf](https://www.nuget.org/packages/Syncfu
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Include the following namespaces in the MainWindow.xaml.cs file.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WinUI.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WinUI.md
index 77123f7d9c..d239f55858 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WinUI.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WinUI.md
@@ -35,13 +35,13 @@ Step 4: Install the Syncfusion.DocIO.NET NuGet package as a reference to your pr
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 5: Add a new button to the **MainWindow.xaml** as shown below.
@@ -337,13 +337,13 @@ Step 4: Install the Syncfusion.DocIO.NET NuGet package as a reference to your pr
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 5: Add a new button in the **MainPage.xaml** as shown below.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Windows-Forms.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Windows-Forms.md
index 8651b84c21..0fbc813ef2 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Windows-Forms.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Windows-Forms.md
@@ -32,13 +32,13 @@ Step 2: Install [Syncfusion.DocIO.WinForms](https://www.nuget.org/packages/Syncf
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Add the following `using` directives to the top of **Form1.cs** (the Syncfusion namespaces are used by the click handler added in Step 5).
@@ -365,13 +365,13 @@ Step 2: Install the NuGet package from [NuGet.org](https://www.nuget.org/).
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
Step 3: Add the following `using` directives to the top of **Form1.cs** (the Syncfusion namespaces are used by the click handler added in Step 5).
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Xamarin.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Xamarin.md
index c1a4532bc3..38998b3013 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Xamarin.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Xamarin.md
@@ -31,13 +31,13 @@ Step 3: Install the [Syncfusion.Xamarin.DocIO](https://www.nuget.org/packages/Sy
N> **Starting with v16.2.0.x**, if you reference Syncfusion® assemblies from the trial setup or from the NuGet feed, you must add a reference to the **Syncfusion.Licensing** assembly and include a valid license key in your application.
N>
-N> Install the https://www.nuget.org/packages/Syncfusion.Licensing NuGet package and register the license key during application startup.
+N> Install the [Syncfusion.Licensing](https://www.nuget.org/packages/Syncfusion.Licensing) NuGet package and register the license key during application startup.
N>
N> ```csharp
N> Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR_LICENSE_KEY");
N> ```
N>
-N> For more information about generating and registering a license key, refer to the [Syncfusion licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).
+N> For more information about generating and registering a license key, refer to the [Syncfusion® licensing documentation](https://help.syncfusion.com/common/essential-studio/licensing/overview).

@@ -424,8 +424,3 @@ N> The code sample references image files (AdventureCycle.jpg, Mountain-200.jpg,
By executing the program, you will get the Word document as follows.

-
-## See also
-
-- [Complete Xamarin working sample on GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Xamarin)
-- [.NET Word Library overview, features, and pricing](https://www.syncfusion.com/document-sdk/net-word-library)
\ No newline at end of file