diff --git a/Document-Processing/Word/Word-Processor/uwp/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md b/Document-Processing/Word/Word-Processor/uwp/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md
new file mode 100644
index 0000000000..1954ab093c
--- /dev/null
+++ b/Document-Processing/Word/Word-Processor/uwp/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md
@@ -0,0 +1,117 @@
+---
+title: How to use SfRichTextBoxAdv as a standard RichTextBox. | Syncfusion
+description: Learn how to use UWP SfRichTextBoxAdv as a standard RichTextBox along with its core key features and usage.
+platform: document-processing
+control: SfRichTextBoxAdv
+documentation: ug
+keywords: use-sfrichtextboxadv-like-richtextbox
+---
+
+# Use SfRichTextBoxAdv as a standard RichTextBox
+
+Use the following code to configure the SfRichTextBoxAdv control as a standard RichTextBox with rich text formatting options.
+
+{% tabs %}
+{% highlight xaml tabtitle="MainWindow.xaml" %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+
+{% endtabs %}
+
+When the application is executed, the standard RichTextBox control is displayed as illustrated below.
+
+
+N> [View Sample in GitHub](https://github.com/SyncfusionExamples/UWP-RichTextBox-Examples/tree/main/Samples/Standard%20RichTextBox).
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md b/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
index ad8a7ac5d4..032025c2ec 100644
--- a/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
+++ b/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
@@ -18,12 +18,19 @@ The steps below cover the essential tasks required to add and use the SfRichText
### Create a New UWP Project
-1. Open **Visual Studio**.
-2. Click **Create a new project**.
-3. Select **Blank App (Universal Windows)** or **UWP App** from the project templates.
-4. Click **Next**.
-5. Enter the **project name**, location, and other required details.
-6. Click **Create**.
+- Open **Visual Studio**.
+- Click **Create a new project**.
+- In the **Create a new project** window, search for **UWP**, and select **UWP Blank App**.
+- Click **Next**, and enter the following details:
+ - **Project name**: `DocumentEditor`
+ - **Location**: Choose your preferred location
+ - **Solution name**: `DocumentEditor`
+
+N> The **project name** is used as the default namespace (for example, in `x:Class`). It is recommended to use **DocumentEditor** to match the code examples provided.
+
+- Select the **target version** and **minimum version** of Windows as required.
+- Click **Create**.
+
### Add SfRichTextBoxAdv dependencies
@@ -35,7 +42,7 @@ The steps below cover the essential tasks required to add and use the SfRichText
1. In Solution Explorer, right-click the project and select **Manage NuGet Packages**.
2. Search for [Syncfusion.SfRichTextBoxAdv.UWP](https://www.nuget.org/packages/Syncfusion.SfRichTextBoxAdv.UWP) and install the latest version.
-3. Verify that all required dependencies are installed and the project is successfully restored.
+3. Verify that all [required dependencies](https://help.syncfusion.com/uwp/control-dependencies#sfrichtextboxadv) are installed and the project is successfully restored.
**Using Package Manager Console:**
@@ -80,18 +87,18 @@ Open the Toolbox window and drag the **SfRichTextBoxAdv** control onto the Desig
To add the control manually in XAML, follow these steps:
-1. Import SfRichTextBoxAdv control namespace Syncfusion.UI.Xaml.RichTextBoxAdv in the XAML page.
+1. Import the **SfRichTextBoxAdv** control namespace `Syncfusion.UI.Xaml.RichTextBoxAdv` in the **XAML page**.
-2. Declare SfRichTextBoxAdv control in the XAML page.
+2. Declare the **SfRichTextBoxAdv** control in the **XAML page**.
{% tabs %}
{% highlight xaml tabtitle="MainWindow.xaml" %}
[View Sample in GitHub](https://github.com/SyncfusionExamples/UWP-RichTextBox-Examples/tree/main/Samples/SfRichTextBoxAdv).
-## Use SfRichTextBoxAdv as a standard RichTextBox
-
-Use the following code to configure the SfRichTextBoxAdv control as a standard RichTextBox with rich text formatting options.
-
-{% tabs %}
-{% highlight xaml tabtitle="MainWindow.xaml" %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{% endhighlight %}
-
-{% endtabs %}
-
-When the application is executed, the standard RichTextBox control is displayed as illustrated below.
-
-
-N> [View Sample in GitHub](https://github.com/SyncfusionExamples/UWP-RichTextBox-Examples/tree/main/Samples/Standard%20RichTextBox).
-
-
## See also
- [Import and Export](./Import-and-Export)
diff --git a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md
new file mode 100644
index 0000000000..a077ac60d1
--- /dev/null
+++ b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md
@@ -0,0 +1,115 @@
+---
+title: How to use SfRichTextBoxAdv as a standard RichTextBox. | Syncfusion
+description: Learn how to use WPF SfRichTextBoxAdv as a standard RichTextBox along with its core key features and usage.
+platform: document-processing
+control: SfRichTextBoxAdv
+documentation: ug
+keywords: use-sfrichtextboxadv-like-richtextbox
+---
+
+# Use SfRichTextBoxAdv as a standard RichTextBox
+
+Use the following code to configure the SfRichTextBoxAdv control as a standard RichTextBox with rich text formatting options.
+
+{% tabs %}
+{% highlight xaml tabtitle="MainWindow.xaml" %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+
+{% endtabs %}
+
+When the application is executed, the standard RichTextBox control is displayed as illustrated below.
+
+
+N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox-Examples/tree/main/Samples/Standard%20RichTextBox).
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md b/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
index 5168e54804..1275227fd0 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
@@ -19,12 +19,22 @@ The steps below cover the essential tasks required to add and use the SfRichText
### Create a New WPF Project
-1. Open **Visual Studio**.
-2. Click **Create a new project**.
-3. Select **WPF App (.NET Framework)** or **WPF App (.NET Core)**.
-4. Click **Next**.
-5. Enter the **project name** and other required details.
-6. Click **Create**.
+- Open **Visual Studio**.
+- Click **Create a new project**.
+- In the **Create a new project** window, search for **WPF App**, and select a template based on your requirement:
+ - **WPF Application (.NET)**
+ - **WPF App (.NET Framework)**
+- Click **Next**, and enter the following details:
+ - **Project name**: `DocumentEditor`
+ - **Location**: Choose your preferred location
+ - **Solution name**: `DocumentEditor`
+
+N> The **project name** is used as the default namespace (for example, in `x:Class`). It is recommended to use **DocumentEditor** to match the code examples provided.
+
+- Select the **target framework**:
+ - For **.NET** → Click **Next** and choose the **latest supported .NET version**
+ - For **.NET Framework** → Select the required version in the same window
+- Click **Create**
### Add SfRichTextBoxAdv dependencies
@@ -36,7 +46,7 @@ The steps below cover the essential tasks required to add and use the SfRichText
1. In Solution Explorer, right-click the project and choose **Manage NuGet Packages**.
2. Search for [Syncfusion.SfRichTextBoxAdv.Wpf](https://www.nuget.org/packages/Syncfusion.SfRichTextBoxAdv.WPF) and install the latest version.
-3. Ensure the necessary dependencies are installed correctly, and the project is restored.
+3. Ensure the [necessary dependencies](https://help.syncfusion.com/wpf/control-dependencies#sfrichtextboxadv) are installed correctly, and the project is restored.
**Using Package Manager Console:**
@@ -83,7 +93,7 @@ Open the Toolbox window and drag the **SfRichTextBoxAdv** control onto the Desig
To add the control manually in XAML, follow these steps:
-1. Import Syncfusion® WPF schema http://schemas.syncfusion.com/wpf or SfRichTextBoxAdv control namespace Syncfusion.Windows.Controls.RichTextBoxAdv in the XAML page.
+1. **Import** the **Syncfusion® WPF schema** `http://schemas.syncfusion.com/wpf` or the **SfRichTextBoxAdv** control namespace `Syncfusion.Windows.Controls.RichTextBoxAdv` in the **XAML page**.
2. Declare SfRichTextBoxAdv control in the XAML page.
@@ -108,24 +118,35 @@ To add the control manually in XAML, follow these steps:
{% tabcontent Via C# %}
-To add the control manually in C#, add the following code in *.xaml.cs
+To add the control manually in C#, add the following code in MainWindow.xaml.cs
{% tabs %}
{% highlight c# tabtitle="MainWindow.xaml.cs" %}
using Syncfusion.Windows.Controls.RichTextBoxAdv;
+using System.Windows;
+using System.Windows.Controls;
-public partial class MainWindow : Window
+namespace DocumentEditor
{
- public MainWindow()
+ public partial class MainWindow : Window
{
- InitializeComponent();
+ public MainWindow()
+ {
+ InitializeComponent();
- // Create an instance of SfRichTextBoxAdv control
- SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
+ // Create a Grid container to use as the layout root
+ Grid rootGrid = new Grid();
- // Add the SfRichTextBoxAdv control to the container (Grid)
- Root_Grid.Children.Add(richTextBoxAdv);
+ // Create an instance of the SfRichTextBoxAdv control
+ SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
+
+ // Add the SfRichTextBoxAdv control to the Grid
+ rootGrid.Children.Add(richTextBoxAdv);
+
+ // Set the Grid as the content of the Window
+ this.Content = rootGrid;
+ }
}
}
{% endhighlight %}
@@ -136,7 +157,7 @@ public partial class MainWindow : Window
### Run the Application
-1. Press **F5** or click **Start** in Visual Studio.
+1. Press **F5** or click **Debug → Start Debugging** in Visual Studio.
2. The application launches and displays the **SfRichTextBoxAdv** control.
3. Press Ctrl+O to open an existing document. The selected document will be displayed within the SfRichTextBoxAdv control, as shown below.
@@ -158,7 +179,7 @@ If you need a ribbon-based user interface, you can add **SfRichTextRibbon** with
1. In Solution Explorer, right-click the project and choose **Manage NuGet Packages**.
2. Search for [Syncfusion.SfRichTextRibbon.Wpf](https://www.nuget.org/packages/Syncfusion.SfRichTextRibbon.WPF) and install the latest version.
-3. Ensure the necessary dependencies are installed correctly, and the project is restored.
+3. Ensure the [necessary dependencies](https://help.syncfusion.com/wpf/control-dependencies#sfrichtextribbon) are installed correctly, and the project is restored.
**Using Package Manager Console**
@@ -191,6 +212,16 @@ The following assembly references are required to use the **SfRichTextRibbon** c
{% endtabcontents %}
+### Configure RibbonWindow for SfRichTextRibbon
+
+To use the **SfRichTextRibbon** control in a WPF application, the application must use **Syncfusion® RibbonWindow** instead of the default **Window**.
+
+1. Import the **Syncfusion® WPF schema** `http://schemas.syncfusion.com/wpf` in the **MainWindow.xaml** file.
+
+2. Replace the root element **Window** with **syncfusion:RibbonWindow** in the **MainWindow.xaml** file.
+
+3. Additionally, in the *MainWindow.xaml.cs* file, change the base class of `MainWindow` from **Window** to **RibbonWindow** to enable full support for the **SfRichTextRibbon** control.
+
### Add SfRichTextRibbon to the application
{% tabcontents %}
@@ -206,10 +237,11 @@ Open the Toolbox window and drag the **SfRichTextRibbon** and **SfRichTextBoxAdv
{% tabcontent Via XAML %}
To add the control manually in XAML, follow these steps:
-1. Import the Syncfusion® WPF schema http://schemas.syncfusion.com/wpf or SfRichTextRibbon control namespace Syncfusion.Windows.Controls.RichTextBoxAdv in XAML page.
-2. To use the SfRichTextRibbon use the Syncfusion® RibbonWindow instead of Window.
-3. Declare the SfRichTextRibbon and SfRichTextBoxAdv controls in XAML page.
-4. To make an interaction between SfRichTextRibbon and SfRichTextBoxAdv, bind the SfRichTextBoxAdv as DataContext to the SfRichTextRibbon.
+1. Import the **Syncfusion® WPF schema** `http://schemas.syncfusion.com/wpf` or the **SfRichTextRibbon** control namespace `Syncfusion.Windows.Controls.RichTextBoxAdv` in the **XAML page**.
+
+2. Declare the **SfRichTextRibbon** and **SfRichTextBoxAdv** controls in the **XAML page**.
+
+3. To establish interaction between **SfRichTextRibbon** and **SfRichTextBoxAdv**, bind the **SfRichTextBoxAdv** as the **DataContext** to the **SfRichTextRibbon**.
{% tabs %}
{% highlight xaml tabtitle="MainWindow.xaml" %}
@@ -236,63 +268,69 @@ To add the control manually in XAML, follow these steps:
{% endtabcontent %}
{% tabcontent Via C# %}
-To add the control manually in C#, add the below code in *.xaml.cs
+To add the control manually in C#, add the below code in MainWindow.xaml.cs
{% tabs %}
{% highlight c# tabtitle="MainWindow.xaml.cs" %}
using Syncfusion.Windows.Controls.RichTextBoxAdv;
using Syncfusion.Windows.Tools.Controls;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Media;
-public partial class MainWindow : RibbonWindow
+namespace DocumentEditor
{
- public MainWindow()
+ public partial class MainWindow : RibbonWindow
{
- InitializeComponent();
+ public MainWindow()
+ {
+ InitializeComponent();
- // Create the root Grid container for layout
- Grid rootGrid = new Grid();
+ // Create the root Grid container for layout
+ Grid rootGrid = new Grid();
- // Define the first row (auto-sized for ribbon)
- RowDefinition row1 = new RowDefinition();
- row1.Height = GridLength.Auto;
+ // Define the first row (auto-sized for ribbon)
+ RowDefinition row1 = new RowDefinition();
+ row1.Height = GridLength.Auto;
- // Define the second row (fills remaining space for editor)
- RowDefinition row2 = new RowDefinition();
- row2.Height = new GridLength(1, GridUnitType.Star);
+ // Define the second row (fills remaining space for editor)
+ RowDefinition row2 = new RowDefinition();
+ row2.Height = new GridLength(1, GridUnitType.Star);
- // Add row definitions to the grid
- rootGrid.RowDefinitions.Add(row1);
- rootGrid.RowDefinitions.Add(row2);
+ // Add row definitions to the grid
+ rootGrid.RowDefinitions.Add(row1);
+ rootGrid.RowDefinitions.Add(row2);
- // Instantiate the rich text editor control
- SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
+ // Instantiate the rich text editor control
+ SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
- // Set background color for better UI appearance
- richTextBoxAdv.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#F1F1F1"));
+ // Set background color for better UI appearance
+ richTextBoxAdv.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#F1F1F1"));
- // Instantiate the ribbon control
- SfRichTextRibbon richTextRibbon = new SfRichTextRibbon();
+ // Instantiate the ribbon control
+ SfRichTextRibbon richTextRibbon = new SfRichTextRibbon();
- // Enable pixel snapping for sharper rendering
- richTextRibbon.SnapsToDevicePixels = true;
+ // Enable pixel snapping for sharper rendering
+ richTextRibbon.SnapsToDevicePixels = true;
- // Set the DataContext of the ribbon to the editor
- // This allows the ribbon to interact with the editor (binding commands)
- richTextRibbon.DataContext = richTextBoxAdv;
+ // Set the DataContext of the ribbon to the editor
+ // This allows the ribbon to interact with the editor (binding commands)
+ richTextRibbon.DataContext = richTextBoxAdv;
- // Position the ribbon in the first row
- Grid.SetRow(richTextRibbon, 0);
+ // Position the ribbon in the first row
+ Grid.SetRow(richTextRibbon, 0);
- // Position the editor in the second row
- Grid.SetRow(richTextBoxAdv, 1);
+ // Position the editor in the second row
+ Grid.SetRow(richTextBoxAdv, 1);
- // Add controls to the grid
- rootGrid.Children.Add(richTextRibbon);
- rootGrid.Children.Add(richTextBoxAdv);
+ // Add controls to the grid
+ rootGrid.Children.Add(richTextRibbon);
+ rootGrid.Children.Add(richTextBoxAdv);
- // Set the constructed grid as the content of the UserControl
- this.Content = rootGrid;
+ // Set the constructed grid as the content of the UserControl
+ this.Content = rootGrid;
+ }
}
}
@@ -306,7 +344,7 @@ N> Prefer using `SfRichTextRibbon` within `RibbonWindow` in your application, si
### Run the Application with Ribbon UI
-1. Press **F5** or click **Start** in Visual Studio.
+1. Press **F5** or click **Debug → Start Debugging** in Visual Studio.
2. The application will launch with the **SfRichTextRibbon** and **SfRichTextBoxAdv** controls.
3. Press **Ctrl + O** or use the **Open** option in the **SfRichTextRibbon** to open a document, which will be displayed in the **SfRichTextBoxAdv** control, with ribbon options available for editing and formatting, as shown below
@@ -314,113 +352,6 @@ N> Prefer using `SfRichTextRibbon` within `RibbonWindow` in your application, si
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox-Examples/tree/main/Samples/SfRichTextBoxAdv%20with%20SfRichTextRibbon).
-## Use SfRichTextBoxAdv as a standard RichTextBox
-
-Use the following code to configure the SfRichTextBoxAdv control as a standard RichTextBox with rich text formatting options.
-
-{% tabs %}
-{% highlight xaml tabtitle="MainWindow.xaml" %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{% endhighlight %}
-
-{% endtabs %}
-
-When the application is executed, the standard RichTextBox control is displayed as illustrated below.
-
-
-N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox-Examples/tree/main/Samples/Standard%20RichTextBox).
-
## Theme
In this walkthrough, you will apply a theme to the Syncfusion® WPF **SfRichTextBoxAdv** and **SfRichTextRibbon** controls.
@@ -496,10 +427,9 @@ To add the controls and apply a theme manually in XAML, follow these steps:
**Add SfRichTextBoxAdv and SfRichTextRibbon in XAML**
-1. Import the Syncfusion® WPF schema http://schemas.syncfusion.com/wpf or SfRichTextBoxAdv control namespace Syncfusion.Windows.Controls.RichTextBoxAdv in XAML page.
-2. To use the SfRichTextRibbon use the Syncfusion® RibbonWindow instead of Window.
-3. Declare the SfRichTextRibbon and SfRichTextBoxAdv controls in XAML page.
-4. To make an interaction between SfRichTextRibbon and SfRichTextBoxAdv, bind the SfRichTextBoxAdv as DataContext to SfRichTextRibbon.
+Refer to the following link for detailed instructions:
+
+[Add SfRichTextBoxAdv and SfRichTextRibbon in XAML](https://help.syncfusion.com/document-processing/word/word-processor/wpf/getting-started?tabcontent=via-xaml#add-ribbon-ui-to-sfrichtextboxadv)
**Apply Theme in XAML**
@@ -514,7 +444,7 @@ To add the controls and apply a theme manually in XAML, follow these steps:
@@ -538,67 +468,73 @@ N> - The applied theme is automatically inherited by all child controls.
{% endtabcontent %}
{% tabcontent Via C# %}
-To apply a theme programmatically in C#, add the below code in *.xaml.cs
+To apply a theme programmatically in C#, add the below code in MainWindow.xaml.cs
{% tabs %}
{% highlight c# tabtitle="MainWindow.xaml.cs" %}
+using Syncfusion.SfSkinManager;
using Syncfusion.Windows.Controls.RichTextBoxAdv;
using Syncfusion.Windows.Tools.Controls;
-using Syncfusion.SfSkinManager;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Media;
-public partial class MainWindow : RibbonWindow
+namespace DocumentEditor
{
- public MainWindow()
+ public partial class MainWindow : RibbonWindow
{
- InitializeComponent();
+ public MainWindow()
+ {
+ InitializeComponent();
- // Create the root Grid container for layout
- Grid rootGrid = new Grid();
+ // Create the root Grid container for layout
+ Grid rootGrid = new Grid();
- // Define the first row (auto-sized for ribbon)
- RowDefinition row1 = new RowDefinition();
- row1.Height = GridLength.Auto;
+ // Define the first row (auto-sized for ribbon)
+ RowDefinition row1 = new RowDefinition();
+ row1.Height = GridLength.Auto;
- // Define the second row (fills remaining space for editor)
- RowDefinition row2 = new RowDefinition();
- row2.Height = new GridLength(1, GridUnitType.Star);
+ // Define the second row (fills remaining space for editor)
+ RowDefinition row2 = new RowDefinition();
+ row2.Height = new GridLength(1, GridUnitType.Star);
- // Add row definitions to the grid
- rootGrid.RowDefinitions.Add(row1);
- rootGrid.RowDefinitions.Add(row2);
+ // Add row definitions to the grid
+ rootGrid.RowDefinitions.Add(row1);
+ rootGrid.RowDefinitions.Add(row2);
- // Instantiate the rich text editor control
- SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
+ // Instantiate the rich text editor control
+ SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
- // Set background color for better UI appearance
- richTextBoxAdv.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#F1F1F1"));
+ // Set background color for better UI appearance
+ richTextBoxAdv.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#F1F1F1"));
- // Instantiate the ribbon control
- SfRichTextRibbon richTextRibbon = new SfRichTextRibbon();
+ // Instantiate the ribbon control
+ SfRichTextRibbon richTextRibbon = new SfRichTextRibbon();
- // Enable pixel snapping for sharper rendering
- richTextRibbon.SnapsToDevicePixels = true;
+ // Enable pixel snapping for sharper rendering
+ richTextRibbon.SnapsToDevicePixels = true;
- // Set the DataContext of the ribbon to the editor
- // This allows the ribbon to interact with the editor (binding commands)
- richTextRibbon.DataContext = richTextBoxAdv;
+ // Set the DataContext of the ribbon to the editor
+ // This allows the ribbon to interact with the editor (binding commands)
+ richTextRibbon.DataContext = richTextBoxAdv;
- // Position the ribbon in the first row
- Grid.SetRow(richTextRibbon, 0);
+ // Position the ribbon in the first row
+ Grid.SetRow(richTextRibbon, 0);
- // Position the editor in the second row
- Grid.SetRow(richTextBoxAdv, 1);
+ // Position the editor in the second row
+ Grid.SetRow(richTextBoxAdv, 1);
- // Add controls to the grid
- rootGrid.Children.Add(richTextRibbon);
- rootGrid.Children.Add(richTextBoxAdv);
+ // Add controls to the grid
+ rootGrid.Children.Add(richTextRibbon);
+ rootGrid.Children.Add(richTextBoxAdv);
- // Set the constructed grid as the content of the UserControl
- this.Content = rootGrid;
+ // Set the constructed grid as the content of the UserControl
+ this.Content = rootGrid;
- // Applies the Windows 11 Light theme to the window
- SfSkinManager.SetTheme(this, new Theme() { ThemeName = "Windows11Light" });
+ // Applies the Windows 11 Light theme to the window
+ SfSkinManager.SetTheme(this, new Theme() { ThemeName = "Windows11Light" });
+ }
}
}
@@ -610,7 +546,7 @@ public partial class MainWindow : RibbonWindow
### Run the Application with Theme Applied
-1. Press **F5** or click **Start** in Visual Studio.
+1. Press **F5** or click **Debug → Start Debugging** in Visual Studio.
2. The application will launch with the **SfRichTextRibbon** and **SfRichTextBoxAdv** controls using the **Windows 11 Light theme**.
3. Press **Ctrl + O** or use the **Open** option in the **SfRichTextRibbon** to open a document.
4. The document is displayed in the editor, along with the themed ribbon and editor interface, as shown below.
From fa314ff9fcc48d49d55308264aabc85e63c97589 Mon Sep 17 00:00:00 2001
From: Kalaivannan-Ganesan
<93248069+Kalaivannan-Ganesan@users.noreply.github.com>
Date: Wed, 24 Jun 2026 17:25:18 +0530
Subject: [PATCH 02/24] Modified the links in WPF and UWP Getting-Started
---
.../Word/Word-Processor/uwp/Getting-Started.md | 6 +++---
.../Word/Word-Processor/wpf/Getting-Started.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md b/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
index ad8a7ac5d4..65571ecf05 100644
--- a/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
+++ b/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
@@ -259,6 +259,6 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/UWP-RichTextBox
## See also
-- [Import and Export](./Import-and-Export)
-- [Selection](./Selection)
-- [Commands](./Commands)
\ No newline at end of file
+- [Import and Export](https://help.syncfusion.com/document-processing/word/word-processor/uwp/import-and-export)
+- [Selection](https://help.syncfusion.com/document-processing/word/word-processor/uwp/selection)
+- [Commands](https://help.syncfusion.com/document-processing/word/word-processor/uwp/commands)
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md b/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
index 5168e54804..c37f4e28d8 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
@@ -621,6 +621,6 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox
## See also
-- [Import and Export](./Import-and-Export)
-- [Selection](./Selection)
-- [Commands](./Commands)
\ No newline at end of file
+- [Import and Export](https://help.syncfusion.com/document-processing/word/word-processor/wpf/import-and-export)
+- [Selection](https://help.syncfusion.com/document-processing/word/word-processor/wpf/selection)
+- [Commands](https://help.syncfusion.com/document-processing/word/word-processor/wpf/commands)
\ No newline at end of file
From 0fe32baae98fa12c4c699620187ade93c64b5c0c Mon Sep 17 00:00:00 2001
From: AtchayaSekar28
Date: Fri, 26 Jun 2026 13:48:50 +0530
Subject: [PATCH 03/24] 1035216 - Added the overview page for DocumentSDK AI
Tools-HF
---
Document-Processing-toc.html | 2 +-
.../ai-tools/ai-powered-development.md | 64 +++++++++++
Document-Processing/introduction.md | 40 ++++---
.../getting-started/documentsdk.md | 107 +++++++++---------
4 files changed, 140 insertions(+), 73 deletions(-)
create mode 100644 Document-Processing/ai-tools/ai-powered-development.md
diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 3f7c9e7bfb..d03c982417 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -9,7 +9,7 @@
diff --git a/Document-Processing/ai-tools/ai-powered-development.md b/Document-Processing/ai-tools/ai-powered-development.md
new file mode 100644
index 0000000000..a232e866b1
--- /dev/null
+++ b/Document-Processing/ai-tools/ai-powered-development.md
@@ -0,0 +1,64 @@
+---
+layout: post
+title: AI Powered Development | AI Tools | Syncfusion
+description: Syncfusion Document SDK AI Tools simplify document processing, editing, and integration, helping you to build smarter applications easily.
+platform: document-processing
+control: AI Tools
+documentation: ug
+---
+
+# AI-Powered Development with Syncfusion Document Processing Components
+
+Syncfusion AI Tools accelerate development by generating accurate code, providing contextual guidance, automating document workflows, and creating production-ready UIs from natural-language prompts. By reducing research, coding, debugging, and manual effort, developers can build and deliver document-centric applications faster with greater efficiency.
+
+## AI-Driven Solutions
+
+The following AI tools are available to help you process documents efficiently.
+
+- [Agent Skills](#agent-skills)
+- [Agentic UI Builder](#agentic-ui-builder)
+- [AI Agent Tools](#ai-agent-tools)
+- [MCP Server](#mcp-server)
+
+### Agent Skills
+
+Enhance your AI assistant (GitHub Copilot, Cursor, Claude, and more) with real Syncfusion API knowledge-eliminating hallucinated methods. Install one with pre-built document and code skills and generate accurate, production-ready document code directly within your IDE. It also allows executing document operations directly via CSX scripts.
+
+Learn more about:
+
+- [Document SDK Skills](https://help.syncfusion.com/document-processing/skills/document-sdk)
+- [PDF Viewer SDK Skills](https://help.syncfusion.com/document-processing/skills/pdf-viewer-sdk/component-skills)
+- [DOCX Editor SDK Skills](https://help.syncfusion.com/document-processing/skills/docx-editor-sdk/component-skills)
+- [Spreadsheet Editor SDK Skills](https://help.syncfusion.com/document-processing/skills/spreadsheet-editor-sdk/component-skills)
+
+### Agentic UI Builder
+
+Transforms natural-language prompts into production-ready UIs using real Syncfusion® components. Generates structured, responsive layouts with maintainable architecture. Integrates with AI-powered IDEs to produce accurate code following best practices, accessibility guidelines, and enterprise UI standards-helping developers move quickly from idea to fully functional interfaces within their workflow.
+
+Learn more about:
+
+- [PDF Viewer UI Builder](https://help.syncfusion.com/document-processing/skills/pdf-viewer-sdk/ui-builder-skills)
+- [DOCX Editor UI Builder](https://help.syncfusion.com/document-processing/skills/docx-editor-sdk/ui-builder-skills)
+- [Spreadsheet UI Builder](https://help.syncfusion.com/document-processing/skills/spreadsheet-editor-sdk/ui-builder-skills)
+
+### AI Agent Tools
+
+Enable AI agents to autonomously handle document tasks at runtime-such as creating reports, converting files, and extracting form data-without requiring you to write complex processing logic. Simply add the [Syncfusion.DocumentSDK.AI.AgentTools](https://www.nuget.org/packages/Syncfusion.DocumentSDK.AI.AgentTools) NuGet package and let your agent manage document workflows seamlessly.
+
+[Learn more](https://help.syncfusion.com/document-processing/ai-agent-tools/overview).
+
+### MCP Server
+
+Integrates with Visual Studio, VS Code, and JetBrains Rider and more to accelerate development. Ask how to implement any feature and instantly receive documentation-backed, copy‑paste‑ready C# code tailored to Syncfusion APIs.
+
+[Learn more](https://help.syncfusion.com/document-processing/mcp-server/ai-coding-assistant/overview).
+
+## When to Use
+
+
+| **AI Tool** | **When to Choose / Best Scenario** |
+|--------|---------------------------------|
+| **Agent Skills** | Best for **offline coding** - accurate, IDE-level code generation with Syncfusion APIs. Great for local support, minimal setup, and automating repetitive coding tasks. |
+| **Agentic UI Builder** | Perfect for **fast UI creation** - turns natural-language prompts into production-ready, responsive designs, saving time on front-end work. |
+| **AI Agent Tools** | Designed for **AI-driven document processing** - AI agents use prebuilt tools to actively read, edit, and transform **Word**, **Excel**, **PDF**, **PowerPoint**, and **Markdown files** at runtime. This makes it easy to build intelligent workflows where documents are processed directly by the agent. |
+| **MCP Server** | Best for **online guidance** - provides instant documentation, contextual help, and troubleshooting directly inside your IDE, helping you understand and refine your code. |
diff --git a/Document-Processing/introduction.md b/Document-Processing/introduction.md
index 992fedccef..f1be09425b 100644
--- a/Document-Processing/introduction.md
+++ b/Document-Processing/introduction.md
@@ -77,39 +77,45 @@ The Syncfusion.DocumentSDK.AIAgentTools NuGet package to extend your agent’s document processing capabilities.
-
Learn more about AI Agent Tools.
+Ground your AI coding assistant (GitHub Copilot, Cursor, Claude, and others) in verified Syncfusion APIs - eliminating hallucinated methods. Install one with pre-built document and code skills and generate production-ready document code without leaving your IDE. It also allows executing document operations directly via CSX scripts.
+
-Integrates with Visual Studio, VS Code, and JetBrains Rider through MCP Server. Describe your document processing requirement and receive documentation-backed, production-ready C# code instantly.
-
Learn more about AI Coding Assistant.
+Transforms natural-language prompts into production-ready UIs using real Syncfusion® components. Generates structured, responsive layouts with maintainable architecture by default. Integrates with AI-powered IDEs to produce accurate code while following best practices, accessibility guidelines, and enterprise UI standards. Helps developers quickly move from idea to fully functional interfaces within their workflow.
+
-Ground your AI coding assistant (GitHub Copilot, Cursor, Claude, and others) in verified Syncfusion APIs - eliminating hallucinated methods. Install one with pre-built document and code skills and generate production-ready document code without leaving your IDE. It also allows executing document operations directly via CSX scripts.
-
Learn more about Agent Skills.
+Enables AI agents to autonomously execute document tasks at runtime - generate reports, convert files, and extract form data - without requiring manual processing logic. Integrate the Syncfusion.DocumentSDK.AIAgentTools NuGet package to extend your agent’s document processing capabilities.
+
-Transforms natural-language prompts into production-ready UIs using real Syncfusion® components. Generates structured, responsive layouts with maintainable architecture by default. Integrates with AI-powered IDEs to produce accurate code while following best practices, accessibility guidelines, and enterprise UI standards. Helps developers quickly move from idea to fully functional interfaces within their workflow.
-
+Integrates with Visual Studio, VS Code, and JetBrains Rider through MCP Server. Describe your document processing requirement and receive documentation-backed, production-ready C# code instantly.
+
Learn more about AI Agent Tools.
@@ -112,10 +112,10 @@ Enables AI agents to autonomously execute document tasks at runtime - generate r
-
MCP Server
+
AI Coding Assistant (MCP Server)
Integrates with Visual Studio, VS Code, and JetBrains Rider through MCP Server. Describe your document processing requirement and receive documentation-backed, production-ready C# code instantly.
-
From d4e4d4b4d65bb2b1faaa179bc098b02e17042a16 Mon Sep 17 00:00:00 2001
From: AtchayaSekar28
Date: Fri, 26 Jun 2026 16:16:24 +0530
Subject: [PATCH 05/24] renamed AI tools usage title
---
Document-Processing/ai-tools/ai-powered-development.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Document-Processing/ai-tools/ai-powered-development.md b/Document-Processing/ai-tools/ai-powered-development.md
index 81db828e70..fcb8fee9f4 100644
--- a/Document-Processing/ai-tools/ai-powered-development.md
+++ b/Document-Processing/ai-tools/ai-powered-development.md
@@ -53,7 +53,7 @@ Integrates with Visual Studio, VS Code, and JetBrains Rider and more to accelera
[Learn more](https://help.syncfusion.com/document-processing/mcp-server/ai-coding-assistant/overview).
-## AI Tool Capabilities and Use Cases
+## Choosing the Right AI Tool
| **AI Tool** | **When to Use** | **Best For** |
From 75d96f88f818865adca0fb9941160e8ef6d235b3 Mon Sep 17 00:00:00 2001
From: AtchayaSekar28
Date: Fri, 26 Jun 2026 16:45:53 +0530
Subject: [PATCH 06/24] addressed the feedback
---
Document-Processing/ai-tools/ai-powered-development.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Document-Processing/ai-tools/ai-powered-development.md b/Document-Processing/ai-tools/ai-powered-development.md
index fcb8fee9f4..dbe3de4470 100644
--- a/Document-Processing/ai-tools/ai-powered-development.md
+++ b/Document-Processing/ai-tools/ai-powered-development.md
@@ -43,7 +43,7 @@ Learn more about:
### AI Agent Tools
-Enable AI agents to autonomously handle document tasks at runtime-such as creating reports, converting files, and extracting form data-without requiring you to write complex processing logic. Simply add the [Syncfusion.DocumentSDK.AI.AgentTools](https://www.nuget.org/packages/Syncfusion.DocumentSDK.AI.AgentTools) NuGet package while building your application with AI Agent Tools to manage document workflows seamlessly.
+Enable AI agents to autonomously handle document tasks at runtime-such as creating reports, converting files, and extracting form data-without requiring you to write complex processing logic. When building an application with AI agents, simply add the [Syncfusion.DocumentSDK.AI.AgentTools](https://www.nuget.org/packages/Syncfusion.DocumentSDK.AI.AgentTools) NuGet package and let your agent manage document workflows seamlessly.
[Learn more](https://help.syncfusion.com/document-processing/ai-agent-tools/overview).
From 600e1d9694d0f4daedba594ee4221e465cfbc144 Mon Sep 17 00:00:00 2001
From: Karan-SF4772
Date: Mon, 29 Jun 2026 12:43:01 +0530
Subject: [PATCH 07/24] Modify TOC page
---
Document-Processing-toc.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 3f7c9e7bfb..7d3206343c 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -8079,7 +8079,7 @@
Why aren't *.otf fonts embedded in Microsoft Office documents?
From 9d1f70ba8fe60b06e075082813068fee012be9ff Mon Sep 17 00:00:00 2001
From: Karan-SF4772
Date: Mon, 29 Jun 2026 13:36:54 +0530
Subject: [PATCH 08/24] Update DocIO broken links
---
.../Convert-Word-Document-to-Image-Azure.md | 2 +-
...cument-to-Image-in-ASP-NET-Core-WEB-API.md | 4 +-
...-Word-Document-to-Image-in-ASP-NET-Core.md | 4 +-
...t-Word-Document-to-Image-in-ASP-NET-MVC.md | 4 +-
...nvert-Word-Document-to-Image-in-ASP-NET.md | 4 +-
...ument-to-Image-in-AWS-Elastic-Beanstalk.md | 4 +-
...rt-Word-Document-to-Image-in-AWS-Lambda.md | 4 +-
.../Convert-Word-Document-to-Image-in-AWS.md | 2 +-
...ent-to-Image-in-Azure-App-Service-Linux.md | 4 +-
...t-to-Image-in-Azure-App-Service-Windows.md | 4 +-
...age-in-Azure-Functions-Flex-Consumption.md | 4 +-
...Document-to-Image-in-Azure-Functions-v1.md | 4 +-
...Document-to-Image-in-Azure-Functions-v4.md | 4 +-
...onvert-Word-Document-to-Image-in-Blazor.md | 6 +-
...-Document-to-Image-in-Google-App-Engine.md | 4 +-
...ument-to-Image-in-Google-Cloud-Platform.md | 2 +-
...Convert-Word-Document-to-Image-in-Linux.md | 4 +-
.../Convert-Word-Document-to-Image-in-MAUI.md | 4 +-
.../Convert-Word-Document-to-Image-in-Mac.md | 4 +-
.../Convert-Word-Document-to-Image-in-UWP.md | 4 +-
.../Convert-Word-Document-to-Image-in-WPF.md | 4 +-
...Convert-Word-Document-to-Image-in-WinUI.md | 4 +-
...Word-Document-to-Image-in-Windows-Forms.md | 4 +-
...nvert-Word-Document-to-Image-in-Xamarin.md | 4 +-
...ocument-to-Image-in-Console-application.md | 2 +-
...Document-to-PDF-in-ASP-NET-Core-WEB-API.md | 4 +-
...rt-Word-Document-to-PDF-in-ASP-NET-Core.md | 4 +-
...ert-Word-Document-to-PDF-in-ASP-NET-MVC.md | 4 +-
...Convert-Word-Document-to-PDF-in-ASP-NET.md | 4 +-
...ocument-to-PDF-in-AWS-Elastic-Beanstalk.md | 4 +-
...vert-Word-Document-to-PDF-in-AWS-Lambda.md | 4 +-
.../Convert-Word-Document-to-PDF-in-AWS.md | 2 +-
...ument-to-PDF-in-Azure-App-Service-Linux.md | 4 +-
...ent-to-PDF-in-Azure-App-Service-Windows.md | 4 +-
...PDF-in-Azure-Functions-Flex-Consumption.md | 4 +-
...d-Document-to-PDF-in-Azure-Functions-v1.md | 4 +-
...d-Document-to-PDF-in-Azure-Functions-v4.md | 4 +-
.../Convert-Word-Document-to-PDF-in-Azure.md | 2 +-
.../Convert-Word-Document-to-PDF-in-Blazor.md | 6 +-
...rd-Document-to-PDF-in-Google-App-Engine.md | 4 +-
...ocument-to-PDF-in-Google-Cloud-Platform.md | 2 +-
...ord-Document-to-PDF-in-Google-Cloud-Run.md | 4 +-
.../Convert-Word-Document-to-PDF-in-Linux.md | 4 +-
.../Convert-Word-Document-to-PDF-in-MAC.md | 4 +-
.../Convert-Word-Document-to-PDF-in-MAUI.md | 4 +-
.../Convert-Word-Document-to-PDF-in-UWP.md | 2 +-
.../Convert-Word-Document-to-PDF-in-WPF.md | 4 +-
.../Convert-Word-Document-to-PDF-in-WinUI.md | 4 +-
...Convert-Word-Document-to-PDF-in-Xamarin.md | 4 +-
...rt-Word-Document-to-Pdf-in-Window-Forms.md | 4 +-
...-document-to-PDF-in-Console-application.md | 2 +-
.../NET/word-to-pdf-linux-docker.md | 2 +-
...e-Word-Document-in-ASP-NET-Core-WEB-API.md | 2 +-
...ate-Word-Document-in-Azure-Functions-v1.md | 2 +-
.../Create-Word-document-in-ASP-NET-MVC.md | 2 +-
.../NET/Create-Word-document-in-ASP-NET.md | 2 +-
.../NET/Create-Word-document-in-WPF.md | 2 +-
.../Create-Word-document-in-Windows-Forms.md | 2 +-
...e-Word-Document-in-ASP-NET-Core-WEB-API.md | 2 +-
...n-and-save-Word-document-in-ASP-NET-MVC.md | 2 +-
.../Open-and-save-Word-document-in-ASP-NET.md | 2 +-
...ave-Word-document-in-Azure-Functions-v1.md | 2 +-
.../NET/Open-and-save-Word-document-in-WPF.md | 2 +-
...and-save-Word-document-in-Windows-Forms.md | 2 +-
.../Word-Library/NET/Working-with-Charts.md | 2 +-
.../NET/Working-with-Find-and-Replace.md | 56 +++++++++----------
66 files changed, 137 insertions(+), 137 deletions(-)
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-Azure.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-Azure.md
index eb8f1e2f2a..15684d6f85 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-Azure.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Azure Platform
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to image in Azure services** within a few lines of code.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to image in Azure services** within a few lines of code.
N> If this is your first time working with Azure, please refer to the dedicated Azure development resources. This section explains how to convert Word documents to image in C# using the .NET Word (DocIO) library in Azure.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core-WEB-API.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core-WEB-API.md
index 4a7c81be50..6d5a4904c7 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core-WEB-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in ASP.NET Core Web API
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET Core Web API**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET Core Web API**.
## Steps to convert Word document to Image in programmatically:
@@ -167,6 +167,6 @@ Upon executing the program, the **image** will be generated as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core.md
index 40afe1699f..f1ba6e70e6 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in ASP.NET Core
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET Core**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET Core**.
## Steps to convert Word document to Image in C#
@@ -347,6 +347,6 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-MVC.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-MVC.md
index 4a73252b60..5f3ba8074c 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-MVC.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-MVC.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in ASP.NET MVC
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET MVC**.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET MVC**.
## Steps to convert Word document to Image in C#
@@ -248,5 +248,5 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET.md
index 897dd90ea7..a200c80cd9 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in ASP.NET
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET Web Forms**.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET Web Forms**.
N> This ASP.NET Web Form platform is deprecated, you can use the same product from ASP.NET Core platform. For more information on migrating the .NET Word library from .NET Framework to .NET Core, refer [here](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/migrate-from-net-framework-to-net-core).
@@ -111,6 +111,6 @@ By executing the program, you will get the **image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS-Elastic-Beanstalk.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS-Elastic-Beanstalk.md
index b51e839c42..3eb9ec5562 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in AWS Elastic Beanstalk
-Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in AWS Elastic Beanstalk**.
+Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in AWS Elastic Beanstalk**.
## Steps to convert Word document to Image in AWS Elastic Beanstalk
@@ -136,6 +136,6 @@ By executing the program, you will get the **image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS-Lambda.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS-Lambda.md
index 2f36618ce6..781a26c1fa 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS-Lambda.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS-Lambda.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word Document to Image in AWS Lambda
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in AWS Lambda**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in AWS Lambda**.
## Steps to convert Word document to Image in AWS Lambda
@@ -198,6 +198,6 @@ By executing the program, you will get the **image** as follows.
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/AWS/Console_Application) and [AWS Lambda](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/AWS/AWS_Lambda) project.
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS.md
index abae701b87..749fcf5458 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-AWS.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Amazon Web Services (AWS)
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to image in Amazon Web Services (AWS)** within a few lines of code.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to image in Amazon Web Services (AWS)** within a few lines of code.
N> If this is your first time working with Amazon Web Services (AWS), please refer to the dedicated AWS resources. This section explains how to convert Word documents to image in C# using the .NET Core Word (DocIO) library in AWS.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-App-Service-Linux.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-App-Service-Linux.md
index d699445778..2beca20a89 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-App-Service-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Azure App Service on Linux
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure App Service on Linux**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure App Service on Linux**.
## Steps to convert Word document to Image in Azure App Service on Linux
@@ -201,6 +201,6 @@ Step 12: Select the Word document and Click **Convert to Image** to convert the
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-App-Service-Windows.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-App-Service-Windows.md
index 5c29593b7a..2cba0aa05d 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-App-Service-Windows.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Azure App Service on Windows
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure App Service on Windows**
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure App Service on Windows**
## Steps to convert Word document to Image in Azure App Service on Windows
@@ -195,6 +195,6 @@ Step 12: Select the Word document and Click **Convert to Image** to convert the
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-Flex-Consumption.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-Flex-Consumption.md
index 533fada925..d2aa5c85ed 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-Flex-Consumption.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in Azure Functions (Flex Consumption)
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure Functions deployed on Flex (Consumption) plan**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure Functions deployed on Flex (Consumption) plan**.
## Steps to convert a Word document to Image in Azure Functions (Flex Consumption)
@@ -192,6 +192,6 @@ static async Task Main()
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_Functions/Console_App_Flex_Consumption) and [Azure Functions Flex Consumption](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_Functions/Azure_Function_Flex_Consumption).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v1.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v1.md
index 1380587c8e..2b9e8d7a27 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v1.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v1.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Azure Functions v1
-Syncfusion DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure Functions v1**.
+Syncfusion DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure Functions v1**.
## Steps to convert a Word document to Image in Azure Functions v1
@@ -144,7 +144,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_Functions/Console_Application) and [Azure Functions v1](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_Functions/Azure_Functions_v1).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion Word library (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v4.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v4.md
index 0f2c61373e..f3a6c64ee0 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v4.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v4.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in Azure Functions v4
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure Functions v4**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Azure Functions v4**.
## Steps to convert a Word document to Image in Azure Functions v4
@@ -151,7 +151,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_Functions/Console_Application) and [Azure Functions v4](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Convert-Word-to-image/Azure/Azure_Functions/Azure_Functions_v4).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Blazor.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Blazor.md
index cfda084a81..3cfb78fcd6 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Blazor.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word Document to Image in Blazor
-Syncfusion® DocIO is a [Blazor Word library](https://www.syncfusion.com/document-processing/word-framework/blazor/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, a **convert a Word document to image in Blazor**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, a **convert a Word document to image in Blazor**.
## Word to Image in Blazor Web App Server Application
@@ -707,7 +707,7 @@ Upon executing the program, the **image** will be generated as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
@@ -1297,7 +1297,7 @@ N> To convert Word to image, it is necessary to access the font stream internall
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Google-App-Engine.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Google-App-Engine.md
index 0f2e98ee28..4243d38664 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Google-App-Engine.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Google-App-Engine.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Google App Engine
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) that allows you to create, read, edit, and **convert Word documents** programmatically, without the need for **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to image in Google App Engine**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) that allows you to create, read, edit, and **convert Word documents** programmatically, without the need for **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to image in Google App Engine**.
## Set up App Engine
@@ -256,6 +256,6 @@ By executing the program, you will get the **image** as follows. The output will

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Google-Cloud-Platform.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Google-Cloud-Platform.md
index 2923a7af13..3afdd026a9 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Google-Cloud-Platform.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Google-Cloud-Platform.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Google Cloud Platform (GCP)
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to image in Google Cloud Platform (GCP)** within a few lines of code.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to image in Google Cloud Platform (GCP)** within a few lines of code.
N> If this is your first time working with Google Cloud Platform (GCP), please refer to the dedicated GCP resources. This section explains how to convert a Word documents to image in C# using the .NET Core Word (DocIO) library in GCP.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Linux.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Linux.md
index e82f96c3c2..d275006f8b 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Linux.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in Linux
-Syncfusion DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in .NET Core application on Linux**.
+Syncfusion DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in .NET Core application on Linux**.
## Steps to convert a Word document to Image in .NET Core application on Linux
@@ -221,7 +221,7 @@ By executing the program, you will get the **image** as follows. The output will
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-MAUI.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-MAUI.md
index 788dea99a7..119a25ee22 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-MAUI.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-MAUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in .NET MAUI
-Syncfusion® DocIO is a [.NET MAUI Word library](https://www.syncfusion.com/document-processing/word-framework/maui/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in .NET MAUI**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in .NET MAUI**.
## Steps to convert Word document to Image in .NET MAUI
@@ -582,6 +582,6 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Mac.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Mac.md
index c61137592b..f4f07a4e47 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Mac.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Mac.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image on macOS
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in .NET Core application on macOS**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in .NET Core application on macOS**.
## Steps to convert Word document to Image in .NET Core application on macOS
@@ -281,6 +281,6 @@ By executing the program, you will get the **image** as follows. The output will
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-UWP.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-UWP.md
index 9648d761eb..7d4008dd28 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-UWP.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-UWP.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in UWP
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in UWP**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in UWP**.
## Steps to convert Word document to Image in UWP
@@ -146,6 +146,6 @@ By executing the program, you will get the **image** as follows.
N> As per [MSDN announcement](https://devblogs.microsoft.com/dotnet/announcing-uwp-support-for-net-standard-2-0/), the minimum version of UWP project must be Fall Creators Update (FCU).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/uwp) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-WPF.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-WPF.md
index 7f7e7243fe..f30c54a1d6 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-WPF.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-WPF.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in WPF
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in WPF**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in WPF**.
## Steps to convert Word document to Image in WPF
@@ -220,6 +220,6 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-WinUI.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-WinUI.md
index e70666fe9e..17deed3ceb 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-WinUI.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-WinUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in WinUI
-Syncfusion® DocIO is a [WinUI Word library](https://www.syncfusion.com/document-processing/word-framework/winui/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to image in WinUI**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to image in WinUI**.
## Prerequisites
To use the WinUI 3 project templates, install the Windows App SDK extension for Visual Studio. For more details, refer [here](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=cs-vs-community%2Ccpp-vs-community%2Cvs-2022-17-1-a%2Cvs-2022-17-1-b).
@@ -193,6 +193,6 @@ By executing the program, you will get the **image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/winui) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Windows-Forms.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Windows-Forms.md
index e812ead8f2..08a0e12088 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Windows-Forms.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Windows-Forms.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in Windows Forms
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Windows Forms**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in Windows Forms**.
## Steps to convert Word document to Image in Windows Forms
@@ -252,6 +252,6 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Xamarin.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Xamarin.md
index 0a2ff9c167..a5f2b1c130 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Xamarin.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Xamarin.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word Document to Image in Xamarin
-Syncfusion® DocIO is a [Xamarin Word library](https://www.syncfusion.com/document-processing/word-framework/xamarin/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or **interop** dependencies. Using this library, you can **convert a Word document to image in Xamarin**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or **interop** dependencies. Using this library, you can **convert a Word document to image in Xamarin**.
## Steps to convert Word document to Image in Xamarin
@@ -186,6 +186,6 @@ By executing the program, you will get the **image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/xamarin) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to image](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-document-to-Image-in-Console-application.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-document-to-Image-in-Console-application.md
index 750aee4d54..7498807b20 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-document-to-Image-in-Console-application.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-document-to-Image-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Console application
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word to image in Console application**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word to image in Console application**.
## Convert Word to Image using .NET Core and Latest
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-Core-WEB-API.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-Core-WEB-API.md
index bfbde05c5f..05d84b9e17 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-Core-WEB-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in ASP.NET Core Web API
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in ASP.NET Core Web API**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in ASP.NET Core Web API**.
## Steps to convert Word document to PDF in programmatically:
@@ -172,6 +172,6 @@ Upon executing the program, the **PDF** will be generated as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-Core.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-Core.md
index 1b5e13a7d8..85c378857e 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-Core.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-Core.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in ASP.NET Core
-Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in ASP.NET Core**.
+Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in ASP.NET Core**.
## Steps to convert word document to PDF in C#:
@@ -354,6 +354,6 @@ By executing the program, you will get the **PDF document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-MVC.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-MVC.md
index 582b8b1d0a..01cda1b213 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-MVC.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET-MVC.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in ASP.NET MVC
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in ASP.NET MVC**.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in ASP.NET MVC**.
## Steps to convert Word document to PDF in C#
@@ -244,6 +244,6 @@ By executing the program, you will get the **PDF document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET.md
index ce4922726d..d9c03dc18f 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-ASP-NET.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in ASP.NET
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in ASP.NET Web Forms**.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in ASP.NET Web Forms**.
N> This ASP.NET Web Form platform is deprecated, you can use the same product from ASP.NET Core platform. For more information on migrating the .NET Word library from .NET Framework to .NET Core, refer [here](https://help.syncfusion.com/document-processing/word/word-library/net/faqs/migrate-from-net-framework-to-net-core).
@@ -109,7 +109,7 @@ By executing the program, you will get the **PDF document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS-Elastic-Beanstalk.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS-Elastic-Beanstalk.md
index c6b54f2a7d..548f17a5f3 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in AWS Elastic Beanstalk
-Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in AWS Elastic Beanstalk**.
+Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in AWS Elastic Beanstalk**.
## Steps to convert word document to PDF in AWS Elastic Beanstalk
@@ -146,6 +146,6 @@ By executing the program, you will get the **PDF document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS-Lambda.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS-Lambda.md
index b4c333190c..46748eeae1 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS-Lambda.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS-Lambda.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word Document to PDF in AWS Lambda
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in AWS Lambda**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in AWS Lambda**.
## Steps to convert Word document to PDF in AWS Lambda
@@ -204,6 +204,6 @@ By executing the program, you will get the **PDF document** as follows.
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/AWS/Console-App-.NET-Core) and [AWS Lambda](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/AWS/MyLamdaProject) project.
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS.md
index 3e122ce5dd..e725d5bec8 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-AWS.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Amazon Web Services (AWS)
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to PDF in Amazon Web Services (AWS)** within a few lines of code.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to PDF in Amazon Web Services (AWS)** within a few lines of code.
N> If this is your first time working with Amazon Web Services (AWS), please refer to the dedicated AWS resources. This section explains how to convert Word documents to PDF in C# using the .NET Core Word (DocIO) library in AWS.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-App-Service-Linux.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-App-Service-Linux.md
index b224471720..7821a688ba 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-App-Service-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Azure App Service on Linux
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure App service on Linux**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure App service on Linux**.
## Steps to convert Word document to PDF in Azure App Service on Linux
@@ -207,6 +207,6 @@ Step 12: Select the Word document and Click **Convert to PDF** to convert the gi
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-App-Service-Windows.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-App-Service-Windows.md
index 77b7e7e9b1..ec7a13cc33 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-App-Service-Windows.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Azure App Service on Windows
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure App Service on Windows**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure App Service on Windows**.
## Steps to convert Word document to PDF in Azure App Service on Windows
@@ -206,6 +206,6 @@ Step 12: Select the Word document and Click **Convert to PDF** to convert the gi
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-Flex-Consumption.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-Flex-Consumption.md
index dc70a98d27..b7e64d6bfd 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-Flex-Consumption.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in Azure Functions (Flex Consumption)
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure Functions deployed on Flex (Consumption) plan**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure Functions deployed on Flex (Consumption) plan**.
## Steps to convert a Word document to PDF in Azure Functions (Flex Consumption)
@@ -188,6 +188,6 @@ static async Task Main()
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Azure/Azure_Functions/Console_App_Flex_Consumption) and [Azure Functions Flex Consumption](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Azure/Azure_Functions/Azure_Function_Flex_Consumption).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-v1.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-v1.md
index db7333d261..65c76105c2 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-v1.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-v1.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Azure Functions v1
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure Functions v1**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure Functions v1**.
## Steps to convert a Word document to PDF in Azure Functions v1
@@ -152,7 +152,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Azure/Azure_Functions/Console_Application) and [Azure Functions v1](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Azure/Azure_Functions/Azure_Functions_v1).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-v4.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-v4.md
index cc369fdbba..cde17c1573 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-v4.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure-Functions-v4.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in Azure Functions v4
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure Functions v4**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Azure Functions v4**.
## Steps to convert a Word document to PDF in Azure Functions v4
@@ -153,7 +153,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Azure/Azure_Functions/Console_Application) and [Azure Functions v4](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Azure/Azure_Functions/Azure_Functions_v4).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure.md
index ba6d152852..649cc45b19 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Azure Platform
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to a PDF in Azure services** within a few lines of code.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to a PDF in Azure services** within a few lines of code.
N> If this is your first time working with Azure, please refer to the dedicated Azure development resources. This section explains how to convert Word documents to PDF in C# using the .NET Word (DocIO) library in Azure.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md
index cc20e1ce4d..1f184fb706 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word Document to PDF in Blazor
-Syncfusion® DocIO is a [Blazor Word library](https://www.syncfusion.com/document-processing/word-framework/blazor/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, a **convert a Word document to PDF in Blazor**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, a **convert a Word document to PDF in Blazor**.
## Word to PDF in Blazor Web App Server Application
@@ -700,7 +700,7 @@ Upon executing the program, the **PDF document** will be generated as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
@@ -1308,7 +1308,7 @@ N> To convert Word to PDF, it is necessary to access the font stream internally.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-App-Engine.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-App-Engine.md
index 849861b5d9..b1c5aaf035 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-App-Engine.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-App-Engine.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Google App Engine
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) that allows you to create, read, edit, and **convert Word documents** programmatically, without the need for **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to PDF in Google App Engine**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) that allows you to create, read, edit, and **convert Word documents** programmatically, without the need for **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to PDF in Google App Engine**.
## Set up App Engine
@@ -233,6 +233,6 @@ By executing the program, you will get the **PDF document** as follows. The outp

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
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 72ea078e3b..05d3190844 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
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Google Cloud Platform (GCP)
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to a PDF in Google Cloud Platform (GCP)** within a few lines of code.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to a PDF in Google Cloud Platform (GCP)** within a few lines of code.
N> If this is your first time working with Google Cloud Platform (GCP), please refer to the dedicated GCP resources. This section explains how to convert Word documents to PDF in C# using the .NET Core Word (DocIO) library in GCP.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Run.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Run.md
index 301e5bc3aa..7d9509a590 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Run.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Run.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Google Cloud Run
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) that allows you to create, read, edit, and **convert Word documents** programmatically, without the need for **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to PDF in Google Cloud Run**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) that allows you to create, read, edit, and **convert Word documents** programmatically, without the need for **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to PDF in Google Cloud Run**.
## Set up Cloud Run
@@ -319,6 +319,6 @@ By executing the program, you will get the **PDF document** as follows. The outp

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Linux.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Linux.md
index a9fbc4621f..d11d639d64 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Linux.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in Linux
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in .NET Core application on Linux**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in .NET Core application on Linux**.
## Steps to convert a Word document to PDF in .NET Core application on Linux
@@ -226,7 +226,7 @@ By executing the program, you will get the **PDF** as follows. The output will b
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-MAC.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-MAC.md
index a0a9c5e712..7aad9b1d81 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-MAC.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-MAC.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF on macOS
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in .NET Core application on macOS**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in .NET Core application on macOS**.
## Steps to convert Word document to PDF in .NET Core application on macOS
@@ -292,6 +292,6 @@ By executing the program, you will get the **PDF document** as follows. The outp
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-MAUI.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-MAUI.md
index 80701f0683..1a8a054ecb 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-MAUI.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-MAUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in .NET MAUI
-Syncfusion® DocIO is a [.NET MAUI Word library](https://www.syncfusion.com/document-processing/word-framework/maui/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in .NET MAUI**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in .NET MAUI**.
## Steps to convert Word document to PDF in .NET MAUI
@@ -586,6 +586,6 @@ By executing the program, you will get the **PDF document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-UWP.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-UWP.md
index 24cc492afb..706db7992b 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-UWP.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-UWP.md
@@ -149,6 +149,6 @@ By executing the program, you will get the **PDF document** as follows.
N> As per [MSDN announcement](https://devblogs.microsoft.com/dotnet/announcing-uwp-support-for-net-standard-2-0/), the minimum version of UWP project must be Fall Creators Update (FCU).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/uwp) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-WPF.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-WPF.md
index aa6ad73c70..5ba1675b97 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-WPF.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-WPF.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in WPF
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in WPF**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in WPF**.
## Steps to convert Word document to PDF in WPF
@@ -218,6 +218,6 @@ By executing the program, you will get the **PDF document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-WinUI.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-WinUI.md
index 4565db4ecc..af931283a8 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-WinUI.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-WinUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in WinUI
-Syncfusion® DocIO is a [WinUI Word library](https://www.syncfusion.com/document-processing/word-framework/winui/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to PDF in WinUI**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word document to PDF in WinUI**.
## Prerequisites
To use the WinUI 3 project templates, install the Windows App SDK extension for Visual Studio. For more details, refer [here](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=cs-vs-community%2Ccpp-vs-community%2Cvs-2022-17-1-a%2Cvs-2022-17-1-b).
@@ -167,6 +167,6 @@ By executing the program, you will get the **PDF document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/winui) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Xamarin.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Xamarin.md
index d99121384c..75a62a6429 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Xamarin.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Xamarin.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word Document to PDF in Xamarin
-Syncfusion® DocIO is a [Xamarin Word library](https://www.syncfusion.com/document-processing/word-framework/xamarin/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or **interop** dependencies. Using this library, you can **convert a Word document to PDF in Xamarin**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or **interop** dependencies. Using this library, you can **convert a Word document to PDF in Xamarin**.
## Steps to convert Word document to PDF in Xamarin
@@ -187,6 +187,6 @@ By executing the program, you will get the PDF document as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/xamarin) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-Pdf-in-Window-Forms.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-Pdf-in-Window-Forms.md
index fd9a947cca..5cf3e80959 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-Pdf-in-Window-Forms.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-Pdf-in-Window-Forms.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in Windows Forms
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Windows Forms**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Windows Forms**.
## Steps to convert Word document to PDF in Windows Forms
@@ -250,6 +250,6 @@ By executing the program, you will get the **PDF document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md
index 5bd20ce9c3..3f14b44c7a 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Console application
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word to PDF in Console application**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word to PDF in Console application**.
## Convert Word to PDF using .NET Core and Latest
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf-linux-docker.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf-linux-docker.md
index 5e3da20796..260c15a04c 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf-linux-docker.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf-linux-docker.md
@@ -319,7 +319,7 @@ ENTRYPOINT ["dotnet", "WordToPDFDockerSample.dll"]
A complete working example of converting Word document to PDF in Ubuntu Linux Docker container can be downloaded from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-PDF-Conversion/Convert-Word-document-to-PDF/Docker/Ubuntu/WordToPDFDockerSample).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
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 5f603c42a7..bad94d4a70 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
@@ -220,6 +220,6 @@ Upon executing the program, the **Word document** will be generated as follows.

-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
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 b2d3c50ddb..23e82fa2e3 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
@@ -351,7 +351,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_Functions/Console_Application) and [Azure Functions v1](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_Functions/Azure_Functions_v1).
-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
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 08747e7005..26093887ff 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
@@ -620,4 +620,4 @@ By executing the program, you will get the Word document as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
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 492f7da70b..2ab4284403 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
@@ -294,6 +294,6 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
\ No newline at end of file
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 dd06fbdf2e..adae011eaa 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
@@ -608,6 +608,6 @@ By executing the program, you will get the **Word document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
\ No newline at end of file
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 75c69adcdc..7502aaa216 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
@@ -642,6 +642,6 @@ By executing the program, you will get the **Word document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-Save-Word-Document-in-ASP-NET-Core-WEB-API.md b/Document-Processing/Word/Word-Library/NET/Open-and-Save-Word-Document-in-ASP-NET-Core-WEB-API.md
index ded6e08600..1cc29367ac 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-Save-Word-Document-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-Save-Word-Document-in-ASP-NET-Core-WEB-API.md
@@ -174,4 +174,4 @@ Upon executing the program, the **Word document** will be generated as follows.

-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-MVC.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-MVC.md
index 1af61dd3c5..e9c4352e8b 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-MVC.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-MVC.md
@@ -105,4 +105,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
\ No newline at end of file
+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/Open-and-save-Word-document-in-ASP-NET.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET.md
index 7064ac6a0f..415ceafa3b 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET.md
@@ -111,4 +111,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
\ No newline at end of file
+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/Open-and-save-Word-document-in-Azure-Functions-v1.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v1.md
index 041e4c6f5c..b679313ba8 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v1.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v1.md
@@ -169,4 +169,4 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Read-and-Save-document/Open-and-save-Word-document/Azure/Azure_Functions/Console_Application) and [Azure Functions v1](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Read-and-Save-document/Open-and-save-Word-document/Azure/Azure_Functions/Azure_Functions_v1).
-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
+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.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WPF.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WPF.md
index 0d2e6df98b..78aa77636c 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WPF.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WPF.md
@@ -101,4 +101,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
\ No newline at end of file
+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/Open-and-save-Word-document-in-Windows-Forms.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Windows-Forms.md
index 23397dfac5..67b2c6f642 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Windows-Forms.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Windows-Forms.md
@@ -118,4 +118,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-sdk/net-word-library) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
\ No newline at end of file
+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/Working-with-Charts.md b/Document-Processing/Word/Word-Library/NET/Working-with-Charts.md
index 5fac394763..db08861e8d 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Charts.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Charts.md
@@ -799,7 +799,7 @@ Customize the **chart axes** by changing the title, border, font, rotation angle
## Add Data Table
-To add a data table to a chart, enable the [HasDataTable](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WChart.html#Syncfusion_DocIO_DLS_WChart_HasDataTable) property of the [WChart](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WChart.html) class. By default, it is false, hiding the data table. Setting this property to true displays the data table beneath the chart.
+To add a data table to a chart, enable the [HasDataTable](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WChart.html#Syncfusion_DocIO_DLS_WChart_HasDataTable) property of the [WChart](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WChart.html) class. By default, it is false, hiding the data table. Setting this property to true displays the data table beneath the chart.
The following code example illustrates how to add data table for chart.
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Find-and-Replace.md b/Document-Processing/Word/Word-Library/NET/Working-with-Find-and-Replace.md
index 2a4d2f6ba2..82e8757466 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Find-and-Replace.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Find-and-Replace.md
@@ -23,142 +23,142 @@ The following table illustrates the supported overloads for Find and Replace fun
Finds the text based on specified string, taking into the consideration of caseSensitive and wholeWord options.
{{ '[Find first occurrence using string example.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-text-in-Word-document)' | markdownify }}
Finds the text based on specified regular expression.
{{ '[Find first occurrence using regex example.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-with-formatted-text)' | markdownify }}
Finds and returns all entries of the specified regular expression.
{{ '[Find all and replace text with merge field.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-with-merge-field)' | markdownify }}
Finds the next entry of the specified text from the specified text body item, taking into the consideration of caseSensitive and wholeWord options.
{{ '[Find next occurrence using string example.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next)' | markdownify }}
Finds the next entry of the specified regular expression from the specified text body item.
{{ '[Find next occurrence using regex example.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next-and-replace-with-formatted-text)' | markdownify }}
Finds the first entry of specified pattern of text in single-line mode which is extended to several paragraph in the document, taking into the consideration of caseSensitive and wholeWord options.
{{ '[Find first text using string that extend to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-find-next-paragraphs)' | markdownify }}
Finds the first entry of specified pattern of text in single-line mode which is extended to several paragraph in the document.
{{ '[Find first text using string that extend to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-extended-to-several-paragraphs)' | markdownify }}
Finds the next entry of the specified text from the specified text body item in single-line mode which is extended to several paragraph in the document, taking into the consideration of caseSensitive and wholeWord options.
{{ '[Find next using string that extended to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-find-next-paragraphs)' | markdownify }}
Finds the next entry of the specified pattern of text in single-line mode which is extended to several paragraph in the document.
{{ '[Find next using regex that extended to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next-multiline-text-and-replace-text)' | markdownify }}
Replaces all entries of given string in the document with another Word document, taking into consideration case sensitive, whole word options.
{{ '[Find and replace text with Word document.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-with-Word-document)' | markdownify }}
Replaces all entries of given string in the document with another Word document, taking into consideration case sensitive, whole word and formatting options.
{{ '[Find and replace text with Word document with formatting.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-with-Word-document)' | markdownify }}
Replaces all entries of given string in the document with TextBodyPart, taking into consideration case sensitive, whole word options.
{{ '[Find and replace text with image.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-with-image)' | markdownify }}
Replaces all entries of given string in the document with TextBodyPart, taking into consideration case sensitive, whole word and formatting options.
{{ '[Find and replace text with document element with formatting.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-with-body-part)' | markdownify }}
Replaces all entries of given string in the document with TextSelection, taking into consideration case sensitive and whole word options.
{{ '[Find and replace text with another selected text.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next-multiline-text-and-replace-text)' | markdownify }}
Replaces all entries of given string in the document with TextSelection, taking into consideration case sensitive, whole word and formatting options.
{{ '[Find and replace text with another selected text with formatting.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-with-formatted-text)' | markdownify }}
Replaces all entries of given string in the document with replace string, taking into consideration of case sensitive and whole word options.
{{ '[Find and replace text with another text.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-all)' | markdownify }}
Replaces all entries of given regular expression in the document with the another word document along with its formatting.
{{ '[Find and replace text with HTML.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-in-Word-with-HTML)' | markdownify }}
Replaces all entries of given regular expression in the document with the TextBodyPart.
{{ '[Replace text with content control.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-with-content-control)' | markdownify }}
Replaces all entries of given regular expression in the document with the TextBodyPart along with its formatting.
{{ '[Replace text in headers and footers.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-in-headers-and-footers)' | markdownify }}
Replaces the specified regular expression with a TextSelection in the document.
{{ '[Replace text within table.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-within-table)' | markdownify }}
Replaces all entries of the given System.Text.RegularExpressions.Regex with the replace string.
{{ '[Find and replace all using regex.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-pattern-text-with-normal-text)' | markdownify }}
Replaces all entries of given string which is extended to several paragraphs in the document with TextBodyPart, taking into consideration case sensitive, whole word options.
{{ '[Find and replace multiple paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-multiple-paragraphs)' | markdownify }}
Replaces all entries of given string which is extended to several paragraph in the document with TextSelection, taking into consideration case sensitive and whole word options.
{{ '[Replace text with another formatted text.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next-and-replace-with-formatted-text)' | markdownify }}
Replaces all entries of given string which is extended to several paragraphs in the document with replace string, taking into consideration of case sensitive and whole word options.
{{ '[Replace paragraphs with text.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-paragraphs-with-text)' | markdownify }}
Replaces all entries of given regular expression text which is extended to several paragraph in the document with the TextBodyPart.
{{ '[Find and replace text with page break.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-with-page-break)'| markdownify }}
Replaces all entries of given regular expression text which is extended to several paragraph in the document with the TextSelection.
{{ '[Replace text extended to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-extended-to-several-paragraphs)' | markdownify }}
Replaces all entries of the specified pattern text, which is extended to several paragraph, with replace text.
{{ '[Replace multiline text with single line.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-multiline-text-with-single-line)' | markdownify }}
From 6cea3bd1bd735f1655635f029b31a58ac69e9956 Mon Sep 17 00:00:00 2001
From: Karan-SF4772
Date: Mon, 29 Jun 2026 14:04:30 +0530
Subject: [PATCH 09/24] Update Broken link in PPTX conversion page
---
.../Convert-PowerPoint-to-Image-in-ASP-NET-Core-Web-API.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-ASP-NET-MVC.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-ASP-Net.md | 4 ++--
.../Convert-PowerPoint-to-Image-in-AWS-Elastic-Beanstalk.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-AWS-Lambda.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-AWS-Linux-EC2.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-AWS.md | 2 +-
...onvert-PowerPoint-to-Image-in-Azure-App-Service-Linux.md | 4 ++--
...vert-PowerPoint-to-Image-in-Azure-App-Service-Windows.md | 4 ++--
...werPoint-to-Image-in-Azure-Functions-Flex-Consumption.md | 4 ++--
.../Convert-PowerPoint-to-Image-in-Azure-Functions-v1.md | 4 ++--
.../Convert-PowerPoint-to-Image-in-Azure-Functions-v4.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-Azure.md | 2 +-
.../NET/Convert-PowerPoint-to-Image-in-Blazor.md | 6 +++---
.../Convert-PowerPoint-to-Image-in-Console-application.md | 2 +-
.../NET/Convert-PowerPoint-to-Image-in-Google-App-Engine.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-Linux.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-MAUI.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-Mac.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-UWP.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-WPF.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-WinUI.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-Windows-Forms.md | 4 ++--
.../NET/Convert-PowerPoint-to-Image-in-Xamarin.md | 4 ++--
.../Convert-PowerPoint-to-PDF-in-ASP-NET-Core-Web-API.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-ASP-NET-MVC.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-ASP-Net.md | 4 ++--
.../Convert-PowerPoint-to-PDF-in-AWS-Elastic-Beanstalk.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-AWS-Lambda.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-AWS.md | 2 +-
.../Convert-PowerPoint-to-PDF-in-Azure-App-Service-Linux.md | 4 ++--
...onvert-PowerPoint-to-PDF-in-Azure-App-Service-Windows.md | 4 ++--
...PowerPoint-to-PDF-in-Azure-Functions-Flex-Consumption.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v1.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v4.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-Azure.md | 2 +-
.../NET/Convert-PowerPoint-to-PDF-in-Blazor.md | 6 +++---
.../NET/Convert-PowerPoint-to-PDF-in-Console-application.md | 2 +-
.../NET/Convert-PowerPoint-to-PDF-in-Google-App-Engine.md | 4 ++--
.../Convert-PowerPoint-to-PDF-in-Google-Cloud-Platform.md | 2 +-
.../NET/Convert-PowerPoint-to-PDF-in-Linux.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-MAUI.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-Mac.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-UWP.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-WPF.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-WinUI.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-Windows-Forms.md | 4 ++--
.../NET/Convert-PowerPoint-to-PDF-in-Xamarin.md | 4 ++--
50 files changed, 95 insertions(+), 95 deletions(-)
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core-Web-API.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core-Web-API.md
index b441de8a27..021d45257b 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core-Web-API.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core-Web-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in ASP.NET Core Web API
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET Core Web API**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET Core Web API**.
## Steps to convert PowerPoint to Image programmatically
@@ -164,6 +164,6 @@ Upon executing the program, the **image** will be generated as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core.md
index e4ee05bde1..a006ead57d 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in ASP.NET Core
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET Core**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET Core**.
## Steps to convert PowerPoint to Image programmatically
@@ -321,6 +321,6 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-MVC.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-MVC.md
index cfa1f5e703..226fe695da 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-MVC.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-MVC.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in ASP.NET MVC
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET MVC**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET MVC**.
## Steps to convert PowerPoint to Image programmatically
@@ -238,4 +238,4 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-Net.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-Net.md
index 7bbb6ee29d..c2747a9f5c 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-Net.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-Net.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in ASP.NET
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET**.
N> This ASP.NET Web Form platform is deprecated, you can use the same product from ASP.NET Core platform. For more information on migrating the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) from .NET Framework to .NET Core, refer [here](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/faqs/migrate-from-net-framework-to-net-core).
@@ -95,6 +95,6 @@ By executing the program, you will get the **image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Elastic-Beanstalk.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Elastic-Beanstalk.md
index a5c7fd05c0..33454a2871 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to Image in AWS Elastic Beanstalk
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in AWS Elastic Beanstalk**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in AWS Elastic Beanstalk**.
## Steps to convert PowerPoint Presentation to Image in AWS Elastic Beanstalk
@@ -130,6 +130,6 @@ By executing the program, you will get the **image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Lambda.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Lambda.md
index a73c754746..013721e9eb 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Lambda.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Lambda.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to Image in AWS Lambda
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in AWS Lambda**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in AWS Lambda**.
## Steps to convert PowerPoint Presentation to Image in AWS Lambda
@@ -188,6 +188,6 @@ By executing the program, you will get the **image** as follows.
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/AWS/Console_Application) and [AWS Lambda](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/AWS/AWS_Lambda) project.
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Linux-EC2.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Linux-EC2.md
index c052e2f33c..4b2f9e6dc6 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Linux-EC2.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS-Linux-EC2.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in Amazon Linux EC2
-Syncfusion® [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) (Presentation) is used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert PowerPoint to image in Amazon Linux EC2** within a few lines of code.
+Syncfusion® [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) is used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert PowerPoint to image in Amazon Linux EC2** within a few lines of code.
N> To run the sample without manually providing credentials, attach an IAM role with S3 access to your EC2 instance. The AWS SDK will automatically use this role, allowing secure access to S3 without storing access keys.
@@ -382,6 +382,6 @@ You can download samples demonstrating how to convert a PowerPoint presentation
* [Sample with credentials](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/AWS/AWS-EC2/PPTXtoImage_withCredentials/) – Requires access keys to authenticate the S3 bucket (for ex: the user must provide an access key and secret key).
* [Sample without credentials](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/AWS/AWS-EC2/PPTXtoImage_withoutCredentials/) – Uses default account authentication (for ex: relying on IAM roles or AWS environment credentials).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS.md
index 9247d727ca..09ef4c7348 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-AWS.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to Image in Amazon Web Services (AWS)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Amazon Web Services (AWS)** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Amazon Web Services (AWS)** within a few lines of code.
N> If this is your first time working with Amazon Web Services (AWS), please refer to the dedicated AWS resources. This section explains how to convert PowerPoint Presentation to image in C# using the .NET Core PowerPoint library (Presentation) in AWS.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Linux.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Linux.md
index 7ecb90d89d..5838cb2d08 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to Image in Azure App Service on Linux
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure App Service on Linux**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure App Service on Linux**.
## Steps to convert PowerPoint Presentation to Image in Azure App Service on Linux
@@ -197,6 +197,6 @@ Step 12: Select the **PowerPoint Presentation** and Click **Convert to Image** t
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Windows.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Windows.md
index f813ee293b..9cdd57d5eb 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Windows.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PPTX to Image in Azure App Service on Windows
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure App Service on Windows**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure App Service on Windows**.
## Steps to convert PowerPoint Presentation to Image in Azure App Service on Windows
@@ -191,6 +191,6 @@ Step 12: Select the **PowerPoint Presentation** and Click **Convert to Image** t
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-Flex-Consumption.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-Flex-Consumption.md
index 403b2d4499..a29822892b 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-Flex-Consumption.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PPTX to Image in Azure Functions (Flex Consumption)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure Functions deployed on Flex (Consumption) plan**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure Functions deployed on Flex (Consumption) plan**.
## Steps to convert a PowerPoint Presentation to Image in Azure Functions (Flex Consumption)
@@ -194,6 +194,6 @@ static async Task Main()
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Azure/Azure_Functions/Console_App_Flex_Consumption) and [Azure Functions Flex Consumption](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Azure/Azure_Functions/Azure_Function_Flex_Consumption).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-v1.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-v1.md
index 6cc92793c4..3cab3c8ecb 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-v1.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-v1.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to Image in Azure Functions v1
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure Functions v1**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure Functions v1**.
## Steps to convert a PowerPoint Presentation to Image in Azure Functions v1
@@ -142,7 +142,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Azure/Azure_Functions/Console_Application) and [Azure Functions v1](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Azure/Azure_Functions/Azure_Functions_v1).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-v4.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-v4.md
index bec03bf9c8..d47280aea5 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-v4.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-Functions-v4.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to Image in Azure Functions v4
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure Functions v4**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure Functions v4**.
## Steps to convert a PowerPoint Presentation to Image in Azure Functions v4
@@ -147,7 +147,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Azure/Azure_Functions/Console_Application) and [Azure Functions v4](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-Image-conversion/Convert-PowerPoint-presentation-to-Image/Azure/Azure_Functions/Azure_Functions_v4).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure.md
index 016458926d..154e4dd297 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to Image in Azure Platform
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure Platform** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Azure Platform** within a few lines of code.
N> If this is your first time working with Azure, please refer to the dedicated Azure development resources. This section explains how to convert PowerPoint Presentation to image in C# using the PowerPoint library (Presentation) in Azure.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Blazor.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Blazor.md
index 8b46a91a31..e6dfaf6211 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Blazor.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in Blazor
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **convert a PowerPoint to image in Blazor**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **convert a PowerPoint to image in Blazor**.
## Blazor Web App Server Application
@@ -712,7 +712,7 @@ Upon executing the program, the **Image** will be generated as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
@@ -1283,6 +1283,6 @@ N> To convert PPTX to Image, it is necessary to access the font stream internall
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Console-application.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Console-application.md
index 8d5b15d4a0..9d96199496 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Console-application.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in Console application
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in Console application**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in Console application**.
## Convert PowerPoint to Image using .NET Core and Latest
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Google-App-Engine.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Google-App-Engine.md
index 490c6cb56c..ca6de989bc 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Google-App-Engine.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Google-App-Engine.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to Image in Google App Engine
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Google App Engine**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to image in Google App Engine**.
## Set up App Engine
@@ -253,6 +253,6 @@ By executing the program, you will get the **image** as follows. The output will

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Linux.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Linux.md
index dfeee90df3..2d7423c761 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Linux.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in Linux
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in .NET Core application on Linux**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in .NET Core application on Linux**.
## Steps to convert PowerPoint to Image in .NET Core application on Linux
@@ -221,6 +221,6 @@ By executing the program, you will get the **image** as follows. The output will
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-MAUI.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-MAUI.md
index 6b18c43ada..b1cb18e1e1 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-MAUI.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-MAUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in .NET MAUI
-Syncfusion® PowerPoint is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/maui/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in .NET MAUI**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in .NET MAUI**.
## Steps to convert PowerPoint to Image programmatically
@@ -561,6 +561,6 @@ Refer the below helper files and add them into the mentioned project. These help
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/maui/powerpoint-library) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Mac.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Mac.md
index 4a5c448031..ff8f86f24c 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Mac.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Mac.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image on macOS
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in .NET Core application on macOS**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in .NET Core application on macOS**.
## Steps to convert PowerPoint to Image programmatically
@@ -277,6 +277,6 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-UWP.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-UWP.md
index 95fe87502a..5c01f16302 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-UWP.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-UWP.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in UWP
-Syncfusion® PowerPoint is a [UWP PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp/powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in UWP**.
+Syncfusion® PowerPoint is a [UWP PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in UWP**.
## Steps to convert PowerPoint to Image programmatically
@@ -89,7 +89,7 @@ By executing the program, you will get the **Image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-WPF.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-WPF.md
index b0ff6fc47d..d429979d4a 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-WPF.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-WPF.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in WPF
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in WPF**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in WPF**.
## Steps to convert PowerPoint to Image programmatically
@@ -218,6 +218,6 @@ By executing the program, you will get the **image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-WinUI.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-WinUI.md
index ee20d38703..bc92fd13ce 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-WinUI.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-WinUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in WinUI
-Syncfusion® PowerPoint is a [WinUI PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/winui/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in WinUI**.
+Syncfusion® PowerPoint is a [WinUI PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in WinUI**.
## Prerequisites
To use the WinUI 3 project templates, install the Windows App SDK extension for Visual Studio. For more details, refer [here](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=cs-vs-community%2Ccpp-vs-community%2Cvs-2022-17-1-a%2Cvs-2022-17-1-b).
@@ -158,6 +158,6 @@ By executing the program, you will get the **image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/winui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Windows-Forms.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Windows-Forms.md
index 5ff06524d9..617814689f 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Windows-Forms.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Windows-Forms.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in Windows Forms
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in Windows Forms**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in Windows Forms**.
## Steps to convert PowerPoint to Image programmatically
@@ -220,6 +220,6 @@ By executing the program, you will get the **Image** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Xamarin.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Xamarin.md
index c4767b918f..d9abe7b75c 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Xamarin.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Xamarin.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in Xamarin
-Syncfusion® PowerPoint is a [Xamarin PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in Xamarin**.
+Syncfusion® PowerPoint is a [Xamarin PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in Xamarin**.
## Steps to convert PowerPoint to Image programmatically
@@ -176,7 +176,7 @@ By executing the program, you will get the **image** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-powerpoint-library) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features.
An online sample link to [convert PowerPoint Presentation to image](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core-Web-API.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core-Web-API.md
index 515715b3c9..5367dbaa88 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core-Web-API.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core-Web-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in ASP.NET Core Web API
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in ASP.NET Core Web API**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in ASP.NET Core Web API**.
## Steps to convert PowerPoint to PDF programmatically
@@ -164,6 +164,6 @@ Upon executing the program, the **PDF** will be generated as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core.md
index d103cfed29..4b1022d8f6 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-Core.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in ASP.NET Core
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in ASP.NET Core**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in ASP.NET Core**.
## Steps to convert PowerPoint to PDF programmatically
@@ -332,6 +332,6 @@ By executing the program, you will get the **PDF document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-MVC.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-MVC.md
index 647eaf5f37..e9258a17b2 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-MVC.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-NET-MVC.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in ASP.NET MVC
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in ASP.NET MVC**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in ASP.NET MVC**.
## Steps to convert PowerPoint to PDF programmatically
@@ -224,4 +224,4 @@ By executing the program, you will get the **PDF** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
\ No newline at end of file
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-Net.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-Net.md
index 9e627e49aa..72e62a8713 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-Net.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-ASP-Net.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in ASP.NET
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in ASP.NET**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in ASP.NET**.
N> This ASP.NET Web Form platform is deprecated, you can use the same product from ASP.NET Core platform. For more information on migrating the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) from .NET Framework to .NET Core, refer [here](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/faqs/migrate-from-net-framework-to-net-core).
@@ -100,6 +100,6 @@ By executing the program, you will get the **PDF** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Elastic-Beanstalk.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Elastic-Beanstalk.md
index 13d239d1fe..429be3aefd 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in AWS Elastic Beanstalk
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in AWS Elastic Beanstalk**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in AWS Elastic Beanstalk**.
## Steps to convert PowerPoint Presentation to PDF in AWS Elastic Beanstalk
@@ -135,6 +135,6 @@ By executing the program, you will get the **PDF document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Lambda.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Lambda.md
index f1df100081..5dc75103eb 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Lambda.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS-Lambda.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in AWS Lambda
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in AWS Lambda**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in AWS Lambda**.
## Steps to convert PowerPoint Presentation to PDF in AWS Lambda
@@ -193,7 +193,7 @@ By executing the program, you will get the **PDF document** as follows.
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/AWS/Console_Application) and [AWS Lambda](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/AWS/AWS_Lambda) project.
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS.md
index 7925e220c5..f2344fc6f6 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-AWS.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in Amazon Web Services (AWS)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Amazon Web Services (AWS)** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Amazon Web Services (AWS)** within a few lines of code.
N> If this is your first time working with Amazon Web Services (AWS), please refer to the dedicated AWS resources. This section explains how to convert PowerPoint Presentation to PDF in C# using the .NET Core PowerPoint library (Presentation) in AWS.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Linux.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Linux.md
index 07e4130934..74a1810a8c 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in Azure App Service on Linux
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure App Service on Linux**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure App Service on Linux**.
## Steps to convert PowerPoint Presentation to PDF in Azure App Service on Linux
@@ -201,6 +201,6 @@ Step 12: Select the **PowerPoint Presentation** and Click **Convert to PDF** to
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Windows.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Windows.md
index 127e7c3013..ab10482e71 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Windows.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in Azure App Service on Windows
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure App Service on Windows**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure App Service on Windows**.
## Steps to convert PowerPoint Presentation to PDF in Azure App Service on Windows
@@ -194,6 +194,6 @@ Step 12: Select the **PowerPoint Presentation** and Click **Convert to PDF** to
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-Flex-Consumption.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-Flex-Consumption.md
index 4fe93186a9..98b2811b4a 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-Flex-Consumption.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PPTX to PDF in Azure Functions (Flex Consumption)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure Functions deployed on Flex (Consumption) plan**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure Functions deployed on Flex (Consumption) plan**.
## Steps to convert a PowerPoint Presentation to PDF in Azure Functions (Flex Consumption)
@@ -187,6 +187,6 @@ static async Task Main()
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Azure/Azure_Functions/Console_App_Flex_Consumption) and [Azure Functions Flex Consumption](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Azure/Azure_Functions/Azure_Functions_Flex_Consumption).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v1.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v1.md
index 6b63d436d2..9be8cbd496 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v1.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v1.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in Azure Functions v1
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure Functions v1**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure Functions v1**.
## Steps to convert a PowerPoint Presentation to PDF in Azure Functions v1
@@ -143,7 +143,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Azure/Azure_Functions/Console_Application) and [Azure Functions v1](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Azure/Azure_Functions/Azure_Functions_v1).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v4.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v4.md
index de40cabe37..3cf80a9469 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v4.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-Functions-v4.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in Azure Functions v4
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure Functions v4**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure Functions v4**.
## Steps to convert a PowerPoint Presentation to PDF in Azure Functions v4
@@ -145,7 +145,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Azure/Azure_Functions/Console_Application) and [Azure Functions v4](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/PPTX-to-PDF-conversion/Convert-PowerPoint-presentation-to-PDF/Azure/Azure_Functions/Azure_Functions_v4).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-powerpoint-library) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure.md
index cfec22f5c9..e9f83e77e8 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in Azure Platform
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure Platform** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Azure Platform** within a few lines of code.
N> If this is your first time working with Azure, please refer to the dedicated Azure development resources. This section explains how to convert PowerPoint Presentation to PDF in C# using the PowerPoint library (Presentation) in Azure.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Blazor.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Blazor.md
index 8795c02272..58483977ff 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Blazor.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in Blazor
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **convert a PowerPoint to PDF in Blazor**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **convert a PowerPoint to PDF in Blazor**.
## Blazor Web App Server Application
@@ -713,7 +713,7 @@ Upon executing the program, the **PDF** will be generated as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-powerpoint-library) to explore the rich set of Syncfusion PowerPoint Library (Presentation) features.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
@@ -1296,7 +1296,7 @@ N> To convert PPTX to PDF, it is necessary to access the font stream internally.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Console-application.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Console-application.md
index 905d4ada95..46c0a53d17 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Console-application.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in Console application
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in Console application**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in Console application**.
## Convert PowerPoint to PDF using .NET Core and Latest
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-App-Engine.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-App-Engine.md
index bb5ab1e22d..ac1985a947 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-App-Engine.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-App-Engine.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in Google App Engine
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Google App Engine**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint documents** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Google App Engine**.
## Set up App Engine
@@ -256,6 +256,6 @@ By executing the program, you will get the **PDF document** as follows. The outp

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-Cloud-Platform.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-Cloud-Platform.md
index 358bc688a0..26b2631539 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-Cloud-Platform.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-Cloud-Platform.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint Presentation to PDF in Google Cloud Platform (GCP)
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Google Cloud Platform (GCP)** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint Presentation to PDF in Google Cloud Platform (GCP)** within a few lines of code.
N> If this is your first time working with Google Cloud Platform (GCP), please refer to the dedicated GCP resources. This section explains how to convert a PowerPoint Presentation to PDF in C# using the PowerPoint library (Presentation) in GCP.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Linux.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Linux.md
index e313dcf343..31b0e233a4 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Linux.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in Linux
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in .NET Core application on Linux**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in .NET Core application on Linux**.
## Steps to convert PowerPoint to PDF in .NET Core application on Linux
@@ -224,6 +224,6 @@ By executing the program, you will get the **PDF** as follows. The output will b
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-MAUI.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-MAUI.md
index 25d4df2ff8..908417e161 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-MAUI.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-MAUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in .NET MAUI
-Syncfusion® PowerPoint is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/maui/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in .NET MAUI**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in .NET MAUI**.
## Steps to convert PowerPoint to PDF programmatically
@@ -571,6 +571,6 @@ Refer the below helper files and add them into the mentioned project. These help
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/maui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Mac.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Mac.md
index 032cb1398c..9f9452fdbb 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Mac.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Mac.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF on macOS
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in .NET Core application on macOS**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in .NET Core application on macOS**.
## Steps to convert PowerPoint to PDF programmatically
@@ -278,6 +278,6 @@ By executing the program, you will get the **PDF** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-UWP.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-UWP.md
index 9f096cffbf..361949771d 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-UWP.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-UWP.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in UWP
-Syncfusion® PowerPoint is a [UWP PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp/powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in UWP**.
+Syncfusion® PowerPoint is a [UWP PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in UWP**.
## Steps to convert PowerPoint to PDF programmatically
@@ -133,7 +133,7 @@ By executing the program, you will get the **PDF** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-WPF.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-WPF.md
index c15961bd29..7930120477 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-WPF.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-WPF.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in WPF
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in WPF**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in WPF**.
## Steps to convert PowerPoint to PDF programmatically
@@ -228,6 +228,6 @@ By executing the program, you will get the **PDF** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-WinUI.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-WinUI.md
index b6fdb4e02f..be85b9d4ab 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-WinUI.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-WinUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in WinUI
-Syncfusion® PowerPoint is a [WinUI PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/winui/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in WinUI**.
+Syncfusion® PowerPoint is a [WinUI PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in WinUI**.
## Prerequisites
To use the WinUI 3 project templates, install the Windows App SDK extension for Visual Studio. For more details, refer [here](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=cs-vs-community%2Ccpp-vs-community%2Cvs-2022-17-1-a%2Cvs-2022-17-1-b).
@@ -159,6 +159,6 @@ By executing the program, you will get the **PDF document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/winui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Windows-Forms.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Windows-Forms.md
index f717d3030b..882ce86a11 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Windows-Forms.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Windows-Forms.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in Windows Forms
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in Windows Forms**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in Windows Forms**.
## Steps to convert PowerPoint to PDF programmatically
@@ -232,6 +232,6 @@ By executing the program, you will get the **PDF** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Xamarin.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Xamarin.md
index 8a7c42544e..98b022f085 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Xamarin.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Xamarin.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF in Xamarin
-Syncfusion® PowerPoint is a [Xamarin PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin/powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in Xamarin**.
+Syncfusion® PowerPoint is a [Xamarin PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint presentation programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to PDF in Xamarin**.
## Steps to convert PowerPoint to PDF programmatically
@@ -177,7 +177,7 @@ By executing the program, you will get the **PDF** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
From 801519a0519969f243428609da5ada06c138c1a8 Mon Sep 17 00:00:00 2001
From: Karan-SF4772
Date: Mon, 29 Jun 2026 14:19:24 +0530
Subject: [PATCH 10/24] Update broken link in PowerPoint library
---
...reate-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md | 4 ++--
...eate-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md | 4 ++--
.../NET/Create-PowerPoint-Presentation-in-AWS-Lambda.md | 4 ++--
.../NET/Create-PowerPoint-Presentation-in-AWS.md | 2 +-
...te-PowerPoint-Presentation-in-Azure-App-Service-Linux.md | 4 ++--
...-PowerPoint-Presentation-in-Azure-App-Service-Windows.md | 4 ++--
...oint-Presentation-in-Azure-Functions-Flex-Consumption.md | 4 ++--
.../Create-PowerPoint-Presentation-in-Azure-Functions-v1.md | 4 ++--
.../Create-PowerPoint-Presentation-in-Azure-Functions-v4.md | 4 ++--
.../NET/Create-PowerPoint-Presentation-in-Azure.md | 2 +-
.../Create-PowerPoint-Presentation-in-Google-App-Engine.md | 4 ++--
...eate-PowerPoint-Presentation-in-Google-Cloud-Platform.md | 2 +-
.../NET/Create-PowerPoint-in-Console-application.md | 2 +-
.../PowerPoint/PowerPoint-Library/NET/Getting-Started.md | 2 +-
...-Save-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md | 4 ++--
...Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core.md | 4 ++--
.../Open-and-Save-PowerPoint-Presentation-in-ASP-NET-MVC.md | 4 ++--
.../NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md | 4 ++--
...Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md | 4 ++--
.../Open-and-Save-PowerPoint-Presentation-in-AWS-Lambda.md | 4 ++--
.../NET/Open-and-Save-PowerPoint-Presentation-in-AWS.md | 2 +-
...ve-PowerPoint-Presentation-in-Azure-App-Service-Linux.md | 4 ++--
...-PowerPoint-Presentation-in-Azure-App-Service-Windows.md | 4 ++--
...oint-Presentation-in-Azure-Functions-Flex-Consumption.md | 4 ++--
...nd-Save-PowerPoint-Presentation-in-Azure-Functions-v1.md | 4 ++--
...nd-Save-PowerPoint-Presentation-in-Azure-Functions-v4.md | 4 ++--
.../NET/Open-and-Save-PowerPoint-Presentation-in-Azure.md | 2 +-
.../NET/Open-and-Save-PowerPoint-Presentation-in-Blazor.md | 6 +++---
...and-Save-PowerPoint-Presentation-in-Google-App-Engine.md | 4 ++--
...Save-PowerPoint-Presentation-in-Google-Cloud-Platform.md | 2 +-
.../NET/Open-and-Save-PowerPoint-Presentation-in-MAC.md | 4 ++--
.../NET/Open-and-Save-PowerPoint-Presentation-in-MAUI.md | 4 ++--
.../NET/Open-and-Save-PowerPoint-Presentation-in-UWP.md | 2 +-
.../NET/Open-and-Save-PowerPoint-Presentation-in-WPF.md | 4 ++--
.../NET/Open-and-Save-PowerPoint-Presentation-in-WinUI.md | 4 ++--
...pen-and-Save-PowerPoint-Presentation-in-Windows-Forms.md | 4 ++--
.../NET/Open-and-Save-PowerPoint-Presentation-in-Xamarin.md | 2 +-
.../NET/Open-and-Save-PowerPoint-in-Console-application.md | 2 +-
.../PowerPoint/PowerPoint-Library/NET/Overview.md | 2 +-
.../PowerPoint-Library/NET/Working-with-Animation.md | 2 +-
.../PowerPoint-Library/NET/Working-with-Tables.md | 2 +-
...te-read-edit-powerpoint-files-in-asp-net-core-c-sharp.md | 2 +-
.../NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md | 2 +-
...reate-read-edit-powerpoint-files-in-asp-net-web-forms.md | 2 +-
.../NET/create-read-edit-powerpoint-files-in-blazor.md | 6 +++---
.../NET/create-read-edit-powerpoint-files-in-linux.md | 2 +-
.../NET/create-read-edit-powerpoint-files-in-mac.md | 2 +-
.../NET/create-read-edit-powerpoint-files-in-maui.md | 4 ++--
.../NET/create-read-edit-powerpoint-files-in-uwp.md | 4 ++--
.../create-read-edit-powerpoint-files-in-windows-forms.md | 2 +-
.../NET/create-read-edit-powerpoint-files-in-winui.md | 4 ++--
.../NET/create-read-edit-powerpoint-files-in-wpf.md | 2 +-
.../NET/create-read-edit-powerpoint-files-in-xamarin.md | 4 ++--
53 files changed, 87 insertions(+), 87 deletions(-)
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md
index 575cc83ec8..08bfe0728e 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Create, read and edit a PowerPoint in ASP.NET Core Web API
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint in ASP.NET Core Web API**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint in ASP.NET Core Web API**.
## Steps to Create a PowerPoint programmatically:
@@ -191,6 +191,6 @@ Upon executing the program, the **PowerPoint Presentation** will be generated as

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
index 490061f8e5..16edda4f98 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in AWS Elastic Beanstalk
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in AWS Elastic Beanstalk**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in AWS Elastic Beanstalk**.
## Steps to create PowerPoint document in AWS Elastic Beanstalk
@@ -149,6 +149,6 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS-Lambda.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS-Lambda.md
index 20a8ec388b..1254951ec6 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS-Lambda.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS-Lambda.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in AWS Lambda
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in AWS Lambda**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in AWS Lambda**.
## Steps to create PowerPoint document in AWS Lambda
@@ -176,7 +176,7 @@ By executing the program, you will get the **PowerPoint document** as follows.
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/AWS/Console_Application) and [AWS Lambda](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/AWS/AWS_Lambda) project.
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS.md
index 3f7aea67e0..79ace3ead8 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-AWS.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in Amazon Web Services (AWS)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Amazon Web Services (AWS)** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Amazon Web Services (AWS)** within a few lines of code.
N> If this is your first time working with Amazon Web Services (AWS), please refer to the dedicated AWS resources. This section explains how to create a PowerPoint document in C# using the .NET Core PowerPoint library (Presentation) in AWS.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Linux.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Linux.md
index 07deba7451..b09c0e796d 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in Azure App Service on Linux
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Azure App Service on Linux**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Azure App Service on Linux**.
## Steps to create PowerPoint document in Azure App Service on Linux
@@ -218,6 +218,6 @@ Step 12: Click **Create PowerPoint** to create a PowerPoint document.You will ge
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Windows.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Windows.md
index abe0209320..4efea36134 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Windows.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in Azure App Service on Windows
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Azure App Service on Windows**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Azure App Service on Windows**.
## Steps to create PowerPoint document in Azure App Service on Windows
@@ -218,6 +218,6 @@ Step 12: Click **Create PowerPoint** to create a PowerPoint document.You will ge
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md
index 9558bf1a02..6011ec2f22 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint Presentation in Azure Functions (Flex Consumption)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint Presentation in Azure Functions deployed on Flex (Consumption) plan**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint Presentation in Azure Functions deployed on Flex (Consumption) plan**.
## Steps to create a PowerPoint Presentation in Azure Functions (Flex Consumption)
@@ -179,5 +179,5 @@ Step 2: Add the following code snippet into **Main** method to post the request
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Azure/Azure_Functions/Console_App_Flex_Consumption) and [Azure Functions Flex Consumption](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Azure/Azure_Functions/Azure_Functions_Flex_Consumption).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-v1.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-v1.md
index 836fb6e851..db915205da 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-v1.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-v1.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in Azure Functions v1
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Azure Functions v1**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Azure Functions v1**.
## Steps to create a PowerPoint document in Azure Functions v1
@@ -179,7 +179,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Azure/Azure_Functions/Console_Application) and [Azure Functions v1](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Azure/Azure_Functions/Azure_Functions_v1).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-v4.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-v4.md
index 9f650f7423..8628e74a1d 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-v4.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-Functions-v4.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in Azure Functions v4
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Azure Functions v4**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Azure Functions v4**.
## Steps to create a PowerPoint document in Azure Functions v4
@@ -180,7 +180,7 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Azure/Azure_Functions/Console_Application) and [Azure Functions v4](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Azure/Azure_Functions/Azure_Functions_v4).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure.md
index bdfd6fd85d..a5ac766492 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in Azure Platform
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create PowerPoint document in Azure Platform** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create PowerPoint document in Azure Platform** within a few lines of code.
N> If this is your first time working with Azure, please refer to the dedicated Azure development resources. This section explains how to create PowerPoint document in C# using the PowerPoint library (Presentation) in Azure.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-App-Engine.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-App-Engine.md
index 981654a76c..8fb2bbe23c 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-App-Engine.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-App-Engine.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in Google App Engine
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Google App Engine**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Google App Engine**.
## Set up App Engine
@@ -282,6 +282,6 @@ By executing the program, you will get the **PowerPoint document** as follows. T

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-Cloud-Platform.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-Cloud-Platform.md
index 1ce62cffa3..f7d0704592 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-Cloud-Platform.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-Cloud-Platform.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint document in Google Cloud Platform (GCP)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Google Cloud Platform (GCP)** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint document in Google Cloud Platform (GCP)** within a few lines of code.
N> If this is your first time working with Google Cloud Platform (GCP), please refer to the dedicated GCP resources. This section explains how to create a PowerPoint document in C# using the PowerPoint library (Presentation) in GCP.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-in-Console-application.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-in-Console-application.md
index eae6e948db..f656b55a6d 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-in-Console-application.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Create a PowerPoint in Console application
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint in Console application**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint in Console application**.
## Create a PowerPoint using .NET Core and Latest
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Getting-Started.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Getting-Started.md
index 44531e1c89..34bdde1b70 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Getting-Started.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Getting-Started.md
@@ -489,7 +489,7 @@ N> * [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing/
[PresentationToPdfConverterSettings](https://help.syncfusion.com/cr/document-processing/Syncfusion.PresentationToPdfConverter.PresentationToPdfConverterSettings.html) can be used to customize the conversion of Presentation to PDF document. [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.OfficeChartToImageConverter.ChartToImageConverter.html) class can be further used to improve the quality of converted charts in the PDF/Image. For more information about this, see [Conversion](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/getting-started).
-N> You can refer to our [.NET PowerPoint framework](https://www.syncfusion.com/document-processing/powerpoint-framework/net) webpage to see the product’s groundbreaking features. You can also explore our [.NET PowerPoint framework demo](https://www.syncfusion.com/demos/fileformats/powerpoint-library) that shows how to create and modify PowerPoint files from C# with just five lines of code on different platforms.
+N> You can refer to our [.NET PowerPoint framework](https://www.syncfusion.com/document-sdk/net-powerpoint-library) webpage to see the product’s groundbreaking features. You can also explore our [.NET PowerPoint framework demo](https://www.syncfusion.com/demos/fileformats/powerpoint-library) that shows how to create and modify PowerPoint files from C# with just five lines of code on different platforms.
## Online Demo
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md
index d5e28ee3c6..d32ff51729 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in ASP.NET Core Web API
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET Core Web API**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET Core Web API**.
## Steps to Open and save a Presentation programmatically:
@@ -167,5 +167,5 @@ Upon executing the program, the **PowerPoint Presentation** will be generated as

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core.md
index a4a78c04ba..8214472ccc 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-Core.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in ASP.NET Core
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET Core**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET Core**.
## Steps to open and save PowerPoint Presentation programmatically
@@ -100,4 +100,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
\ No newline at end of file
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-MVC.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-MVC.md
index c922f05734..9e92a03186 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-MVC.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET-MVC.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in ASP.NET MVC
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET MVC**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET MVC**.
## Steps to open and save PowerPoint Presentation programmatically
@@ -106,4 +106,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md
index 17e7ee5b76..bd9667d91f 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in ASP.NET
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET**.
N> This ASP.NET Web Form platform is deprecated, you can use the same product from ASP.NET Core platform. For more information on migrating the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) from .NET Framework to .NET Core, refer [here](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/faqs/migrate-from-net-framework-to-net-core).
@@ -107,4 +107,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
\ No newline at end of file
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
index bba95f4c45..882adc74d4 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in AWS Elastic Beanstalk
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in AWS Elastic Beanstalk**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in AWS Elastic Beanstalk**.
## Steps to open and save Presentation in AWS Elastic Beanstalk
@@ -133,4 +133,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Lambda.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Lambda.md
index 5397e6fc15..907307a4aa 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Lambda.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Lambda.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in AWS Lambda
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in AWS Lambda**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in AWS Lambda**.
## Steps to open and save Presentation in AWS Lambda
@@ -159,4 +159,4 @@ By executing the program, you will get the **PowerPoint document** as follows.
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/AWS/Console_Application) and [AWS Lambda](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/AWS/AWS_Lambda) project.
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS.md
index 564c65811a..19ffb41a2e 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Amazon Web Services (AWS)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in Amazon Web Services (AWS)** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in Amazon Web Services (AWS)** within a few lines of code.
N> If this is your first time working with Amazon Web Services (AWS), please refer to the dedicated AWS resources. This section explains how to open and save a Presentation in C# using the .NET Core PowerPoint library (Presentation) in AWS.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-App-Service-Linux.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-App-Service-Linux.md
index dccd13537a..84e01d03be 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-App-Service-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save PowerPoint in Azure App Service on Linux
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a PowerPoint in Azure App Service on Linux**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a PowerPoint in Azure App Service on Linux**.
## Steps to Open and save PowerPoint in Azure App Service on Linux
@@ -140,5 +140,5 @@ Step 12: Click **Open and Save PowerPoint** button.You will get the output **Pow
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-App-Service-Windows.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-App-Service-Windows.md
index d80bb8b1cf..64d9f89025 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-App-Service-Windows.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save PowerPoint in Azure App Service on Windows
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a PowerPoint in Azure App Service on Windows**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a PowerPoint in Azure App Service on Windows**.
## Steps to Open and save PowerPoint in Azure App Service on Windows
@@ -140,5 +140,5 @@ Step 12: Click **Open and Save PowerPoint** button.You will get the output **Pow
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md
index c369b97ef4..972b7e9226 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-Flex-Consumption.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Azure Functions (Flex Consumption)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Azure Functions deployed on Flex (Consumption) plan**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Azure Functions deployed on Flex (Consumption) plan**.
## Steps to open and save Presentation in Azure Functions (Flex Consumption)
@@ -166,5 +166,5 @@ Step 2: Add the following code snippet into **Main** method to post the request
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/Azure/Azure_Functions/Console_App_Flex_Consumption) and [Azure Functions Flex Consumption](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/Azure/Azure_Functions/Azure_Functions_Flex_Consumption).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v1.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v1.md
index f5ab50b7a3..ca7e10faf4 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v1.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v1.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Azure Functions v1
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Azure Functions v1**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Azure Functions v1**.
## Steps to open and save Presentation in Azure Functions v1
@@ -167,5 +167,5 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/Azure/Azure_Functions/Console_Application) and [Azure Functions v1](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/Azure/Azure_Functions/Azure_Functions_v1).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v4.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v4.md
index dac3646132..b26e92da81 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v4.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure-Functions-v4.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Azure Functions v4
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Azure Functions v4**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Azure Functions v4**.
## Steps to open and save Presentation in Azure Functions v4
@@ -166,5 +166,5 @@ catch (Exception ex)
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/Azure/Azure_Functions/Console_Application) and [Azure Functions v4](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Read-and-save-PowerPoint-presentation/Open-and-save-PowerPoint/Azure/Azure_Functions/Azure_Functions_v4).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure.md
index 8f7bb2f67e..1b7691843d 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save PowerPoint document in Azure Platform
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save PowerPoint document in Azure Platform** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save PowerPoint document in Azure Platform** within a few lines of code.
N> If this is your first time working with Azure, please refer to the dedicated Azure development resources. This section explains how to open and save PowerPoint document in C# using the PowerPoint library (Presentation) in Azure.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Blazor.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Blazor.md
index 4a9b534804..b6d59bee92 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Blazor.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and Save PowerPoint Presentation in Blazor
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **open and save a Presentation in Blazor**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **open and save a Presentation in Blazor**.
## Blazor Web App Server Application
@@ -237,7 +237,7 @@ Upon executing the program, the **PowerPoint document** will be generated as fol

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
## WASM Standalone Application
@@ -415,4 +415,4 @@ N> While the PowerPoint library works in WASM Standalone app, server-side deploy
Kindly explore the [supported and unsupported features of PowerPoint library in Blazor](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/supported-and-unsupported-features).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
\ No newline at end of file
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-App-Engine.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-App-Engine.md
index 9609717e5a..55bce8c4ed 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-App-Engine.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-App-Engine.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Google App Engine
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in Google App Engine**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in Google App Engine**.
## Set up App Engine
@@ -266,4 +266,4 @@ By executing the program, you will get the **PowerPoint document** as follows. T

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-Cloud-Platform.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-Cloud-Platform.md
index a7a4eb0615..45a7e6670b 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-Cloud-Platform.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Google-Cloud-Platform.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Google Cloud Platform (GCP)
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in Google Cloud Platform (GCP)** within a few lines of code.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in Google Cloud Platform (GCP)** within a few lines of code.
N> If this is your first time working with Google Cloud Platform (GCP), please refer to the dedicated GCP resources. This section explains how to open and save Presentation in C# using the PowerPoint library (Presentation) in GCP.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAC.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAC.md
index 08d62d846b..c7bdf3953d 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAC.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAC.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation on macOS
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in .NET Core application on macOS**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in .NET Core application on macOS**.
## Steps to open and save PowerPoint Presentation programmatically
@@ -85,4 +85,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
\ No newline at end of file
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAUI.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAUI.md
index 44b6a9c82c..1fdaae13e1 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAUI.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-MAUI.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in .NET MAUI
-Syncfusion® PowerPoint is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/powerpoint-framework/maui/powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in .NET MAUI**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/powerpoint-framework/maui/powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in .NET MAUI**.
## Prerequisites
To create .NET Multi-platform App UI (.NET MAUI) apps, you need the latest versions of Visual Studio 2022 and .NET 6. For more details, refer [here](https://docs.microsoft.com/en-us/dotnet/maui/get-started/installation).
@@ -192,4 +192,4 @@ Refer the below helper files and add them into the mentioned project. These help
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/maui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-UWP.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-UWP.md
index c1fc9d2cf0..6528651410 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-UWP.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-UWP.md
@@ -109,4 +109,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-WPF.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-WPF.md
index e16a9e24e0..b8ba194f6a 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-WPF.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-WPF.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in WPF
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in WPF**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in WPF**.
## Steps to open and save PowerPoint Presentation programmatically
@@ -99,4 +99,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-WinUI.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-WinUI.md
index 2bda87447d..6b31cf2724 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-WinUI.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-WinUI.md
@@ -116,7 +116,7 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/winui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
## WinUI UWP app
@@ -264,4 +264,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/winui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Windows-Forms.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Windows-Forms.md
index 55948e4bf8..73ee1830bf 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Windows-Forms.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Windows-Forms.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Windows Forms
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in Windows Forms**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in Windows Forms**.
## Steps to open and save PowerPoint Presentation programmatically
@@ -123,4 +123,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
\ No newline at end of file
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Xamarin.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Xamarin.md
index 8107031844..1442096c5f 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Xamarin.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-Xamarin.md
@@ -191,5 +191,5 @@ By executing the program, you will get the **PowerPoint document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-in-Console-application.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-in-Console-application.md
index 9ca9246604..ba88675c30 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-in-Console-application.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Console application
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Console application**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Console application**.
## Open and save Presentation using .NET Core and Latest
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md
index e6fac17abf..d9d939a247 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md
@@ -8,7 +8,7 @@ documentation: UG
---
# Overview of PowerPoint Presentation
-The PowerPoint framework is a feature rich [.NET PowerPoint class library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) that can be used by developers to create, read, and write Microsoft PowerPoint files by using C#, VB.NET, and managed C++ code. The library can be used in [Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-wpf), [ASP.NET Web Forms](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-web-forms), [ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp), [Blazor](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-blazor), [UWP](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-uwp), [Xamarin](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-winui) and [.NET MAUI](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-maui) applications.
+The PowerPoint framework is a feature rich [.NET PowerPoint class library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) that can be used by developers to create, read, and write Microsoft PowerPoint files by using C#, VB.NET, and managed C++ code. The library can be used in [Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-wpf), [ASP.NET Web Forms](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-web-forms), [ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp), [Blazor](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-blazor), [UWP](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-uwp), [Xamarin](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-winui) and [.NET MAUI](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-maui) applications.
It is a non-UI component that provides a full-fledged PowerPoint presentation instance that facilitates accessing and manipulating the presentations without any dependency of Microsoft Office COM libraries and Microsoft Office.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Animation.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Animation.md
index 6eab0296ce..0c2d32f92a 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Animation.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Animation.md
@@ -8,7 +8,7 @@ keywords: PowerPoint animation, slide animation, shape animation, pptx animation
---
# Working with Animations in PowerPoint Library
-[Animations](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library/powerpoint-animation) are visual effects for the objects in PowerPoint presentation and animation helps to make a PowerPoint presentation more dynamic. Animation effects can be grouped into four categories.,
+[Animations](https://www.syncfusion.com/document-sdk/net-powerpoint-library/powerpoint-animations-and-transitions) are visual effects for the objects in PowerPoint presentation and animation helps to make a PowerPoint presentation more dynamic. Animation effects can be grouped into four categories.,
1. Entrance
2. Emphasis
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Tables.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Tables.md
index db280e051e..d17554d3a8 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Tables.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Tables.md
@@ -8,7 +8,7 @@ keywords: PowerPoint, slide, table, format-table, rows, columns, pptx
---
# Working with PowerPoint Tables
-A [table](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library/powerpoint-tables) in PowerPoint presentation is used to arrange document content in rows and columns. [ITable](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.ITable.html) instance represents a table in PowerPoint presentation. A table must contain at least one row.
+A [table](https://www.syncfusion.com/document-sdk/net-powerpoint-library/powerpoint-tables) in PowerPoint presentation is used to arrange document content in rows and columns. [ITable](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.ITable.html) instance represents a table in PowerPoint presentation. A table must contain at least one row.
N> Adding more than 75 rows/columns not supported in the PowerPoint presentation using Microsoft PowerPoint application. It shows alert when you attempt to insert a table with more than 75 rows/columns, which is one of the behaviors of Microsoft PowerPoint and Essential® Presentation does the same.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp.md
index eea8fc8af1..f63f486872 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp.md
@@ -593,6 +593,6 @@ pptxDoc.Close();
{% endtabs %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md
index af322a25f4..a42c584e71 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md
@@ -400,4 +400,4 @@ pptxDoc.Close();
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/ASP.NET-MVC/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-web-forms.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-web-forms.md
index 3cab64f8cf..80664290d9 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-web-forms.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-web-forms.md
@@ -193,6 +193,6 @@ pptxDoc.Close();
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/ASP.NET/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md
index 72cc167c90..902828ee4d 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint Document in Blazor
-Syncfusion® Essential® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, and edit **PowerPoint** documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **create a PowerPoint document in Blazor**.
+Syncfusion® Essential® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, and edit **PowerPoint** documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **create a PowerPoint document in Blazor**.
## Blazor Web App Server Application
@@ -786,7 +786,7 @@ Upon executing the program, the **PowerPoint document** will be generated as fol
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
@@ -1412,6 +1412,6 @@ N> While the PowerPoint library works in WASM Standalone app, server-side deploy
Kindly explore the [supported and unsupported features of PowerPoint library in Blazor](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/supported-and-unsupported-features).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-linux.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-linux.md
index 449c288541..62e17ccb1a 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-linux.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-linux.md
@@ -288,6 +288,6 @@ pptxDoc.Close();
{% endtabs %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-mac.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-mac.md
index 1715122087..6863183dd2 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-mac.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-mac.md
@@ -365,6 +365,6 @@ pptxDoc.Close();
{% endtabs %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-maui.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-maui.md
index 04e6f81daf..b8ea07d2f8 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-maui.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-maui.md
@@ -7,7 +7,7 @@ documentation: UG
---
# Create, read and edit a PowerPoint file in .NET MAUI
-Syncfusion® Essential® Presentation is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/powerpoint-framework/maui/powerpoint-library) used to create, read, and edit PowerPoint documents programmatically without Microsoft PowerPoint or interop dependencies. Using this library, you can create a PowerPoint document in .NET MAUI.
+Syncfusion® Essential® Presentation is a [.NET PowerPoint library](https://www.syncfusion.com/powerpoint-framework/maui/powerpoint-library) used to create, read, and edit PowerPoint documents programmatically without Microsoft PowerPoint or interop dependencies. Using this library, you can create a PowerPoint document in .NET MAUI.
## Steps to create PowerPoint file in .NET MAUI
@@ -709,6 +709,6 @@ saveService.SaveAndView("Output.pptx", "application/vnd.openxmlformats-officedoc
{% endtabs %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/maui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-uwp.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-uwp.md
index 207ef1f1c4..fb11690440 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-uwp.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-uwp.md
@@ -8,7 +8,7 @@ documentation: ug
# Create, read and edit a PowerPoint file in UWP
-You can create or edit a PowerPoint file with the Syncfusion® [UWP PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp/powerpoint-library). The below are the steps.
+You can create or edit a PowerPoint file with the Syncfusion® [UWP PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in UWP
@@ -233,6 +233,6 @@ pptxDoc.Close();
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/UWP/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-windows-forms.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-windows-forms.md
index de8cc2607e..e8adf33339 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-windows-forms.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-windows-forms.md
@@ -396,7 +396,7 @@ pptxDoc.Close();
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Windows%20Forms/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-winui.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-winui.md
index 9e0f699116..9fb32d637b 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-winui.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-winui.md
@@ -148,7 +148,7 @@ pptxDoc.Save(outputStream);
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/WinUI/WinUI-Desktop-app/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/winui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
@@ -350,6 +350,6 @@ async void Save(MemoryStream stream)
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/WinUI/WinUI-UWP-app/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/winui) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-wpf.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-wpf.md
index cf4afd1b1a..4b70333a36 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-wpf.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-wpf.md
@@ -464,6 +464,6 @@ pptxDoc.Close();
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/WPF/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-xamarin.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-xamarin.md
index e76819a0a5..af38977607 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-xamarin.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-xamarin.md
@@ -8,7 +8,7 @@ keywords: Working with presentation library in Xamarin Platform
---
# Create, read and edit a PowerPoint file in Xamarin
-You can create or edit a PowerPoint file with the Syncfusion® [Xamarin PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin/powerpoint-library). The below are the steps.
+You can create or edit a PowerPoint file with the Syncfusion® [Xamarin PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in Xamarin
@@ -307,6 +307,6 @@ Xamarin.Forms.DependencyService.Get().SaveAndView("Output.pptx", "applica
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Xamarin/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin) to explore the rich set of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
From 0942854b2c617229ca4bcfbe4c8c6594b51714ae Mon Sep 17 00:00:00 2001
From: Karan-SF4772
Date: Mon, 29 Jun 2026 15:07:16 +0530
Subject: [PATCH 11/24] Update broken links
---
.../NET/installation/offline-installer/how-to-download.md | 2 +-
.../NET/installation/web-installer/how-to-download.md | 2 +-
.../Word/Word-Library/NET/faqs/mail-merge-faqs.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/offline-installer/how-to-download.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/offline-installer/how-to-download.md
index 3b103b28f5..bf009eb0e3 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/offline-installer/how-to-download.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/offline-installer/how-to-download.md
@@ -10,7 +10,7 @@ documentation: ug
# Downloading Syncfusion® PowerPoint offline installer
-[Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net) controls will be included in the Syncfusion® PowerPoint installer. You can either download the licensed installer or try our trial installer depending on your license.
+[Presentation](https://www.syncfusion.com/document-sdk/net-powerpoint-library) controls will be included in the Syncfusion® PowerPoint installer. You can either download the licensed installer or try our trial installer depending on your license.
- Trial Installer
- Licensed Installer
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/web-installer/how-to-download.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/web-installer/how-to-download.md
index f4c9ec0847..b16bc5fa1e 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/web-installer/how-to-download.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/web-installer/how-to-download.md
@@ -10,7 +10,7 @@ documentation: ug
# Downloading Syncfusion® PowerPoint web Installer
-[Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net) controls will be included in the Syncfusion® PowerPoint installer. You can either download the licensed installer or try our trial installer depending on your license.
+[Presentation](https://www.syncfusion.com/document-sdk/net-powerpoint-library) controls will be included in the Syncfusion® PowerPoint installer. You can either download the licensed installer or try our trial installer depending on your license.
- Trial Installer
- Licensed Installer
diff --git a/Document-Processing/Word/Word-Library/NET/faqs/mail-merge-faqs.md b/Document-Processing/Word/Word-Library/NET/faqs/mail-merge-faqs.md
index 22962a3e9b..7905d654a3 100644
--- a/Document-Processing/Word/Word-Library/NET/faqs/mail-merge-faqs.md
+++ b/Document-Processing/Word/Word-Library/NET/faqs/mail-merge-faqs.md
@@ -188,7 +188,7 @@ if (!(dynamicObject as IDictionary).ContainsKey(node.LocalName))
If you perform mail merge in stages, such as merging some fields first and others later, unused merge fields may be removed after the first execution. This happens because DocIO clears unused fields by default.
-To resolve this, set the [ClearFields](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.MailMerge.html#Syncfusion_DocIO_DLS_MailMerge_ClearFields) property to false before the first merge to retain all merge fields for later use.
+To resolve this, set the [ClearFields](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.MailMerge.html#Syncfusion_DocIO_DLS_MailMerge_ClearFields) property to false before the first merge to retain all merge fields for later use.
The following example demonstrates how to prevent merge fields from being removed during multiple mail merge operations.
From 134f66f5aef3ec9bf7a6c04fc990fa9ae897dccd Mon Sep 17 00:00:00 2001
From: VinothSF5015
Date: Mon, 29 Jun 2026 15:59:57 +0530
Subject: [PATCH 12/24] Update FAQ link for processing unnecessary worksheets
---
Document-Processing/Excel/Excel-Library/NET/FAQ.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Document-Processing/Excel/Excel-Library/NET/FAQ.md b/Document-Processing/Excel/Excel-Library/NET/FAQ.md
index 339b6005cf..1072e6df54 100644
--- a/Document-Processing/Excel/Excel-Library/NET/FAQ.md
+++ b/Document-Processing/Excel/Excel-Library/NET/FAQ.md
@@ -108,7 +108,7 @@ The frequently asked questions in Essential® XlsIO are listed bel
* [Does XlsIO support the multiline header footer support?](faqs/does-xlsio-support-the-multiline-header-footer-support)
* [How to add Barcode in Excel document using C#?](faqs/how-to-add-barcode-in-excel-document)
* [How to delete hyperlinks from a worksheet without affecting the cell styles using C#?](faqs/how-to-delete-hyperlinks-from-worksheet-without-affecting-the-cell-styles)
-* [How to avoid processing unnecessary worksheets when opening an Excel document using C#?](faqs/how-to-avoid-processing-unnecessary-worksheets-when-opening-an-Excel-document)
+* [How to avoid processing unnecessary worksheets when opening an Excel document using C#?](https://help.syncfusion.com/document-processing/excel/excel-library/net/faqs/how-to-avoid-processing-unnecessary-worksheets-when-opening-an-excel-document)
* [How to run macros in Excel document?](faqs/how-to-run-macros-in-Excel-document)
* [Does XlsIO support editing an Excel document that is already open in Microsoft Excel?](faqs/does-xlsio-support-editing-an-Excel-document-that-is-already-open-in-Microsoft-Excel)
* [How to compute the size of the Excel file?](faqs/how-to-compute-the-size-of-the-excel-file)
From 9f12e0eb7198016be480e5038bb26e66a13eb3c6 Mon Sep 17 00:00:00 2001
From: AtchayaSekar28
Date: Mon, 29 Jun 2026 18:49:27 +0530
Subject: [PATCH 13/24] addressed the feed back
---
Document-Processing-toc.html | 162 +++++++++---------
.../ai-tools/ai-powered-development.md | 6 +-
Document-Processing/introduction.md | 2 +-
.../getting-started/documentsdk.md | 3 +-
4 files changed, 86 insertions(+), 87 deletions(-)
diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index d03c982417..b9ba2514ca 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -9,6 +9,87 @@