diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Platform.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Platform.md
index 298371d28e..543ec10377 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Platform.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Platform.md
@@ -1,4 +1,4 @@
----
+---
title: Convert Word to PDF in Google Cloud Platform (GCP) | Syncfusion
description: Learn how to convert a Word document to PDF in Google Cloud Platform (GCP) using .NET Core Word (DocIO) library in C#.
platform: document-processing
@@ -17,7 +17,7 @@ N> If this is your first time using Google Cloud Platform (GCP), refer to the [G
Before you begin, make sure you have the following:
* A [Google Cloud Platform (GCP)](https://cloud.google.com/cloud-console?nodebwarning=true) account with billing enabled.
-* The [Google Cloud CLI (`gcloud`)](https://cloud.google.com/sdk/docs/install) installed locally.
+* The [Google Cloud CLI](https://cloud.google.com/sdk/docs/install) installed locally.
* **.NET SDK 8.0** (or later) installed (the samples target `net8.0`).
* A valid Syncfusion® license key. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering the Syncfusion® license key in your application.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Nuget-packages-required-word-to-pdf.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Nuget-packages-required-word-to-pdf.md
index 9759fbe7e8..36904c5219 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Nuget-packages-required-word-to-pdf.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Nuget-packages-required-word-to-pdf.md
@@ -1,4 +1,4 @@
----
+---
title: NuGet Packages Required to Convert Word to PDF | Syncfusion
description: Learn the NuGet packages required to Convert Word document to PDF using the .NET Word (DocIO) library.
platform: document-processing
@@ -32,7 +32,7 @@ Package manager console command
{{'[Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-window-forms)'| Â markdownify }}, Console Application (Targeting .NET Framework)
-Syncfusion.DocToPdfConverter.WinForms
+Syncfusion.DocToPdfConverter.WinForms
|
Install-Package Syncfusion.DocToPdfConverter.WinForms
@@ -43,7 +43,7 @@ Install-Package Syncfusion.DocToPdfConverter.WinForms
{{'[WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-wpf)'| Â markdownify }}
|
-Syncfusion.DocToPdfConverter.Wpf
+Syncfusion.DocToPdfConverter.Wpf
|
Install-Package Syncfusion.DocToPdfConverter.Wpf
@@ -55,7 +55,7 @@ Install-Package Syncfusion.DocToPdfConverter.Wpf
{{'[ASP.NET MVC5](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-mvc)'| Â markdownify }}
|
-Syncfusion.DocToPdfConverter.AspNet.Mvc5
+Syncfusion.DocToPdfConverter.AspNet.Mvc5
|
Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc5
@@ -66,7 +66,7 @@ Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc5
{{'[ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-core)'| Â markdownify }}, Console Application (Targeting .NET Core) and {{'[Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-blazor)'| Â markdownify }}
|
-Syncfusion.DocIORenderer.Net.Core
+Syncfusion.DocIORenderer.Net.Core
Note:
Please refer {{'[here](https://help.syncfusion.com/document-processing/word/word-library/net/faq#what-are-the-nuget-packages-to-be-installed-to-perform-word-to-pdf-conversion-in-linux-os)'|Â markdownify }} to know about the NuGet packages that need to be installed to perform Word to PDF conversion in Linux OS.
@@ -80,7 +80,7 @@ Install-Package Syncfusion.DocIORenderer.Net.Core
{{'[Windows UI Library (WinUI)](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-winui)'| Â markdownify }} {{'[.NET Multi-platform App UI (.NET MAUI)](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-maui)'| Â markdownify }}
|
-Syncfusion.DocIORenderer.NET
+Syncfusion.DocIORenderer.NET
|
Install-Package Syncfusion.DocIORenderer.NET
@@ -91,7 +91,7 @@ Install-Package Syncfusion.DocIORenderer.NET
T> If you encounter issues while using the .NET Word library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16012/troubleshoot-guide-for-aspnet-core-word-docio-library-issues#things-to-check-while-facing-an-issue-in-word-library) for recommended checks and solutions.
-#### Retired Platforms
+### Retired Platforms
The following NuGet packages need to be included in your application based on the platform.
@@ -114,7 +114,7 @@ Package manager console command
{{'[ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net)' | markdownify}}
|
-Syncfusion.DocToPdfConverter.AspNet
+Syncfusion.DocToPdfConverter.AspNet
|
Install-Package Syncfusion.DocToPdfConverter.AspNet
@@ -125,7 +125,7 @@ Install-Package Syncfusion.DocToPdfConverter.AspNet
{{'[ASP.NET MVC4](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-mvc)'| Â markdownify }}
|
-Syncfusion.DocToPdfConverter.AspNet.Mvc4
+Syncfusion.DocToPdfConverter.AspNet.Mvc4
|
Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc4
@@ -136,7 +136,7 @@ Install-Package Syncfusion.DocToPdfConverter.AspNet.Mvc4
{{'[Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-xamarin)'| Â markdownify }}
|
-Syncfusion.Xamarin.DocIORenderer
+Syncfusion.Xamarin.DocIORenderer
|
Install-Package Syncfusion.Xamarin.DocIORenderer
@@ -231,7 +231,7 @@ Package manager console command
Windows Forms, Console Application (Targeting .NET Framework)
|
-Syncfusion.OfficeChartToImageConverter.WinForms
+Syncfusion.OfficeChartToImageConverter.WinForms
|
Install-Package Syncfusion.OfficeChartToImageConverter.WinForms
@@ -242,7 +242,7 @@ Install-Package Syncfusion.OfficeChartToImageConverter.WinForms
WPF
|
-Syncfusion.OfficeChartToImageConverter.Wpf
+Syncfusion.OfficeChartToImageConverter.Wpf
|
Install-Package Syncfusion.OfficeChartToImageConverter.Wpf
@@ -253,7 +253,7 @@ Install-Package Syncfusion.OfficeChartToImageConverter.Wpf
ASP.NET MVC5
|
-Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5
+Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5
|
Install-Package Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5
@@ -262,7 +262,7 @@ Install-Package Syncfusion.OfficeChartToImageConverter.AspNet.Mvc5
-#### Retired Platforms (Charts)
+### Retired Platforms (Charts)
The following NuGet packages need to be included in your application based on the retired platform.
@@ -285,7 +285,7 @@ Package manager console command
ASP.NET
|
-Syncfusion.OfficeChartToImageConverter.AspNet
+Syncfusion.OfficeChartToImageConverter.AspNet
|
Install-Package Syncfusion.OfficeChartToImageConverter.AspNet
@@ -296,7 +296,7 @@ Install-Package Syncfusion.OfficeChartToImageConverter.AspNet
ASP.NET MVC4
|
-Syncfusion.OfficeChartToImageConverter.AspNet.Mvc4
+Syncfusion.OfficeChartToImageConverter.AspNet.Mvc4
|
Install-Package Syncfusion.OfficeChartToImageConverter.AspNet.Mvc4
|