diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 7c65592bb3..3f7c9e7bfb 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -3414,103 +3414,98 @@
HTML to PDF
diff --git a/Document-Processing/Data-Extraction/NET/Extract-Data-in-ASP-NET-Core.md b/Document-Processing/Data-Extraction/NET/Extract-Data-in-ASP-NET-Core.md
index f73bc79aa8..bd23b302ed 100644
--- a/Document-Processing/Data-Extraction/NET/Extract-Data-in-ASP-NET-Core.md
+++ b/Document-Processing/Data-Extraction/NET/Extract-Data-in-ASP-NET-Core.md
@@ -13,7 +13,7 @@ The Syncfusion® Smart Data Extractor is a .NET library used to ex
To quickly get started with extracting structured data from PDF and image files in ASP.NET Core using the Smart Data Extractor library, refer to this video tutorial:
{% youtube "https://www.youtube.com/watch?v=fxijc3BgDTY" %}
-To include the Smart Data Extractor library in your ASP.NET Core application, please refer to the [NuGet Packages Required](https://help.syncfusion.com/document-processing/data-extraction/smart-data-extractor/net/nuget-packages-required) or [Assemblies Required](https://help.syncfusion.com/document-processing/data-extraction/smart-data-extractor/net/assemblies-required) documentation.
+To include the Smart Data Extractor library in your ASP.NET Core application, please refer to the [NuGet Packages Required](https://help.syncfusion.com/document-processing/data-extraction/net/nuget-packages-required#smart-data-extractor) or [Assemblies Required](https://help.syncfusion.com/document-processing/data-extraction/net/assemblies-required#smart-data-extractor) documentation.
## Steps to Extract Data from PDF in ASP.NET Core application
@@ -101,7 +101,7 @@ Click the Start button (green arrow) or press F5 to run the applicati
**Prerequisites**:
* Install .NET SDK: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://dotnet.microsoft.com/en-us/download).
-* Install Visual Studio Code: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download).
+* Install Visual Studio Code: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download?_exp_download=fb315fc982).
* Install C# Extension for VS Code: Open Visual Studio Code, go to the Extensions view (Ctrl+Shift+X), and search for 'C#'. Install the official [C# extension provided by Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
Step 1: Open the terminal (Ctrl+` ) and run the following command to create a C# ASP.NET Core Web Application project.
diff --git a/Document-Processing/Data-Extraction/NET/conversions/pdf-to-json.md b/Document-Processing/Data-Extraction/NET/conversions/pdf-to-json.md
index 6129b51642..0af99d01d6 100644
--- a/Document-Processing/Data-Extraction/NET/conversions/pdf-to-json.md
+++ b/Document-Processing/Data-Extraction/NET/conversions/pdf-to-json.md
@@ -124,4 +124,4 @@ using (FileStream stream = new FileStream("Input.pdf", FileMode.Open, FileAccess
## JSON Output Structure and Attributes
-The JSON output from the extraction contains structured attributes. For more details on the extracted JSON structure and attributes, refer to the [JSON Attributes](https://help.syncfusion.com/document-processing/data-extraction/smart-data-extractor/net/overview#json-output-structure-and-attributes) documentation.
\ No newline at end of file
+The JSON output from the extraction contains structured attributes. For more details on the extracted JSON structure and attributes, refer to the [JSON Attributes](https://help.syncfusion.com/document-processing/data-extraction/net/overview#json-output-structure-and-attributes) documentation.
\ No newline at end of file
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/Console.md b/Document-Processing/Data-Extraction/NET/ocr-processor/Console.md
index 3b0aefd6f7..f88b281037 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/Console.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/Console.md
@@ -19,7 +19,7 @@ The [Syncfusion® .NET OCR library](https://www.syncfusion.com/doc
**Prerequisites**:
* Install .NET SDK: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://dotnet.microsoft.com/en-us/download).
-* Install Visual Studio: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download).
+* Install Visual Studio: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download?_exp_download=d53503e735).
Step 1: Create a new .NET Core console application project.

@@ -82,8 +82,8 @@ Click the **Run** button (green arrow) in the toolbar or press F5 to
**Prerequisites**:
-* Install .NET SDK: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://dotnet.microsoft.com/en-us/download).
-* Install Visual Studio Code: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download).
+* Install .NET SDK: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://code.visualstudio.com/download?_exp_download=d53503e735).
+* Install Visual Studio Code: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download?_exp_download=d53503e735).
* Install C# Extension for VS Code: Open Visual Studio Code, go to the Extensions view (Ctrl+Shift+X), and search for 'C#'. Install the official [C# extension provided by Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
Step 1: Open the terminal (Ctrl+` ) and run the following command to create a new Console Application project.
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/Features.md b/Document-Processing/Data-Extraction/NET/ocr-processor/Features.md
index 8f72decc53..576e9bf254 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/Features.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/Features.md
@@ -659,7 +659,7 @@ End Using
## Performing OCR on rotated page of PDF document
-You can get the OCRed text from the rotated page of PDF document using the [PageSegment](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.OCRSettings.html#Syncfusion_OCRProcessor_OCRSettings_PageSegment) property by specifying ``AutoOsd`` through [PageSegmentMode](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.PageSegmentMode.html) Enum. For more details, refer to the following code sample.
+You can get the OCRed text from the rotated page of PDF document using the [PageSegment](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.OCRSettings.html#Syncfusion_OCRProcessor_OCRSettings_PageSegment) property by specifying ``AutoOsd`` through [PageSegmentMode](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.PageSegMode.html) Enum. For more details, refer to the following code sample.
{% tabs %}
@@ -1930,6 +1930,34 @@ using (OCRProcessor processor = new OCRProcessor())
}
{% endhighlight %}
+{% highlight c# tabtitle="C# [Windows-specific]" %}
+
+using Syncfusion.OCRProcessor;
+using Syncfusion.Pdf.Parsing;
+
+//Initialize the OCR processor.
+using (OCRProcessor processor = new OCRProcessor())
+{
+ //Get stream from an image file.
+ FileStream imageStream = new FileStream(@"Input.jpg", FileMode.Open);
+ //Set OCR language to process.
+ processor.Settings.Language = Languages.English;
+ //Sets Unicode font to preserve the Unicode characters in a PDF document.
+ FileStream fontStream = new FileStream(@"ARIALUNI.ttf", FileMode.Open);
+ //Set the unicode font.
+ processor.UnicodeFont = new PdfTrueTypeFont(fontStream, true, PdfFontStyle.Regular, 10);
+ //Set the PDF conformance level.
+ processor.Settings.Conformance = PdfConformanceLevel.Pdf_A1B;
+ //Process OCR by providing the bitmap image.
+ PdfDocument document = processor.PerformOCR(imageStream);
+
+ //Save the PDF document to file stream.
+ document.Save("Output.pdf");
+ //Close the document.
+ document.Close(true);
+}
+{% endhighlight %}
+
{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %}
Imports Syncfusion.OCRProcessor
@@ -1996,10 +2024,16 @@ using (OCRProcessor processor = new OCRProcessor())
{% endhighlight %}
-{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %}
+{% highlight c# tabtitle="C# [Windows-specific]" %}
//By default unicode characters can be extracted from image file in .NET Framework applications like WF, WPF, ASP.NET and ASP.NET MVC.
+{% endhighlight %}
+
+{% highlight vb.net tabtitle="VB.NET [Windows-specific]" %}
+
+'By default unicode characters can be extracted from image file in .NET Framework applications like WF, WPF, ASP.NET and ASP.NET MVC.
+
{% endhighlight %}
{% endtabs %}
@@ -2373,25 +2407,18 @@ using (OCRProcessor ocrProcessor = new OCRProcessor())
new FileStream("arialuni.ttf", FileMode.Open), // Path to the TrueType font file
12 // Font size
);
-
// Load the PDF document
PdfLoadedDocument loadedDocument = new PdfLoadedDocument("Input.pdf");
-
// Configure OCR settings
OCRSettings ocrSettings = new OCRSettings();
-
// Specify the languages to be used for OCR
ocrSettings.Language = "eng+deu+ara+ell+fra"; // English, German, Arabic, Greek, French
-
// Apply the OCR settings to the OCR processor
ocrProcessor.Settings = ocrSettings;
-
// Perform OCR on the loaded PDF document, providing the path to the tessdata directory
ocrProcessor.PerformOCR(loadedDocument, "tessdata");
-
// Save the OCR-processed document
loadedDocument.Save("Output.pdf");
-
// Close the loaded document
loadedDocument.Close(true);
}
@@ -2408,22 +2435,16 @@ using (OCRProcessor ocrProcessor = new OCRProcessor())
{
// Load the PDF document
PdfLoadedDocument loadedDocument = new PdfLoadedDocument("Input.pdf");
-
// Configure OCR settings
OCRSettings ocrSettings = new OCRSettings();
-
// Specify the languages to be used for OCR
ocrSettings.Language = "eng+deu+ara+ell+fra"; // English, German, Arabic, Greek, French
-
// Apply the OCR settings to the OCR processor
ocrProcessor.Settings = ocrSettings;
-
// Perform OCR on the loaded PDF document, providing the path to the tessdata directory
ocrProcessor.PerformOCR(loadedDocument, "tessdata");
-
// Save the OCR-processed document
loadedDocument.Save("Output.pdf");
-
// Close the loaded document
loadedDocument.Close(true);
}
@@ -2444,22 +2465,16 @@ Using ocrProcessor As New OCRProcessor()
)
' Load the PDF document from the file stream
Dim loadedDocument As New PdfLoadedDocument("Input.pdf")
-
' Configure OCR settings
Dim ocrSettings As New OCRSettings()
-
' Specify the languages to be used for OCR
ocrSettings.Language = "eng+deu+ara+ell+fra" ' English, German, Arabic, Greek, French
-
' Apply the OCR settings to the OCR processor
ocrProcessor.Settings = ocrSettings
-
' Perform OCR on the loaded PDF document, providing the path to the tessdata directory
ocrProcessor.PerformOCR(loadedDocument, "tessdata")
-
' Save the OCR-processed document
loadedDocument.Save("Output.pdf")
-
' Close the loaded document and commit changes
loadedDocument.Close(True)
@@ -2489,24 +2504,18 @@ using (OCRProcessor processor = new OCRProcessor())
{
// Load the PDF document from the file stream
PdfLoadedDocument pdfLoadedDocument = new PdfLoadedDocument("Input.pdf");
-
// Set OCR language to English
processor.Settings.Language = Languages.English;
-
// Set the page segmentation mode to process sparse text with orientation and script detection
processor.Settings.PageSegment = PageSegMode.SparseTextOsd;
-
// Perform OCR on the loaded PDF document to extract text
processor.PerformOCR(pdfLoadedDocument, processor.TessDataPath, out OCRLayoutResult layoutResult);
-
// Extract the OCRed text from the first page and join lines with newline characters
string ocrText = string.Join("\n", layoutResult.Pages[0].Lines.Select(line => line.Text));
-
// Save the PDF document to the file stream
pdfLoadedDocument.Save("Output.pdf");
// Close the PDF document
pdfLoadedDocument.Close(true);
-
// Write the extracted OCR text to an output text file
File.WriteAllText("Output.txt", ocrText);
}
@@ -2523,24 +2532,18 @@ using (OCRProcessor processor = new OCRProcessor())
{
// Load the PDF document from the file stream
PdfLoadedDocument pdfLoadedDocument = new PdfLoadedDocument("Input.pdf");
-
// Set OCR language to English
processor.Settings.Language = Languages.English;
-
// Set the page segmentation mode to process sparse text with orientation and script detection
processor.Settings.PageSegment = PageSegmentMode.SparseTextOsd;
-
// Perform OCR on the loaded PDF document to extract text
processor.PerformOCR(pdfLoadedDocument, processor.TessDataPath, out OCRLayoutResult layoutResult);
-
// Extract the OCRed text from the first page and join lines with newline characters
string ocrText = string.Join("\n", layoutResult.Pages[0].Lines.Select(line => line.Text));
-
// Save the PDF document to the file stream
pdfLoadedDocument.Save("Output.pdf");
// Close the PDF document
pdfLoadedDocument.Close(true);
-
// Write the extracted OCR text to an output text file
File.WriteAllText("Output.txt", ocrText);
}
@@ -2556,23 +2559,17 @@ Imports Syncfusion.Pdf.Parsing
Using processor As New OCRProcessor()
' Load the PDF document from the file stream
Dim pdfLoadedDocument As New PdfLoadedDocument("Input.pdf")
-
' Set OCR language to English
processor.Settings.Language = Languages.English
-
' Set the page segmentation mode to process sparse text with orientation and script detection
processor.Settings.PageSegment = PageSegMode.SparseTextOsd
-
' Perform OCR on the loaded PDF document to extract text
Dim layoutResult As OCRLayoutResult
processor.PerformOCR(pdfLoadedDocument, processor.TessDataPath, layoutResult)
-
' Extract the OCRed text from the first page and join lines with newline characters
Dim ocrText As String = String.Join(Environment.NewLine, layoutResult.Pages(0).Lines.Select(Function(line) line.Text))
-
' Save the PDF document to the file stream
pdfLoadedDocument.Save("Output.pdf")
-
' Close the PDF document
pdfLoadedDocument.Close(True)
@@ -2610,7 +2607,6 @@ using (OCRProcessor processor = new OCRProcessor())
processor.TessDataPath = "TessdataBest/";
processor.Settings.Language = Languages.English;
processor.Settings.TesseractVersion = TesseractVersion.Version5_0;
-
// Determine how many frames/pages the TIFF contains.
int frameCount = img.GetFrameCount(FrameDimension.Page);
if (frameCount <= 1)
@@ -2626,7 +2622,6 @@ using (OCRProcessor processor = new OCRProcessor())
// Prefer Page dimension
try { img.SelectActiveFrame(FrameDimension.Page, i); }
catch { /* fallback if needed */ }
-
// Clone the selected frame to a standalone Bitmap for OCR (important for some engines)
using (Bitmap frameBmp = new Bitmap(img.Width, img.Height))
using (Graphics g = Graphics.FromImage(frameBmp))
@@ -2666,7 +2661,6 @@ using (OCRProcessor processor = new OCRProcessor())
processor.TessDataPath = "TessdataBest/";
processor.Settings.Language = Languages.English;
processor.Settings.TesseractVersion = TesseractVersion.Version5_0;
-
// Determine how many frames/pages the TIFF contains.
int frameCount = img.GetFrameCount(FrameDimension.Page);
if (frameCount <= 1)
@@ -2676,13 +2670,11 @@ using (OCRProcessor processor = new OCRProcessor())
frameCount = Math.Max(frameCount, img.GetFrameCount(FrameDimension.Resolution));
}
if (frameCount < 1) frameCount = 1;
-
for (int i = 0; i < frameCount; i++)
{
// Prefer Page dimension
try { img.SelectActiveFrame(FrameDimension.Page, i); }
catch { /* fallback if needed */ }
-
// Clone the selected frame to a standalone Bitmap for OCR (important for some engines)
using (Bitmap frameBmp = new Bitmap(img.Width, img.Height))
using (Graphics g = Graphics.FromImage(frameBmp))
@@ -2728,7 +2720,6 @@ Using processor As New OCRProcessor()
frameCount = Math.Max(frameCount, img.GetFrameCount(FrameDimension.Resolution))
End If
If frameCount < 1 Then frameCount = 1
-
For i As Integer = 0 To frameCount - 1
' Prefer Page dimension
Try
@@ -2742,7 +2733,6 @@ Using processor As New OCRProcessor()
Using g As Graphics = Graphics.FromImage(frameBmp)
g.DrawImage(img, 0, 0, img.Width, img.Height)
End Using
-
Dim pageText As String = processor.PerformOCR(frameBmp, processor.TessDataPath)
output.AppendLine($"--- Page {i + 1} ---")
output.AppendLine(If(pageText, String.Empty))
@@ -2750,7 +2740,6 @@ Using processor As New OCRProcessor()
End Using
Next
End Using
-
File.WriteAllText("Output.txt", output.ToString())
{% endhighlight %}
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/Getting-started-overview.md b/Document-Processing/Data-Extraction/NET/ocr-processor/Getting-started-overview.md
index d023765b34..06a9dc1129 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/Getting-started-overview.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/Getting-started-overview.md
@@ -15,19 +15,24 @@ To quickly get started with extracting text from scanned PDF documents in .NET u
The Syncfusion® OCR processor internally uses Tesseract libraries to perform OCR, so please copy the necessary Tessdata and TesseractBinaries folders from the NuGet package folder to the project folder to use the OCR feature.
### Prerequisites for Windows
+
Please refer to the following code sample for windows.
+{% tabs %}
{% highlight c# tabtitle="C#" %}
OCRProcessor processor = new OCRProcessor();
{% endhighlight %}
+{% endtabs %}
+{% tabs %}
{% highlight c# tabtitle="C#" %}
processor.PerformOCR(lDoc);
{% endhighlight %}
+{% endtabs %}
Download the language packages from the following link.
[https://github.com/tesseract-ocr/tessdata](https://github.com/tesseract-ocr/tessdata)
@@ -39,27 +44,33 @@ N> From 16.1.0.24 OCR is not a part of Essential Studio® and is a
Install the "libgdiplus" and "libc6-dev" packages. Please refer to the following commands to install the packages.
-{% highlight c# tabtitle="C#" %}
+{% tabs %}
+{% highlight bash %}
sudo apt-get update
sudo apt-get install libgdiplus
sudo apt-get install libc6-dev
{% endhighlight %}
+{% endtabs %}
Please refer to the following code snippet for Linux.
+{% tabs %}
{% highlight c# tabtitle="C#" %}
OCRProcessor processor = new OCRProcessor();
{% endhighlight %}
+{% endtabs %}
+{% tabs %}
{% highlight c# tabtitle="C#" %}
processor.PerformOCR(lDoc);
{% endhighlight %}
+{% endtabs %}
Download the language packages from the following link.
[https://github.com/tesseract-ocr/tessdata](https://github.com/tesseract-ocr/tessdata)
@@ -68,25 +79,31 @@ Download the language packages from the following link.
Install the "libgdiplus" and "tesseract" packages in the Mac machine where the OCR operations occur. Please refer to the following commands to install this package.
-{% highlight c# tabtitle="C#" %}
+{% tabs %}
+{% highlight bash %}
brew install mono-libgdiplus
brew install tesseract
{% endhighlight %}
+{% endtabs %}
Please refer to the following code sample for Mac.
+{% tabs %}
{% highlight c# tabtitle="C#" %}
OCRProcessor processor = new OCRProcessor();
{% endhighlight %}
+{% endtabs %}
+{% tabs %}
{% highlight c# tabtitle="C#" %}
processor.PerformOCR(lDoc);
{% endhighlight %}
+{% endtabs %}
### Perform OCR using C#
@@ -109,15 +126,18 @@ Step 3:Please use the OCR language data for other languages using the following
Step 4: Include the following namespace in your class file.
+{% tabs %}
{% highlight c# tabtitle="C#" %}
using Syncfusion.OCRProcessor;
using Syncfusion.Pdf.Parsing;
{% endhighlight %}
+{% endtabs %}
Step 5: Use the following code sample to perform OCR on the entire PDF document using PerformOCR method of the [OCRProcessor](https://help.syncfusion.com/cr/document-processing/Syncfusion.OCRProcessor.OCRProcessor.html) class in Program.cs file.
+{% tabs %}
{% highlight c# tabtitle="C#" %}
//Initialize the OCR processor.
@@ -136,6 +156,7 @@ using (OCRProcessor processor = new OCRProcessor())
}
{% endhighlight %}
+{% endtabs %}
By executing the program, you will get the PDF document as follows.
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/MAC.md b/Document-Processing/Data-Extraction/NET/ocr-processor/MAC.md
index 8d64405223..f4fcef732c 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/MAC.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/MAC.md
@@ -20,7 +20,7 @@ The [Syncfusion® .NET OCR library](https://www.syncfusion.com/doc
**Prerequisites**:
* Install .NET SDK: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://dotnet.microsoft.com/en-us/download).
-* Install Visual Studio: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download).
+* Install Visual Studio: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download?_exp_download=d53503e735).
Step 1: Create a new .NET Core console application project.

@@ -90,7 +90,7 @@ Click the Start button (green arrow) or press F5 to run the app.
**Prerequisites**:
* Install .NET SDK: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://dotnet.microsoft.com/en-us/download).
-* Install Visual Studio Code: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download).
+* Install Visual Studio Code: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download?_exp_download=d53503e735).
* Install C# Extension for VS Code: Open Visual Studio Code, go to the Extensions view (Ctrl+Shift+X), and search for 'C#'. Install the official [C# extension provided by Microsoft](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp).
Step 1: Open the terminal (Ctrl+` ) and run the following command to create a new .NET Core console application project.
@@ -98,7 +98,7 @@ Step 1: Open the terminal (Ctrl+` ) and run the following command to create a ne
```
dotnet new console -n CreatePdfMacOSApp
```
-Step 2: Replace ****CreatePdfMacOSApp** with your desired project name.
+Step 2: Replace **CreatePdfMacOSApp** with your desired project name.
Step 3: Navigate to the project directory using the following command
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/Troubleshooting.md b/Document-Processing/Data-Extraction/NET/ocr-processor/Troubleshooting.md
index 8d61ccc87c..fbc7993145 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/Troubleshooting.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/Troubleshooting.md
@@ -26,7 +26,7 @@ keywords: Assemblies
Set proper tesseract binaries and tessdata folder with all files and inner folders. The tessdata folder name is case-sensitive and should not change.
{% tabs %}
-{% highlight C# tabtitle="C# [Cross-platform]" %}
+{% highlight C# %}
//TesseractBinaries - path of the folder tesseract binaries.
OCRProcessor processor = new OCRProcessor(@"TesseractBinaries/");
@@ -209,7 +209,7 @@ By using the best tessdata, we can improve the OCR results. For more information
1.Execute the following command to install Tesseract 5.
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
brew install tesseract
@@ -219,7 +219,7 @@ brew install tesseract
If the "brew" is not installed on your machine, you can install it using the following command.
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
@@ -241,7 +241,7 @@ using (OCRProcessor processor = new OCRProcessor("/opt/homebrew/Cellar/tesseract
3.Add the TessDataPath from bin folder. Refer to the example code below:
{% tabs %}
-{% highlight C# tabtitle="C# [Cross-platform]" %}
+{% highlight C# %}
using (OCRProcessor processor = new OCRProcessor("/opt/homebrew/Cellar/tesseract/5.3.2/lib"))
{
@@ -287,7 +287,7 @@ using (OCRProcessor processor = new OCRProcessor("/opt/homebrew/Cellar/tesseract
1. Install the leptonica.
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
sudo apt-get install libleptonica-dev
@@ -299,7 +299,7 @@ sudo apt-get install libleptonica-dev
2.Install the tesseract.
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
sudo apt-get install tesseract-ocr-eng
@@ -311,7 +311,7 @@ sudo apt-get install tesseract-ocr-eng
3. Copy the binaries (liblept.so and libtesseract.so) to the missing files exception folder in the project location.
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
cp /usr/lib/x86_64-linux-gnu/liblept.so /home/syncfusion/linuxdockersample/linuxdockersample/bin/Debug/net7.0/liblept1753.so
@@ -319,7 +319,7 @@ cp /usr/lib/x86_64-linux-gnu/liblept.so /home/syncfusion/linuxdockersample/linux
{% endtabs %}
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
cp /usr/lib/x86_64-linux-gnu/libtesseract.so.4 /home/syncfusion/linuxdockersample/linuxdockersample/bin/Debug/net7.0/libSyncfusionTesseract.so
@@ -349,7 +349,7 @@ To resolve this problem, you should install all required dependencies in your Li
Step 1: Execute the following command in terminal window to check dependencies are installed properly.
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
ldd liblept1753.so
ldd libSyncfusionTesseract.so
@@ -359,7 +359,7 @@ ldd libSyncfusionTesseract.so
Run the following commands in terminal
Step 1:
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
sudo apt-get install libleptonica-dev libjpeg62
@@ -367,7 +367,7 @@ sudo apt-get install libleptonica-dev libjpeg62
{% endtabs %}
Step 2:
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.6 /usr/lib/x86_64-linux-gnu/libtiff.so.5
@@ -375,7 +375,7 @@ ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.6 /usr/lib/x86_64-linux-gnu/libtiff.s
{% endtabs %}
Step 3:
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
ln -s /lib/x86_64-linux-gnu/libdl.so.2 /usr/lib/x86_64-linux-gnu/libdl.so
@@ -403,28 +403,18 @@ ln -s /lib/x86_64-linux-gnu/libdl.so.2 /usr/lib/x86_64-linux-gnu/libdl.so
{% tabs %}
-{% highlight C# %}
+{% highlight bash %}
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
-
RUN apt-get update && \
-
apt-get install -yq --no-install-recommends \
-
libgdiplus libc6-dev libleptonica-dev libjpeg62
-
RUN ln -s /usr/lib/x86_64-linux-gnu/libtiff.so.6 /usr/lib/x86_64-linux-gnu/libtiff.so.5
-
RUN ln -s /lib/x86_64-linux-gnu/libdl.so.2 /usr/lib/x86_64-linux-gnu/libdl.so
-
-
USER app
-
WORKDIR /app
-
EXPOSE 8080
-
EXPOSE 8081
{% endhighlight %}
@@ -491,15 +481,15 @@ NuGet: Exception
-
The application failed to load Tesseract OCR DLLs when hosted on IIS, resulting in the error:
-Could not find a part of the path 'C:\inetpub\wwwroot\VizarCore\x64'.
+
The application failed to load Tesseract OCR Binaries when hosted on IIS, resulting in the error:
+Could not find a part of the path 'C:\inetpub\wwwroot\YourApp\x64'.
Reason
-
* IIS couldn't load the required Tesseract and Leptonica DLLs because some system components were missing.
+
* IIS couldn't load the required Tesseract and Leptonica Binaries because some system components were missing.
* The Visual C++ Redistributables for VS2015-VS2022 (x86 and x64) were not installed.
* IIS on a 64-bit server needs both redistributables to load native libraries correctly.
* The application's folder paths and permissions were not properly set up for OCR binaries.
@@ -569,7 +559,7 @@ Update your deployment YAML to include a writable temporary directory with `empt
{% tabs %}
-{% highlight C# %}
+{% highlight yaml %}
spec:
containers:
@@ -594,7 +584,7 @@ To ensure your container has permission to write to mounted volumes, add:
{% tabs %}
-{% highlight C# %}
+{% highlight yaml %}
securityContext:
runAsUser: 1000 # safer than root
@@ -612,7 +602,7 @@ If persistent storage is required, configure Azure Files:
{% tabs %}
-{% highlight C# %}
+{% highlight yaml %}
volumes:
- name: azurefile
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/WPF.md b/Document-Processing/Data-Extraction/NET/ocr-processor/WPF.md
index 7b159d2dbc..972c249e63 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/WPF.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/WPF.md
@@ -28,7 +28,7 @@ N> 2. Starting with v16.2.0.x, if you reference Syncfusion® assem
Step 3: Add a new button in **MainWindow.xaml** to perform OCR as follows.
{% tabs %}
-{% highlight CSHTML %}
+{% highlight XAML %}
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/Windows-Forms.md b/Document-Processing/Data-Extraction/NET/ocr-processor/Windows-Forms.md
index 2a2e2235b4..3f0136eef1 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/Windows-Forms.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/Windows-Forms.md
@@ -34,9 +34,7 @@ private void InitializeComponent()
{
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
- //
// button1
- //
this.button1.Location = new System.Drawing.Point(284, 162);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(190, 65);
@@ -44,9 +42,7 @@ private void InitializeComponent()
this.button1.Text = "Perform OCR on entire PDF document";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.btnCreate_Click);
- //
// Form1
- //
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450);
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/azure.md b/Document-Processing/Data-Extraction/NET/ocr-processor/azure.md
index fa5ab88854..f89bc3ceb0 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/azure.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/azure.md
@@ -223,29 +223,29 @@ Step 1: Right-click the project and click Publish. Then, create a new profile in


-Step 4: To create a new app service, click **Create new** option.
+Step 2: To create a new app service, click **Create new** option.

-Step 5: Click the **Create** button to proceed with **App Service** creation.
+Step 3: Click the **Create** button to proceed with **App Service** creation.

-Step 6: Click the **Finish** button to finalize the **App Service** creation.
+Step 4: Click the **Finish** button to finalize the **App Service** creation.

-Step 7: Click deployment type.
+Step 5: Click deployment type.

-Step 8: Click **Close** button.
+Step 6: Click **Close** button.

-Step 9: Click the **Publish** button.
+Step 7: Click the **Publish** button.

-Step 10: Now, Publish has been succeeded.
+Step 8: Now, Publish has been succeeded.

-Step 11: Now, go to the Azure portal and select the Functions Apps. After running the service, click Get function URL > Copy. Include the URL as a query string in the URL. Then, paste it into the new browser tab. You will get a PDF document as follows.
+Step 9: Now, go to the Azure portal and select the Functions Apps. After running the service, click Get function URL > Copy. Include the URL as a query string in the URL. Then, paste it into the new browser tab. You will get a PDF document as follows.

A complete working sample can be downloaded from [GitHub](https://github.com/SyncfusionExamples/OCR-csharp-examples/tree/master/Azure/Azure%20Function).
diff --git a/Document-Processing/Data-Extraction/NET/ocr-processor/blazor.md b/Document-Processing/Data-Extraction/NET/ocr-processor/blazor.md
index d1257e2f22..8e503f5b02 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/blazor.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/blazor.md
@@ -20,7 +20,7 @@ The [Syncfusion® .NET OCR library](https://www.syncfusion.com/doc
**Prerequisites**:
* Install .NET SDK: Ensure that you have the .NET SDK installed on your system. You can download it from the [.NET Downloads page](https://dotnet.microsoft.com/en-us/download).
-* Install Visual Studio: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download).
+* Install Visual Studio: Download and install Visual Studio Code from the [official website](https://code.visualstudio.com/download?_exp_download=d53503e735).
Step 1: Create a new C# Blazor Server application project. Select Blazor App from the template and click Next.

@@ -93,11 +93,11 @@ public void ConfigureServices(IServiceCollection services)
Step 7: Inject ExportService into *FetchData.razor* using the following code.
{% tabs %}
-{% highlight c# tabtitle="C#" %}
+{% highlight CSHTML %}
@inject ExportService exportService
@inject Microsoft.JSInterop.IJSRuntime JS
-@using System.IO;
+@using System.IO
{% endhighlight %}
{% endtabs %}
@@ -152,7 +152,7 @@ public static class FileUtil
Step 11: Add the following JavaScript function in the *_Host.cshtml* available under the Pages folder.
{% tabs %}
-{% highlight XAML %}
+{% highlight CSHTML %}
+
+
{% endhighlight %}
{% endtabs %}
-N> Check out the following topics for including script references in an ASP.NET Core application to enable PDF creation using the Syncfusion® JavaScript PDF library:
+N> Check out the following topics for including script references in an ASP.NET Core application to enable PDF creation using the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library):
* [CDN](https://ej2.syncfusion.com/aspnetcore/documentation/common/adding-script-references#cdn-reference)
* [NPM Package](https://ej2.syncfusion.com/aspnetcore/documentation/common/adding-script-references#node-package-manager-npm)
* [CRG](https://ej2.syncfusion.com/aspnetcore/documentation/common/custom-resource-generator)
@@ -82,14 +76,10 @@ Step 6: **Create a PDF document**: Add the script in `~/Views/Home/Index.cshtml`
{% endhighlight %}
{% endtabs %}
-Step 7: **Build the project**: Click on Build > Build Solution or press Ctrl + Shift + B to build the project.
+step 7: **Build the project**: Click on Build > Build Solution or press Ctrl + Shift + B to build the project.
Step 8: **Run the project**: Click the Start button (green arrow) or press F5 to run the app.
By executing the program, you will generate the following PDF document.
-
-
-Click [here](https://www.syncfusion.com/document-sdk/javascript-pdf-library) to explore the rich set of Syncfusion® PDF library features.
-
-An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/default#/tailwind3) in ASP.NET Core.
\ No newline at end of file
+
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-asp-net-mvc.md b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-asp-net-mvc.md
index df3f5da9e2..5f5c117470 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-asp-net-mvc.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-asp-net-mvc.md
@@ -1,7 +1,7 @@
---
layout: post
title: Create or Generate PDF file in ASP.NET Core MVC | Syncfusion
-description: Learn how to create a PDF file in ASP.NET Core MVC with easy steps using Syncfusion JavaScript PDF library without depending on Adobe
+description: Learn how to create a PDF file in ASP.NET Core MVC with easy steps using JavaScript PDF Library without depending on Adobe
platform: document-processing
control: PDF
documentation: ug
@@ -10,11 +10,11 @@ keywords: MVC, javascript, pdf
# Create or Generate PDF file in ASP.NET Core MVC
-The Syncfusion® [JavaScript PDF library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. This library also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
-This guide explains how to integrate the JavaScript PDF library into an ASP.NET Core MVC application.
+This guide explains how to integrate the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) into an ASP.NET Core MVC application.
-## Integrate PDF library into an ASP.NET Core MVC application
+## Integrate PDF Library into an ASP.NET Core MVC application
Step 1: Start Visual Studio and select **Create a new project**.
Step 2: Create a new ASP.NET MVC Web Application project.
@@ -30,13 +30,13 @@ Step 5: **Add script reference**: Add the required scripts using the CDN inside
{% highlight cshtml tabtitle="~/_Layout.cshtml" %}
...
-
-
+
+
{% endhighlight %}
{% endtabs %}
-N> Check out the following topics for including script references in an ASP.NET MVC application to enable PDF creation using the Syncfusion® JavaScript PDF library:
+N> Check out the following topics for including script references in an ASP.NET MVC application to enable PDF creation using the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library):
* [CDN](https://ej2.syncfusion.com/aspnetmvc/documentation/common/adding-script-references)
* [NPM Package](https://ej2.syncfusion.com/aspnetmvc/documentation/common/adding-script-references#node-package-manager-npm)
* [CRG](https://ej2.syncfusion.com/aspnetmvc/documentation/common/custom-resource-generator)
@@ -83,4 +83,4 @@ Step 8: **Run the project**: Click the Start button (green arrow) or press F5 to
When you run the application and click the button, it generates the following PDF document.
-
\ No newline at end of file
+
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-javascript.md b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-javascript.md
index c702502ee8..1880065426 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-javascript.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-javascript.md
@@ -1,7 +1,8 @@
---
layout: post
title: Create or Generate PDF file in JavaScript | Syncfusion
-description: Learn how to create a PDF file in JavaScript with easy steps using Syncfusion JavaScript PDF library without depending on Adobe
+canonical_url: https://www.syncfusion.com/document-sdk/javascript-pdf-library
+description: Learn how to create a PDF file in JavaScript with easy steps using JavaScript PDF Library without depending on Adobe
platform: document-processing
control: PDF
documentation: ug
@@ -10,7 +11,7 @@ keywords: javascript, pdf, script
# Create or Generate PDF file in JavaScript
-Syncfusion® JS 2 (global script) is an ES5-formatted [JavaScript PDF library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) that works directly in modern web browsers.
+Syncfusion® JS 2 (global script) is an ES5-formatted [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) that works directly in modern web browsers.
## Component initialization with CDN links
@@ -22,15 +23,15 @@ Step 2: The JS 2 global scripts and styles are hosted on the CDN in the followin
> Script: `https://cdn.syncfusion.com/ej2/{Version}/dist/{PACKAGE_NAME}.min.js`
**Example:**
-> Script: [`https://cdn.syncfusion.com/ej2/33.2.12/dist/ej2.min.js`](https://cdn.syncfusion.com/ej2/33.2.12/dist/ej2.min.js)
+> Script: [`https://cdn.syncfusion.com/ej2/31.2.15/dist/ej2.min.js`](https://cdn.syncfusion.com/ej2/31.2.15/dist/ej2.min.js)
Step 3: Create a HTML page (index.html) in `my-app` location and add the CDN link references.
{% tabs %}
{% highlight javascript tabtitle="index.html" %}
-
-
+
+
{% endhighlight %}
{% endtabs %}
@@ -74,8 +75,4 @@ Step 4: **Create a PDF document**: Add the script in `index.html` by creating a
By executing the program, you will get the PDF document as follows.
-
-
-Click [here](https://www.syncfusion.com/document-sdk/javascript-pdf-library) to explore the rich set of Syncfusion® PDF library features.
-
-An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/javascript/#/tailwind3/pdf/default.html) in JavaScript.
+
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-node.md b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-node.md
index 8452ce364d..d1cd2dae75 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-node.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-node.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Create or Generate PDF file in Node | Syncfusion
-description: Learn how to create a PDF file in Node.js server with easy steps using Syncfusion TypeScript PDF library without depending on Adobe
+title: Create or Generate PDF file in Node.js | Syncfusion
+description: Learn how to create a PDF file in Node.js server with easy steps using JavaScript PDF Library without depending on Adobe
platform: document-processing
control: PDF
documentation: ug
@@ -10,13 +10,15 @@ keywords: pdf, script, express, node
# Create or Generate a PDF File in a Node.js Server Environment
-The Syncfusion® [TypeScript PDF library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. This library also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
-This guide explains how to integrate the Syncfusion TypeScript PDF library into an application with **Node.js server environment**.
+This guide explains how to integrate the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) into an application with **Node.js server environment**.
-## Integrate the PDF library into a Node.js Server Environment
+## Installing the JavaScript PDF Library package
-Step1: All Syncfusion JS 2 packages are published in `npmjs.com` registry.To install the PDF library, use the following command.
+All Syncfusion JS 2 packages are published in `npmjs.com` registry.
+
+* To install the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library), use the following command.
```bash
npm install @syncfusion/ej2-pdf --save
@@ -25,14 +27,18 @@ npm install @syncfusion/ej2-pdf --save
N> For data extraction features, you need to install the `@syncfusion/ej2-pdf-data-extract` package as an add-on.
Image extraction and image‑based redaction features are optimized for browser environments where visual rendering is available. These features rely on browser technologies such as DOM APIs, Canvas, and client‑side rendering, and therefore are not supported in pure Node.js server environments.
-Step2: The following list of dependencies are required to use the `TypeScript PDF library` component in your application.
+## Dependencies
+
+The following list of dependencies are required to use the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) component in your application.
```bash
|-- @syncfusion/ej2-compression
|-- @syncfusion/ej2-base
```
-Step3: Add a simple button to `index.html` and attach a click handler that uses the TypeScript PDF API to create a new PDF document.
+## Create a Node.js Server Application to Generate a PDF Document
+
+* Add a simple button to `index.html` and attach a click handler that uses the TypeScript PDF API to create a new PDF document.
{% tabs %}
{% highlight html tabtitle="index.html" %}
@@ -135,6 +141,8 @@ app.listen(PORT, () => {
{% endhighlight %}
{% endtabs %}
+* **Run the application**
+
Run the following command to start the Node.js server:
```bash
@@ -145,6 +153,4 @@ This command starts the server and allows you to generate and download the PDF f
By executing the program, you will get the PDF document as follows.
-
-
-Click [here](https://www.syncfusion.com/document-sdk/javascript-pdf-library) to explore the rich set of Syncfusion® PDF library features.
\ No newline at end of file
+
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-react.md b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-react.md
index 279b5fd6d0..3efb02bfcb 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-react.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-react.md
@@ -1,7 +1,7 @@
---
layout: post
title: Create or Generate PDF file in React | Syncfusion
-description: Learn how to create a PDF file in React with easy steps using Syncfusion JavaScript PDF library without depending on Adobe
+description: Learn how to create a PDF file in React with easy steps using JavaScript PDF Library without depending on Adobe
control: PDF
platform: document-processing
documentation: ug
@@ -10,15 +10,15 @@ keywords: javascript, pdf, script, react
# Create or Generate PDF file in React
-The Syncfusion® [JavaScript PDF library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. This library also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
-This guide explains how to integrate the JavaScript PDF library into a React application.
+This guide explains how to integrate the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) into a React application.
-## Installing Syncfusion® JavaScript PDF package
+## Installing JavaScript PDF package
All Syncfusion JS 2 packages are published in `npmjs.com` registry.
-Step1: To install the PDF library, use the following command.
+* To install the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library), use the following command.
```bash
npm install @syncfusion/ej2-pdf --save
@@ -29,10 +29,10 @@ N> For image and data extraction features, you need to install the `@syncfusion/
* Ensure your server serves .wasm files with the **Content-Type: application/wasm** MIME type.
* This setup is not required for **basic PDF creation**.
-Step2: Add the script in `App.jsx` by creating a button and attaching a click event that uses the JavaScript PDF API to generate a PDF document.
+**Create a PDF document**: Add the script in `App.jsx` by creating a button and attaching a click event that uses the JavaScript PDF API to generate a PDF document.
{% tabs %}
-{% highlight html tabtitle="App.jsx" %}
+{% highlight html tabtitle="~/App.jsx" %}
import React from 'react';
export default function App() {
@@ -66,7 +66,9 @@ export default function App() {
{% endhighlight %}
{% endtabs %}
-Step3: Now run the `npm run dev` command in the console to start the development server. This command compiles your code and serves the application locally, opening it in the browser.
+## Run the application
+
+Now run the `npm run dev` command in the console to start the development server. This command compiles your code and serves the application locally, opening it in the browser.
```
npm run dev
@@ -74,7 +76,3 @@ npm run dev
By executing the program, you will get the PDF document as follows.

-
-Click [here](https://www.syncfusion.com/document-sdk/javascript-pdf-library) to explore the rich set of Syncfusion® PDF library features.
-
-An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/react/#/tailwind3/pdf/default) in React.
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-typescript.md b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-typescript.md
index cb2789431b..33d7706a6d 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-typescript.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-typescript.md
@@ -1,7 +1,7 @@
---
layout: post
title: Create or Generate PDF file in TypeScript | Syncfusion
-description: Learn how to create a PDF file in TypeScript with easy steps using Syncfusion TypeScript PDF library without depending on Adobe
+description: Learn how to create a PDF file in TypeScript with easy steps using JavaScript PDF Library without depending on Adobe
platform: document-processing
control: PDF
documentation: ug
@@ -10,15 +10,15 @@ keywords: pdf, script, typescript
# Create or Generate PDF file in TypeScript
-The Syncfusion® [TypeScript PDF library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. This library also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
-This guide explains how to integrate the TypeScript PDF library into an TypeScript application.
+This guide explains how to integrate the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) into an TypeScript application.
## Installing the Syncfusion TypeScript PDF package
All Syncfusion JS 2 packages are published in `npmjs.com` registry.
-Step1: To install the PDF library, use the following command.
+* To install the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library), use the following command.
```bash
npm install @syncfusion/ej2-pdf --save
@@ -26,14 +26,18 @@ npm install @syncfusion/ej2-pdf --save
N> For image and data extraction features, you need to install the `@syncfusion/ej2-pdf-data-extract` package as an add-on.
Ensure that your application includes an `ej2-pdf-lib` folder within a publicly accessible static directory (such as wwwroot, public, or dist). This folder must contain the required `.js` and `.wasm` files needed for image and data extraction. This setup is not required for **basic PDF creation**.
-Step2: The following list of dependencies are required to use the `TypeScript PDF library` component in your application.
+## Dependencies
+
+The following list of dependencies are required to use the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) component in your application.
```bash
|-- @syncfusion/ej2-compression
|-- @syncfusion/ej2-base
```
-Step3: Add a simple button to `index.html` and attach a click handler that uses the TypeScript PDF API to create a new PDF document.
+## Create a PDF document using TypeScript
+
+* Add a simple button to `index.html` and attach a click handler that uses the TypeScript PDF API to create a new PDF document.
{% tabs %}
{% highlight html tabtitle="index.html" %}
@@ -85,7 +89,9 @@ document.getElementById('normalButton').onclick = (): void => {
{% endhighlight %}
{% endtabs %}
-Step4: The quickstart project is configured to compile and run in the browser. Use the following command to start the application:
+* **Run the application**
+
+The quickstart project is configured to compile and run in the browser. Use the following command to start the application:
```bash
npm start
@@ -93,8 +99,4 @@ npm start
By executing the program, you will get the PDF document as follows.
-
-
-Click [here](https://www.syncfusion.com/document-sdk/javascript-pdf-library) to explore the rich set of Syncfusion® PDF library features.
-
-An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/javascript-es5/#/tailwind3/pdf/default.html) in Typescript.
\ No newline at end of file
+
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-vue.md b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-vue.md
index 6013c3d644..a66fb8ec30 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-vue.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Create-PDF-document-vue.md
@@ -1,7 +1,7 @@
---
layout: post
title: Create or Generate PDF file in Vue | Syncfusion
-description: Learn how to create a PDF file in Vue with easy steps using Syncfusion JavaScript PDF library without depending on Adobe
+description: Learn how to create a PDF file in Vue with easy steps using JavaScript PDF Library without depending on Adobe
control: PDF
platform: document-processing
documentation: ug
@@ -10,13 +10,13 @@ keywords: pdf, script, vue, javascript
# Create or Generate PDF file in Vue application
-The Syncfusion® [JavaScript PDF library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. This library also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is used to create, read, and edit PDF documents. The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) also offers functionality to merge, split, stamp, fill forms, and secure PDF files.
-This guide explains how to integrate the JavaScript PDF library into an Vue application.
+This guide explains how to integrate the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) into an Vue application.
-## Integrate the PDF library into an Vue application
+## Setting up the Vue 2 project
-Step1: To generate a Vue 2 project using Vue-CLI, use the [Vue create](https://cli.vuejs.org/#getting-started) command. Follow these steps to install Vue CLI and create a new project:
+To generate a Vue 2 project using Vue-CLI, use the [Vue create](https://cli.vuejs.org/#getting-started) command. Follow these steps to install Vue CLI and create a new project:
```bash
npm install -g @vue/cli
@@ -38,9 +38,11 @@ When creating a new project, choose the option `Default ([Vue 2] babel, es-lint)
Once the `quick start` project is set up with default settings, proceed to add Syncfusion® components to the project.
-Step2: All Syncfusion JS 2 packages are published in `npmjs.com` registry.
+* **Installing JavaScript PDF package**
-* To install the PDF library, use the following command.
+All Syncfusion JS 2 packages are published in `npmjs.com` registry.
+
+* To install the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library), use the following command.
```bash
npm install @syncfusion/ej2-pdf --save
@@ -56,7 +58,7 @@ N> For image and data extraction features, you need to install the `@syncfusion/
* Ensure your server serves .wasm files with the **Content-Type: application/wasm** MIME type.
* This setup is not required for **basic PDF creation**.
-Step3: To Create a PDF document, Add the script in `App.vue` by creating a button and attaching a click event that uses the JavaScript PDF API to generate a PDF document.
+* **Create a PDF document**: Add the script in `App.vue` by creating a button and attaching a click event that uses the JavaScript PDF API to generate a PDF document.
{% tabs %}
{% highlight html tabtitle="~/App.vue" %}
@@ -89,7 +91,9 @@ export default {
{% endhighlight %}
{% endtabs %}
-Step4: To run the project, use the following command:
+## Run the project
+
+To run the project, use the following command:
```bash
npm run serve
@@ -103,7 +107,3 @@ yarn run serve
By executing the program, you will generate the following PDF document.

-
-Click [here](https://www.syncfusion.com/document-sdk/javascript-pdf-library) to explore the rich set of Syncfusion® PDF library features.
-
-An online sample link to [create PDF document](https://document.syncfusion.com/demos/pdf/vue/#/tailwind3/pdf/default.html) in Vue.
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Library/javascript/DigitalSignature.md b/Document-Processing/PDF/PDF-Library/javascript/DigitalSignature.md
index e2ab04bab5..c3337a95d3 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/DigitalSignature.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/DigitalSignature.md
@@ -1,11 +1,11 @@
---
-title: Digital Signature in JavaScript PDF library | Syncfusion
-description: This section explains how to create a digital signature in the PDF document by using JavaScript PDF library
+title: Digital Signature in JavaScript PDF Library | Syncfusion
+description: This section explains how to create a digital signature in the PDF document by using JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Digital Signature in JavaScript PDF library
+# Digital Signature in JavaScript PDF Library
The PDF provides support to create, validate, and manage digital signatures in PDF documents, ensuring authenticity, integrity, and security.
@@ -149,7 +149,7 @@ document.destroy();
## Create PDF Signature with External Signing
-Syncfusion® PDF provides support to create a new PDF signature using a callback function for external signing, enabling secure and flexible digital signature workflows.
+[JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) provides support to create a new PDF signature using a callback function for external signing, enabling secure and flexible digital signature workflows.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
@@ -226,7 +226,7 @@ document.destroy();
## Create Signature with Public Certificates for External Signing
-This example demonstrates how to create a new PDF signature using the [PdfSignature](https://ej2.syncfusion.com/documentation/api/pdf/pdfsignature) class with public certificates for external signing. External signing allows you to implement custom signing logic outside the PDF library while maintaining compliance with cryptographic standards.
+This example demonstrates how to create a new PDF signature using the [PdfSignature](https://ej2.syncfusion.com/documentation/api/pdf/pdfsignature) class with public certificates for external signing. External signing allows you to implement custom signing logic outside the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) while maintaining compliance with cryptographic standards.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
@@ -356,7 +356,7 @@ document.destroy();
## Lock Signature
-This example shows how to add a signature field to a PDF, create a digital signature using certificate data and a password, lock the document after signing, and save the result in PDF library.
+This example shows how to add a signature field to a PDF, create a digital signature using certificate data and a password, lock the document after signing, and save the result in [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library).
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
@@ -952,7 +952,7 @@ document.destroy();
## Sign existing signature field
-This section explains how to sign an existing unsigned signature field in a PDF using the [JavaScript PDF library](https://www.syncfusion.com/document-sdk/javascript-pdf-library). You can locate predefined signature fields and apply a digital signature directly by calling [setSignature()](https://ej2.syncfusion.com/documentation/api/pdf/pdfsignaturefield#setsignature) method of the [PdfSignatureField](https://ej2.syncfusion.com/documentation/api/pdf/pdfsignaturefield) class, without altering the document layout. This is ideal for templates where signature placeholders already exist, allowing you to add digital signatures to the field using a certificate and signature settings.
+This section explains how to sign an existing unsigned signature field in a PDF using the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library). You can locate predefined signature fields and apply a digital signature directly by calling [setSignature()](https://ej2.syncfusion.com/documentation/api/pdf/pdfsignaturefield#setsignature) method of the [PdfSignatureField](https://ej2.syncfusion.com/documentation/api/pdf/pdfsignaturefield) class, without altering the document layout. This is ideal for templates where signature placeholders already exist, allowing you to add digital signatures to the field using a certificate and signature settings.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
diff --git a/Document-Processing/PDF/PDF-Library/javascript/FormFields.md b/Document-Processing/PDF/PDF-Library/javascript/FormFields.md
index 218241afb1..632cdc63c4 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/FormFields.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/FormFields.md
@@ -1,17 +1,17 @@
---
-title: Form Fields in JavaScript PDF library | Syncfusion
-description: This section explains how to create a digital signature in the PDF document by using the JavaScript PDF library
+title: Form Fields in JavaScript PDF Library | Syncfusion
+description: This section explains how to create a digital signature in the PDF document by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Form Fields in JavaScript PDF library
+# Form Fields in JavaScript PDF Library
An interactive form, sometimes referred to as an AcroForm, is a collection of fields for gathering information. A PDF document can contain any number of fields appearing on any combination of pages, all of which make a single, globally interactive form spanning the entire document.
## Creating a new PDF form
-Syncfusion® PDF allows you to create and manage form in PDF document by using [PdfForm](https://ej2.syncfusion.com/documentation/api/pdf/pdfform) class. The [PdfForm](https://ej2.syncfusion.com/documentation/api/pdf/pdfform) class represents the entire field collection of the form.
+[JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) allows you to create and manage form in PDF document by using [PdfForm](https://ej2.syncfusion.com/documentation/api/pdf/pdfform) class. The [PdfForm](https://ej2.syncfusion.com/documentation/api/pdf/pdfform) class represents the entire field collection of the form.
### Adding the text box field
@@ -503,7 +503,7 @@ document.destroy();
## Filling form fields in an existing PDF Document
-Syncfusion® PDF allows you to fill the form fields using PdfField class.
+[JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) allows you to fill the form fields using PdfField class.
### Filling the text box field
@@ -853,7 +853,7 @@ document. Destroy();
## Add a date field to a PDF form
-This section shows how to add a date field to a PDF form, allowing users to enter or select a date within the document. The JavaScript PDF library lets you configure the date field’s appearance, format, and behavior. You can also attach actions that run custom scripts or validations whenever the field is focused, changed, or submitted.
+This section shows how to add a date field to a PDF form, allowing users to enter or select a date within the document. The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) lets you configure the date field’s appearance, format, and behavior. You can also attach actions that run custom scripts or validations whenever the field is focused, changed, or submitted.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
diff --git a/Document-Processing/PDF/PDF-Library/javascript/HyperLinks.md b/Document-Processing/PDF/PDF-Library/javascript/HyperLinks.md
index bc583ce9e2..72b3dfea25 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/HyperLinks.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/HyperLinks.md
@@ -1,11 +1,11 @@
---
-title: Hyperlinks in JavaScript PDF library | Syncfusion
-description: This section explains how to add a hyperlink in a new or existing PDF document by using the JavaScript PDF library
+title: Hyperlinks in JavaScript PDF Library | Syncfusion
+description: This section explains how to add a hyperlink in a new or existing PDF document by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Hyperlinks in JavaScript PDF library
+# Hyperlinks in JavaScript PDF Library
In PDF, hyperlinks can be added to allow the users to navigate to another part of PDF file, web page or any other external content.
@@ -171,7 +171,7 @@ document.destroy();
## Modifying or updating existing hyperlinks
-This example shows how to update hyperlink annotations in a PDF using Syncfusion’s JavaScript PDF Library. Link annotations retrieved from a page can have their URL or bounding region updated as needed. This makes it easy to refresh outdated links or adjust navigation behavior whenever the document changes.
+This example shows how to update hyperlink annotations in a PDF using [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library). Link annotations retrieved from a page can have their URL or bounding region updated as needed. This makes it easy to refresh outdated links or adjust navigation behavior whenever the document changes.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
@@ -215,7 +215,7 @@ document.destroy();
## Removing hyperlinks
-This example demonstrates how to remove hyperlink annotations from a PDF using Syncfusion’s JavaScript PDF Library. By reviewing each annotation and checking whether it represents a hyperlink, you can remove it using either [remove()](https://ej2.syncfusion.com/documentation/api/pdf/pdfannotationcollection#remove) or [removeAt()](https://ej2.syncfusion.com/documentation/api/pdf/pdfannotationcollection#removeat) methods. This helps clean up outdated or unwanted links while keeping the rest of the document content intact.
+This example demonstrates how to remove hyperlink annotations from a PDF using [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library). By reviewing each annotation and checking whether it represents a hyperlink, you can remove it using either [remove()](https://ej2.syncfusion.com/documentation/api/pdf/pdfannotationcollection#remove) or [removeAt()](https://ej2.syncfusion.com/documentation/api/pdf/pdfannotationcollection#removeat) methods. This helps clean up outdated or unwanted links while keeping the rest of the document content intact.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Image-Extraction.md b/Document-Processing/PDF/PDF-Library/javascript/Image-Extraction.md
index 871326ea0d..3eef4a1ebf 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Image-Extraction.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Image-Extraction.md
@@ -1,11 +1,11 @@
---
-title: Image Extraction in JavaScript PDF library | Syncfusion
-description: This section explains how to extract images from PDF documents and retrieve their properties such as position and size using the JavaScript PDF library
+title: Image Extraction in JavaScript PDF Library | Syncfusion
+description: This section explains how to extract images from PDF documents and retrieve their properties such as position and size using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Image Extraction in JavaScript PDF library
+# Image Extraction in JavaScript PDF Library
The PDF provides support to extract images from PDF documents and retrieve their properties such as bounds, index and raw byte data.
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Images.md b/Document-Processing/PDF/PDF-Library/javascript/Images.md
index 79f277cdb9..12ec84a7de 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Images.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Images.md
@@ -1,12 +1,12 @@
---
-title: Images in JavaScript PDF library | Syncfusion
-description: This section explains how to add and replace images in a PDF document by using the JavaScript PDF library
+title: Images in JavaScript PDF Library | Syncfusion
+description: This section explains how to add and replace images in a PDF document by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Images in JavaScript PDF library
+# Images in JavaScript PDF Library
The JavaScript PDF supports JPEG and PNG images.
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Layers.md b/Document-Processing/PDF/PDF-Library/javascript/Layers.md
index 9d3256f2a2..36c68e1b93 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Layers.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Layers.md
@@ -1,16 +1,16 @@
---
-title: Layers in JavaScript PDF library | Syncfusion
-description: This section explains how to add a layer in a PDF document using the JavaScript PDF library to organize content and enhance document structure
+title: Layers in JavaScript PDF Library | Syncfusion
+description: This section explains how to add a layer in a PDF document using the JavaScript PDF Library to organize content and enhance document structure
platform: document-processing
control: PDF
documentation: UG
---
-# Layers in JavaScript PDF library
+# Layers in JavaScript PDF Library
Layers, also known as Option Content refers to sections of content in a PDF document that can be selectively viewed or hidden by document authors or consumers.
-JavaScript PDF provides support to create, add and merge the layers into PDF document.
+[JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) provides support to create, add and merge the layers into PDF document.
## Adding layers in a PDF document
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Lists.md b/Document-Processing/PDF/PDF-Library/javascript/Lists.md
index 1ba0d0f35d..5e08861db1 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Lists.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Lists.md
@@ -1,12 +1,12 @@
---
-title: Lists in JavaScript PDF library | Syncfusion
-description: This section explains how to work with lists in a PDF document using the JavaScript PDF library to display and manage items in a structured format
+title: Lists in JavaScript PDF Library | Syncfusion
+description: This section explains how to work with lists in a PDF document using the JavaScript PDF Library to display and manage items in a structured format
platform: document-processing
control: PDF
documentation: UG
---
-# Lists in JavaScript PDF library
+# Lists in JavaScript PDF Library
The PDF allows you list the content in ordered and unordered list. The ordered list can be number or alphabets and the unordered list can be bullets, circles, and images.
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Merge-Document.md b/Document-Processing/PDF/PDF-Library/javascript/Merge-Document.md
index 62fb2bc11d..77ee2c23f8 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Merge-Document.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Merge-Document.md
@@ -1,11 +1,11 @@
---
-title: Merge in JavaScript PDF library | Syncfusion
-description: This section explains how to merge multiple PDF documents into a single file and import pages from one document to another using the JavaScript PDF library.
+title: Merge in JavaScript PDF Library | Syncfusion
+description: This section explains how to merge multiple PDF documents into a single file and import pages from one document to another using the JavaScript PDF Library.
platform: document-processing
control: PDF
documentation: UG
---
-# Merge in JavaScript PDF library
+# Merge in JavaScript PDF Library
The PDF provides support to merge multiple PDF documents into a single file and import pages from one document to another.
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Open-and-save-PDF-files.md b/Document-Processing/PDF/PDF-Library/javascript/Open-and-save-PDF-files.md
index f386c1633d..5a1e0c774f 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Open-and-save-PDF-files.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Open-and-save-PDF-files.md
@@ -1,14 +1,14 @@
---
layout: post
-title: Open and save PDF files using JavaScript PDF library | Syncfusion
-description: Learn to load and save PDFs in Syncfusion JavaScript PDF library using data as base64 strings or byte arrays.
+title: Open and save PDF files using JavaScript PDF Library | Syncfusion
+description: Learn how to load and save PDFs in the JavaScript PDF Library using base64 strings or byte arrays as data sources.
platform: document-processing
control: PDF
documentation: ug
domainurl: ##DomainURL##
---
-# Open and save PDF files in JavaScript PDF library
+# Open and save PDF files in JavaScript PDF Library
## Opening an existing PDF document
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Overview.md b/Document-Processing/PDF/PDF-Library/javascript/Overview.md
index 0ff5a09935..8701f7a8b4 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Overview.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Overview.md
@@ -1,20 +1,21 @@
---
layout: post
title: Overview of the JavaScript PDF Library Component | Syncfusion
-description: Learn about the Syncfusion JavaScript PDF library component, its key capabilities, and supported platforms.
+canonical_url: https://www.syncfusion.com/document-sdk/javascript-pdf-library
+description: Learn about the JavaScript PDF Library component, including its key capabilities and the platforms it supports.
platform: document-processing
control: PDF
documentation: ug
domainurl: ##DomainURL##
---
-# Overview of the JavaScript PDF library control
+# Overview of the JavaScript PDF Library control
-The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is a powerful, high-performance, non-UI class library. It provides seamless integration of advanced PDF functionalities into applications developed with TypeScript, JavaScript, Angular, React, Vue, ASP.NET Core, and ASP.NET MVC. With this library, you can easily read, create, and manipulate PDF documents programmatically without the need of Adobe Acrobat.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) is a lightweight, high-performance, and feature-rich non-UI solution written natively in JavaScript for generating PDF documents in both Node.js and browser environments. It enables developers to seamlessly integrate robust PDF functionality into their applications for creating, reading, and editing PDF documents without relying on Adobe Acrobat. Designed to work across JavaScript, TypeScript, Angular, React, Vue, ASP.NET Core, and ASP.NET MVC platforms, the [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) supports programmatic generation of PDF reports with rich content, including formatted text, images, shapes, hyperlinks, and lists, while complying with PDF 1.7 (ISO 32000-1) and the latest PDF 2.0 (ISO 32000-2) standards to ensure high-quality, compatible PDF document processing.
## Key features
-The following are the key features of this library.
+The following are the key features of this [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library).
* Create PDF documents from scratch with ease.
* Load, edit, and save existing PDF files.
@@ -42,5 +43,4 @@ The following are the key features of this library.
* [React](https://help.syncfusion.com/document-processing/pdf/pdf-library/javascript/create-pdf-document-react)
* [Vue](https://help.syncfusion.com/document-processing/pdf/pdf-library/javascript/create-pdf-document-vue)
* [JavaScript](https://help.syncfusion.com/document-processing/pdf/pdf-library/javascript/create-pdf-document-javascript)
-* [TypeScript](https://help.syncfusion.com/document-processing/pdf/pdf-library/javascript/create-pdf-document-typescript)
-* [Node.js](https://help.syncfusion.com/document-processing/pdf/pdf-library/javascript/create-pdf-document-node)
\ No newline at end of file
+* [TypeScript](https://help.syncfusion.com/document-processing/pdf/pdf-library/javascript/create-pdf-document-typescript)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Library/javascript/PDF-document.md b/Document-Processing/PDF/PDF-Library/javascript/PDF-document.md
index 7cefd05480..c1732f5361 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/PDF-document.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/PDF-document.md
@@ -1,13 +1,13 @@
---
-title: Document in JavaScript PDF library | Syncfusion
-description: This section explains how to set document settings and properties in a PDF file by using the JavaScript PDF library
+title: Document in JavaScript PDF Library | Syncfusion
+description: This section explains how to set document settings and properties in a PDF file by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Document in JavaScript PDF library
+# Document in JavaScript PDF Library
-The PDF library provides support to create, read, and manipulate PDF documents, allowing you to generate high-quality, secure, and feature-rich PDF files programmatically.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) provides support to create, read, and manipulate PDF documents, allowing you to generate high-quality, secure, and feature-rich PDF files programmatically.
## Adding the document settings
diff --git a/Document-Processing/PDF/PDF-Library/javascript/PDF-pages.md b/Document-Processing/PDF/PDF-Library/javascript/PDF-pages.md
index 11b083a7b2..a22e40fb35 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/PDF-pages.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/PDF-pages.md
@@ -1,11 +1,11 @@
---
-title: Pages in JavaScript PDF library | Syncfusion
-description: This section explains how to add, rearrange, remove pages, and detect empty pages in a PDF file by using the JavaScript PDF library
+title: Pages in JavaScript PDF Library | Syncfusion
+description: This section explains how to add, rearrange, remove pages, and detect empty pages in a PDF file by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Pages in JavaScript PDF library
+# Pages in JavaScript PDF Library
The PDF provides support to add, remove and rearrange pages in PDF documents, enabling complete control over page management for creating dynamic and customized PDFs.
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Redaction.md b/Document-Processing/PDF/PDF-Library/javascript/Redaction.md
index 5d4ba6124a..4b6486965c 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Redaction.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Redaction.md
@@ -1,13 +1,13 @@
---
-title: Redaction in JavaScript PDF library |Syncfusion
-description: This section explains how to redact content from an existing PDF document by using the JavaScript PDF library
+title: Redaction in JavaScript PDF Library |Syncfusion
+description: This section explains how to redact content from an existing PDF document by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Redaction in JavaScript PDF library
+# Redaction in JavaScript PDF Library
-Redacting a PDF is the process of permanently removing sensitive or confidential information from PDF documents. Syncfusion® PDF library provides an easy way to redact PDF documents.
+Redacting a PDF is the process of permanently removing sensitive or confidential information from PDF documents. [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) provides an easy way to redact PDF documents.
N> For redaction features, you need to install the `@syncfusion/ej2-pdf-data-extract` package as an add-on.
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Shapes.md b/Document-Processing/PDF/PDF-Library/javascript/Shapes.md
index abaef36e79..6756eba599 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Shapes.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Shapes.md
@@ -1,11 +1,11 @@
---
-title: Shapes in JavaScript PDF library | Syncfusion
-description: This section explains how to add shapes such as lines, curves, paths, text, rectangles, pies, arcs, Beziers, and ellipses by using the JavaScript PDF library
+title: Shapes in JavaScript PDF Library | Syncfusion
+description: This section explains how to add shapes such as lines, curves, paths, text, rectangles, pies, arcs, Beziers, and ellipses by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Shapes in JavaScript PDF library
+# Shapes in JavaScript PDF Library
The PDF has support for adding the below shapes.
@@ -21,7 +21,7 @@ The PDF has support for adding the below shapes.
## Adding Shapes to a PDF document
-The JavaScript PDF library supports shape rendering exclusively with PDF solid brushes.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) supports shape rendering exclusively with PDF solid brushes.
### Line
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Split-Documents.md b/Document-Processing/PDF/PDF-Library/javascript/Split-Documents.md
index 2a1488c2c7..97b7323f8e 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Split-Documents.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Split-Documents.md
@@ -1,18 +1,18 @@
---
-title: Split in JavaScript PDF library | Syncfusion
-description: This section explains how to split large PDF documents into smaller ones, each containing single or multiple pages, using the JavaScript PDF library
+title: Split in JavaScript PDF Library | Syncfusion
+description: This section explains how to split large PDF documents into smaller ones, each containing single or multiple pages, using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Split in JavaScript PDF library
+# Split in JavaScript PDF Library
-The PDF library supports splitting PDF file into single-page or multiple-page PDF documents.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) supports splitting PDF file into single-page or multiple-page PDF documents.
## Splitting a PDF file into individual
-The PDF library allows splitting the pages of an existing PDF document into multiple individual PDF documents using [split](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument#split) method of the [PdfDocument](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument) class.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) allows splitting the pages of an existing PDF document into multiple individual PDF documents using [split](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument#split) method of the [PdfDocument](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument) class.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
@@ -51,7 +51,7 @@ document.destroy();
## Split a range of pages into a separate PDF document
-The PDF library allows splitting a certain range of pages into a separate PDF document using the [splitByPageRanges](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument#splitbypageranges) method of the [PdfDocument](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument) class.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) allows splitting a certain range of pages into a separate PDF document using the [splitByPageRanges](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument#splitbypageranges) method of the [PdfDocument](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument) class.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
@@ -90,7 +90,7 @@ document.destroy();
## Split by a fixed number of pages into a PDF document
-The PDF library allows splitting by fixed number of pages of an existing PDF document using the [splitByFixedNumber](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument#splitbyfixednumber) method of the [PdfDocument](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument) class.
+The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) allows splitting by fixed number of pages of an existing PDF document using the [splitByFixedNumber](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument#splitbyfixednumber) method of the [PdfDocument](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument) class.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Templates.md b/Document-Processing/PDF/PDF-Library/javascript/Templates.md
index bf21bf1aab..722e53847a 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Templates.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Templates.md
@@ -1,11 +1,11 @@
---
-title: Templates in JavaScript PDF library | Syncfusion
-description: This section explains how to create a PDF template, which is a drawing surface where contents can be added, by using the JavaScript PDF library
+title: Templates in JavaScript PDF Library | Syncfusion
+description: This section explains how to create a PDF template, which is a drawing surface where contents can be added, by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Templates in JavaScript PDF library
+# Templates in JavaScript PDF Library
A PDF template is a drawing surface, where contents can be added. All the elements that can be added to a PdfPage is supported in PdfTemplate as well. The template in turn can be drawn over the page or can be positioned at any part of the page.
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Text-Extraction.md b/Document-Processing/PDF/PDF-Library/javascript/Text-Extraction.md
index b40430a5cb..351b47bf96 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Text-Extraction.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Text-Extraction.md
@@ -1,11 +1,11 @@
---
-title: Text Extraction in JavaScript PDF library | Syncfusion
-description: This section explains how to extract text and its bounds from a specific page or the entire PDF document by using the JavaScript PDF library
+title: Text Extraction in JavaScript PDF Library | Syncfusion
+description: This section explains how to extract text and its bounds from a specific page or the entire PDF document by using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Text Extraction in JavaScript PDF library
+# Text Extraction in JavaScript PDF Library
The PDF allows you to extract the text from a particular page or the entire PDF document.
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Text.md b/Document-Processing/PDF/PDF-Library/javascript/Text.md
index 6af826d45c..57c2e8b829 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Text.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Text.md
@@ -1,11 +1,11 @@
---
-title: Text in JavaScript PDF library | Syncfusion
-description: This section explains how to add text to a PDF by using different types of fonts, including TrueType fonts and standard fonts, with the JavaScript PDF library
+title: Text in JavaScript PDF Library | Syncfusion
+description: This section explains how to add text to a PDF by using different types of fonts, including TrueType fonts and standard fonts, with the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Text in JavaScript PDF library
+# Text in JavaScript PDF Library
The PDF provides support to add and format text in PDF documents using various font types, including TrueType and standard fonts, enabling precise control over text appearance and layout.
@@ -280,7 +280,7 @@ format.characterSpacing = 1; // Set character spacing
// Set font
let font: PdfStandardFont = document.embedFont(PdfFontFamily.helvetica, 10, PdfFontStyle.regular);
// Draw text
-page.graphics.drawString('Syncfusion JavaScript PDF library', font, { x: 10, y: 20, width: 100, height: 200}, new PdfBrush({r: 0, g: 0, b: 255}));
+page.graphics.drawString('JavaScript PDF Library', font, { x: 10, y: 20, width: 100, height: 200}, new PdfBrush({r: 0, g: 0, b: 255}));
// Save the document
document.save('Output.pdf');
// Close the document
@@ -298,7 +298,7 @@ format.characterSpacing = 1; // Set character spacing
// Set font
var font = document.embedFont(ej.pdf.PdfFontFamily.helvetica, 10, ej.pdf.PdfFontStyle.regular);
// Draw text
-page.graphics.drawString('Syncfusion JavaScript PDF library', font, { x: 10, y: 20, width: 100, height: 200 }, new ej.pdf.PdfBrush({ r: 0, g: 0, b: 255 }), format);
+page.graphics.drawString('JavaScript PDF Library', font, { x: 10, y: 20, width: 100, height: 200 }, new ej.pdf.PdfBrush({ r: 0, g: 0, b: 255 }), format);
// Save the document
document.save('Output.pdf');
// Close the document
@@ -411,7 +411,7 @@ document.destroy();
## Embedded font
-This example shows how to embed fonts using [embedFont()](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument#embedfont) method of the [PdfDocument](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument) to ensure consistent text rendering across all platforms. The library supports embedding [PdfStandardFont](https://ej2.syncfusion.com/documentation/api/pdf/pdfstandardfont), [PdfCjkStandardFont](https://ej2.syncfusion.com/documentation/api/pdf/pdfcjkstandardfont), and [PdfTrueTypeFont](https://ej2.syncfusion.com/documentation/api/pdf/pdftruetypefont) for reliable Unicode text display. Additionally, using embedded fonts helps reduce overall PDF size, since the font dictionary is not duplicated for each usage—ensuring cleaner and more efficient output.
+This example shows how to embed fonts using [embedFont()](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument#embedfont) method of the [PdfDocument](https://ej2.syncfusion.com/documentation/api/pdf/pdfdocument) to ensure consistent text rendering across all platforms. The [JavaScript PDF Library](https://www.syncfusion.com/document-sdk/javascript-pdf-library) supports embedding [PdfStandardFont](https://ej2.syncfusion.com/documentation/api/pdf/pdfstandardfont), [PdfCjkStandardFont](https://ej2.syncfusion.com/documentation/api/pdf/pdfcjkstandardfont), and [PdfTrueTypeFont](https://ej2.syncfusion.com/documentation/api/pdf/pdftruetypefont) for reliable Unicode text display. Additionally, using embedded fonts helps reduce overall PDF size, since the font dictionary is not duplicated for each usage—ensuring cleaner and more efficient output.
{% tabs %}
{% highlight typescript tabtitle="TypeScript" %}
diff --git a/Document-Processing/PDF/PDF-Library/javascript/Watermarks.md b/Document-Processing/PDF/PDF-Library/javascript/Watermarks.md
index adfc3b0f8d..ab73e514b7 100644
--- a/Document-Processing/PDF/PDF-Library/javascript/Watermarks.md
+++ b/Document-Processing/PDF/PDF-Library/javascript/Watermarks.md
@@ -1,11 +1,11 @@
---
-title: Watermarks in JavaScript PDF library | Syncfusion
-description: This section explains how to add text and image watermarks to both new and existing PDF documents using the JavaScript PDF library
+title: Watermarks in JavaScript PDF Library | Syncfusion
+description: This section explains how to add text and image watermarks to both new and existing PDF documents using the JavaScript PDF Library
platform: document-processing
control: PDF
documentation: UG
---
-# Watermarks in JavaScript PDF library
+# Watermarks in JavaScript PDF Library
The PDF provides support to add watermark or stamp with text and images in the PDF document.
diff --git a/Document-Processing/PDF/PDF-Library/overview.md b/Document-Processing/PDF/PDF-Library/overview.md
index 586cdd3a56..3cbd0e96bb 100644
--- a/Document-Processing/PDF/PDF-Library/overview.md
+++ b/Document-Processing/PDF/PDF-Library/overview.md
@@ -1,5 +1,6 @@
---
title: PDF Document Processing Library | Syncfusion
+canonical_url: "https://www.syncfusion.com/document-sdk/net-pdf-library"
description: Syncfusion PDF document processing library allows you create, read and write PDF files through code in .NET and Flutter applications without Adobe dependencies.
platform: document-processing
control: general
@@ -11,3 +12,4 @@ keywords: PDF, SDK, Automation, API, create, read, write
Syncfusion PDF Document Processing library is a class library used to create, read, and write PDF files through code in .NET [Windows Forms, WPF, ASP.NET MVC, ASP.NET Core, Blazor, MAUI] and Flutter applications without Adobe dependencies. It eases you developers to just integrate this library to achieve the required PDF document processing functionalities and concentrate on core logics of your application.
+N> Looking for the full .NET PDF Library overview, features, pricing, and documentation? Visit the [.NET PDF Library](https://www.syncfusion.com/document-sdk/net-pdf-library) page.
diff --git a/Document-Processing/PDF/PDF-Viewer/flutter/accessibility.md b/Document-Processing/PDF/PDF-Viewer/flutter/accessibility.md
index c6c2fba4d9..995b8941ad 100644
--- a/Document-Processing/PDF/PDF-Viewer/flutter/accessibility.md
+++ b/Document-Processing/PDF/PDF-Viewer/flutter/accessibility.md
@@ -36,8 +36,8 @@ Widget build(BuildContext context) {
The `SfPdfViewer` [theming](https://help.syncfusion.com/flutter/themes) support provides a consistent and standardized appearance, as well as the ability to set the colors for all UI elements.
The following APIs allow you to customize the colors of the following elements:
-* [searchTextHighlightColor](https://help.syncfusion.com/flutter/pdf-viewer/text-search#customize-the-search-text-highlight-color)
-* [selectionColor and selectionHandleColor](https://help.syncfusion.com/flutter/pdf-viewer/text-selection#customize-the-text-selection-and-its-handle-color)
+* [searchTextHighlightColor](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/flutter/text-search#customize-the-search-text-highlight-color)
+* [selectionColor and selectionHandleColor](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/flutter/text-selection#customize-the-text-selection-and-its-handle-color)
## Large Fonts
diff --git a/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Edit.md b/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Edit.md
index 6c436d1f80..8fe6013bba 100644
--- a/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Edit.md
+++ b/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Edit.md
@@ -147,7 +147,7 @@ The [Signature](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.Si
#### Suppressing the signature modal view
-The [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) allows you to suppress the signature modal view and use your own UI in its place. This can be achieved by setting the `FormFieldModalViewAppearingEventArgs.Cancel` property to `true` in the [SignatureModalViewAppearing](https://help.syncfusion.com/cr/document-processing/Syncfusion.Maui.PdfViewer.FormFieldModalViewAppearingEventArgs.html") event handler.
+The [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) allows you to suppress the signature modal view and use your own UI in its place. This can be achieved by setting the `FormFieldModalViewAppearingEventArgs.Cancel` property to `true` in the [SignatureModalViewAppearing](https://help.syncfusion.com/cr/document-processing/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_SignatureModalViewAppearing) event handler.
The below code snippet illustrates suppressing the signature modal view and using a UI implemented in the app in its place. In this illustration, it is assumed that the signature is produced in the form of an image stream when the user completes drawing the signature in the custom dialog. When the signing is completed using the custom dialog, a stamp annotation is created and assigned as the signature of the form field.
diff --git a/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Import-Export.md b/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Import-Export.md
index 8d57e77f78..08be3f2821 100644
--- a/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Import-Export.md
+++ b/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Import-Export.md
@@ -23,7 +23,7 @@ The following formats are supported for both import and export:
| JSON | Custom format, compatible with Syncfusion PDF Viewers (WPF, Flutter, JavaScript, etc.). |
| XML | Custom format, compatible with Syncfusion PDF Viewers (WPF, Flutter, JavaScript, etc.). |
-The required format can be selected from the [DataFormat](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.DataFormat.html) enumeration.
+The required format can be selected from the [DataFormat](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Parsing.DataFormat.html) enumeration.
N> XFDF and FDF are standard formats compatible with global PDF viewers. JSON and XML are Syncfusion-specific formats for cross-platform use within Syncfusion products only.
diff --git a/Document-Processing/PDF/PDF-Viewer/maui/Getting-Started.md b/Document-Processing/PDF/PDF-Viewer/maui/Getting-Started.md
index 0f7ee4352e..b101ae69fd 100644
--- a/Document-Processing/PDF/PDF-Viewer/maui/Getting-Started.md
+++ b/Document-Processing/PDF/PDF-Viewer/maui/Getting-Started.md
@@ -35,37 +35,38 @@ Before proceeding, ensure the following are in place:
## Step 2: Install the Syncfusion® MAUI PDF Viewer NuGet Package
1. In **Solution Explorer**, right-click the project and choose **Manage NuGet Packages**.
-2. Search for [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) and install the latest version.`
-3. Ensure the necessary dependencies are installed correctly and the project is restored.
+2. Search for [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) and install the latest version.
+3. Ensure the dependencies are installed and the project is restored.
## Step 3: Register the Syncfusion® Core Handler
-[Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) is a dependency for all MAUI Syncfusion controls. This package will be automatically installed as a dependency when [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) NuGet is installed. Register the Syncfusion® core handler in the `MauiProgram.cs` file.
+[Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) is automatically installed as a dependency when [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) NuGet is installed.
+1. Add the following namespace in your `MauiProgram.cs` file.
{% tabs %}
-{% highlight c# tabtitle="MauiProgram.cs" hl_lines="1 17" %}
-
+{% highlight c# tabtitle="MauiProgram.cs" %}
using Syncfusion.Maui.Core.Hosting;
+{% endhighlight %}
+{% endtabs %}
+
+2. Register the Syncfusion core handler in your `MauiProgram.cs` file to use Syncfusion controls.
+{% tabs %}
+{% highlight c# tabtitle="MauiProgram.cs" hl_lines="12" %}
-namespace PdfViewerExample
+public static MauiApp CreateMauiApp()
{
- public class MauiProgram
- {
- public static MauiApp CreateMauiApp()
+ var builder = MauiApp.CreateBuilder();
+ builder
+ .UseMauiApp()
+ .ConfigureFonts(fonts =>
{
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- });
-
- builder.ConfigureSyncfusionCore();
- return builder.Build();
- }
- }
+ fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
+ });
+
+ builder.ConfigureSyncfusionCore();
+ return builder.Build();
}
+
{% endhighlight %}
{% endtabs %}
@@ -73,25 +74,19 @@ namespace PdfViewerExample
Open the `MainPage.xaml` file and follow the steps below.
-1. Import the control namespace `Syncfusion.Maui.PdfViewer`,
-2. Add the [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) control inside the `` tag.
-3. Name the PDF viewer control as `pdfViewer`.
-
+1. Add the following namespace in your MainPage.xaml file.
{% tabs %}
{% highlight xaml tabtitle="MainPage.xaml" %}
-
-
+xmlns:syncfusion="clr-namespace:Syncfusion.Maui.PdfViewer;assembly=Syncfusion.Maui.PdfViewer"
+{% endhighlight %}
+{% endtabs %}
-
-
-
-
-
+2. Add the [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) control.
+{% tabs %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
+
{% endhighlight %}
{% endtabs %}
@@ -99,87 +94,77 @@ Open the `MainPage.xaml` file and follow the steps below.
1. From the solution explorer of the project, add a new folder to the project named `Assets` and add the PDF document you need to load into the PDF viewer. Here, a PDF document named `PDF_Succinctly.pdf` is used.
2. In Visual Studio, right-click the added PDF document and set its `Build Action` as `Embedded Resource`.
-3. In this example, we will load the PDF document through MVVM binding. Create a new C# file named `PdfViewerViewModel.cs` and add the following code snippet.
+3. In this example, the PDF document is loaded using MVVM binding. Create a new C# file named `PdfViewerViewModel.cs` and add the following code snippet.
{% tabs %}
{% highlight c# tabtitle="PdfViewerViewModel.cs" %}
+
+using System.ComponentModel;
+using System.Reflection;
- using System.Reflection;
- using System.ComponentModel;
-
- namespace PdfViewerExample
+internal class PdfViewerViewModel : INotifyPropertyChanged
+{
+ private Stream pdfDocumentStream;
+
+ ///
+ /// Occurs when a property value changes.
+ ///
+ public event PropertyChangedEventHandler? PropertyChanged;
+
+ ///
+ /// Gets or sets the stream of the currently loaded PDF document.
+ ///
+ public Stream PdfDocumentStream
{
- class PdfViewerViewModel : INotifyPropertyChanged
+ get
{
- private Stream pdfDocumentStream;
-
- ///
- /// Occurs when a property value changes.
- ///
- public event PropertyChangedEventHandler? PropertyChanged;
-
- ///
- /// Gets or sets the stream of the currently loaded PDF document.
- ///
- public Stream PdfDocumentStream
- {
- get
- {
- return pdfDocumentStream;
- }
- set
- {
- pdfDocumentStream = value;
- OnPropertyChanged(nameof(PdfDocumentStream));
- }
- }
-
- ///
- /// Initializes a new instance of the class.
- ///
- public PdfViewerViewModel()
- {
- // Load the embedded PDF document stream.
- pdfDocumentStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("PdfViewerExample.Assets.PDF_Succinctly.pdf");
- }
-
- ///
- /// Raises the event for the specified property name.
- ///
- /// The name of the property that changed.
- public void OnPropertyChanged(string name)
- {
- PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
- }
+ return pdfDocumentStream;
+ }
+ set
+ {
+ pdfDocumentStream = value;
+ OnPropertyChanged(nameof(PdfDocumentStream));
}
}
+
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public PdfViewerViewModel()
+ {
+ // Load the embedded PDF document stream.
+ // Replace 'PdfViewerExample' with your project's namespace in resource path
+ pdfDocumentStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("PdfViewerExample.Assets.PDF_Succinctly.pdf");
+ }
+
+ ///
+ /// Raises the event for the specified property name.
+ ///
+ /// The name of the property that changed.
+ public void OnPropertyChanged(string name)
+ {
+ PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
+ }
+}
{% endhighlight %}
{% endtabs %}
-4. Open the `MainPage.xaml` file again and add the default namespace of the created .NET MAUI project and name it as `local`. Here the default namespace of the demo sample `PdfViewerExample` is used.
-5. Set an instance of the `PdfViewerViewModel` class as the `BindingContext` of the `ContentPage`.
-6. Bind the PDF viewer's [DocumentSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_DocumentSource) to the `PdfDocumentStream` property of the `PdfViewerViewModel` class.
-
+4. Open the `MainPage.xaml` file again and add the namespace `PdfViewerExample` and name it as `local`.
{% tabs %}
{% highlight xaml tabtitle="MainPage.xaml" %}
+xmlns:local="clr-namespace:PdfViewerExample"
+{% endhighlight %}
+{% endtabs %}
-
-
-
-
-
-
+5. Set an instance of the `PdfViewerViewModel` class as the `BindingContext`. Bind the PDF viewer's [DocumentSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_DocumentSource) to the `PdfDocumentStream` property of the `PdfViewerViewModel` class.
+{% tabs %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
+
+
+
-
-
-
-
-
+
{% endhighlight %}
{% endtabs %}
@@ -214,37 +199,38 @@ Before proceeding, ensure the following are in place:
## Step 2: Install the Syncfusion® MAUI PDF Viewer NuGet Package
1. In **Solution Explorer**, right-click the project and choose **Add NuGet Package**.
-2. Search for [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) and install the latest version.`
-3. Ensure the necessary dependencies are installed correctly, and the project is restored.
+2. Search for [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) and install the latest version.
+3. Ensure the dependencies are installed, and the project is restored.
## Step 3: Register the Syncfusion® Core Handler
-[Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) is a dependency for all MAUI Syncfusion controls. This package will be automatically installed as a dependency when [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) NuGet is installed. Register the Syncfusion® core handler in the `MauiProgram.cs` file.
+[Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) will be automatically installed as a dependency when [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) NuGet is installed.
+1. Add the following namespace in your `MauiProgram.cs` file.
{% tabs %}
-{% highlight c# tabtitle="MauiProgram.cs" hl_lines="1 17" %}
-
+{% highlight c# tabtitle="MauiProgram.cs" %}
using Syncfusion.Maui.Core.Hosting;
+{% endhighlight %}
+{% endtabs %}
-namespace PdfViewerExample
+2. Register the Syncfusion core handler in your `MauiProgram.cs` file to use Syncfusion controls.
+{% tabs %}
+{% highlight c# tabtitle="MauiProgram.cs" hl_lines="12" %}
+
+public static MauiApp CreateMauiApp()
{
- public class MauiProgram
- {
- public static MauiApp CreateMauiApp()
+ var builder = MauiApp.CreateBuilder();
+ builder
+ .UseMauiApp()
+ .ConfigureFonts(fonts =>
{
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- });
-
- builder.ConfigureSyncfusionCore();
- return builder.Build();
- }
- }
+ fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
+ });
+
+ builder.ConfigureSyncfusionCore();
+ return builder.Build();
}
+
{% endhighlight %}
{% endtabs %}
@@ -252,24 +238,20 @@ namespace PdfViewerExample
Open the `MainPage.xaml` file and follow the steps below.
-1. Import the control namespace `Syncfusion.Maui.PdfViewer`,
-2. Add the [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) control inside the `` tag.
-3. Name the PDF viewer control as `pdfViewer`.
-
+1. Add the following namespace in your MainPage.xaml file.
{% tabs %}
{% highlight xaml tabtitle="MainPage.xaml" %}
-
-
+xmlns:syncfusion="clr-namespace:Syncfusion.Maui.PdfViewer;assembly=Syncfusion.Maui.PdfViewer"
+{% endhighlight %}
+{% endtabs %}
+
+2. Add the [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) control.
+
+{% tabs %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
-
-
-
-
-
+
{% endhighlight %}
{% endtabs %}
@@ -288,89 +270,78 @@ Open the `MainPage.xaml` file and follow the steps below.
{% endhighlight %}
{% endtabs %}
+3. In this example, the PDF document is loaded using MVVM binding. Create a new C# file named `PdfViewerViewModel.cs` and add the following code snippet.
-3. In this example, we will load the PDF document through MVVM binding. Create a new C# file named `PdfViewerViewModel.cs` and add the following code snippet.
-
-{% tabs %}
-{% highlight c# tabtitle="PdfViewerViewModel.cs" %}
+ {% tabs %}
+ {% highlight c# tabtitle="PdfViewerViewModel.cs" %}
-using System.Reflection;
using System.ComponentModel;
-
-namespace PdfViewerExample
+using System.Reflection;
+
+internal class PdfViewerViewModel : INotifyPropertyChanged
{
- class PdfViewerViewModel : INotifyPropertyChanged
- {
- private Stream pdfDocumentStream;
+ private Stream pdfDocumentStream;
- ///
- /// Occurs when a property value changes.
- ///
- public event PropertyChangedEventHandler? PropertyChanged;
+ ///
+ /// Occurs when a property value changes.
+ ///
+ public event PropertyChangedEventHandler? PropertyChanged;
- ///
- /// Gets or sets the stream of the currently loaded PDF document.
- ///
- public Stream PdfDocumentStream
+ ///
+ /// Gets or sets the stream of the currently loaded PDF document.
+ ///
+ public Stream PdfDocumentStream
+ {
+ get
{
- get
- {
- return pdfDocumentStream;
- }
- set
- {
- pdfDocumentStream = value;
- OnPropertyChanged(nameof(PdfDocumentStream));
- }
+ return pdfDocumentStream;
}
-
- ///
- /// Initializes a new instance of the class.
- ///
- public PdfViewerViewModel()
+ set
{
- // Load the embedded PDF document stream.
- pdfDocumentStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("PdfViewerExample.Assets.PDF_Succinctly.pdf");
+ pdfDocumentStream = value;
+ OnPropertyChanged(nameof(PdfDocumentStream));
}
+ }
- ///
- /// Raises the event for the specified property name.
- ///
- /// The name of the property that changed.
- public void OnPropertyChanged(string name)
- {
- PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
- }
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public PdfViewerViewModel()
+ {
+ // Load the embedded PDF document stream.
+ // Replace 'PdfViewerExample' with your project's namespace in resource path
+ pdfDocumentStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("PdfViewerExample.Assets.PDF_Succinctly.pdf");
}
+
+ ///
+ /// Raises the event for the specified property name.
+ ///
+ /// The name of the property that changed.
+ public void OnPropertyChanged(string name)
+ {
+ PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
+ }
}
{% endhighlight %}
{% endtabs %}
-4. Open the `MainPage.xaml` file again and add the default namespace of the created .NET MAUI project and name it as `local`. Here the default namespace of the demo sample `PdfViewerExample` is used.
-5. Set an instance of the `PdfViewerViewModel` class as the `BindingContext` of the `ContentPage`.
-6. Bind the PDF viewer's [DocumentSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_DocumentSource) to the `PdfDocumentStream` property of the `PdfViewerViewModel` class.
-
+4. Open the `MainPage.xaml` file again and add the namespace `PdfViewerExample`and name it as `local`.
{% tabs %}
{% highlight xaml tabtitle="MainPage.xaml" %}
+xmlns:local="clr-namespace:PdfViewerExample"
+{% endhighlight %}
+{% endtabs %}
-
-
-
-
-
-
-
-
-
-
-
-
+5. Set an instance of the `PdfViewerViewModel` class as the `BindingContext`. Bind the PDF viewer's [DocumentSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_DocumentSource) to the `PdfDocumentStream` property of the `PdfViewerViewModel` class.
+{% tabs %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
+
+
+
+
+
{% endhighlight %}
{% endtabs %}
@@ -404,8 +375,8 @@ Before proceeding, ensure the following are set up:
## Step 2: Install the Syncfusion® MAUI PDF Viewer NuGet Package
1. In **Solution Explorer,** right-click the project and choose **Manage NuGet Packages.**
-2. Search for [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer/) and install the latest version.
-3. Ensure the necessary dependencies are installed correctly, and the project is restored. If not, open the Terminal in Rider and manually run the following code.
+2. Search for [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) and install the latest version.
+3. Ensure the dependencies are installed, and the project is restored. If not, open the Terminal in Rider and manually run the following code.
{% tabs %}
{% highlight c# tabtitle="terminal" %}
@@ -417,32 +388,33 @@ dotnet restore
## Step 3: Register the Syncfusion® Core Handler
-[Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) is a dependency for all MAUI Syncfusion controls. This package will be automatically installed as a dependency when [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) NuGet is installed. Register the Syncfusion® core handler in the `MauiProgram.cs` file.
+[Syncfusion.Maui.Core](https://www.nuget.org/packages/Syncfusion.Maui.Core/) is a dependency for all MAUI Syncfusion controls. This package will be automatically installed as a dependency when [Syncfusion.Maui.PdfViewer](https://www.nuget.org/packages/Syncfusion.Maui.PdfViewer) NuGet is installed.
+1. Add the following namespace in your `MauiProgram.cs` file.
{% tabs %}
-{% highlight c# tabtitle="MauiProgram.cs" hl_lines="1 17" %}
-
+{% highlight c# tabtitle="MauiProgram.cs" %}
using Syncfusion.Maui.Core.Hosting;
+{% endhighlight %}
+{% endtabs %}
+
+2. Register the Syncfusion core handler in your `MauiProgram.cs` file to use Syncfusion controls.
+{% tabs %}
+{% highlight c# tabtitle="MauiProgram.cs" hl_lines="12" %}
-namespace PdfViewerExample
+public static MauiApp CreateMauiApp()
{
- public class MauiProgram
- {
- public static MauiApp CreateMauiApp()
+ var builder = MauiApp.CreateBuilder();
+ builder
+ .UseMauiApp()
+ .ConfigureFonts(fonts =>
{
- var builder = MauiApp.CreateBuilder();
- builder
- .UseMauiApp()
- .ConfigureFonts(fonts =>
- {
- fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
- });
-
- builder.ConfigureSyncfusionCore();
- return builder.Build();
- }
- }
+ fonts.AddFont("OpenSans-Regular.ttf", "OpenSansRegular");
+ });
+
+ builder.ConfigureSyncfusionCore();
+ return builder.Build();
}
+
{% endhighlight %}
{% endtabs %}
@@ -450,24 +422,19 @@ namespace PdfViewerExample
Open the `MainPage.xaml` file and follow the steps below.
-1. Import the control namespace `Syncfusion.Maui.PdfViewer`.
-2. Add the [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) control inside the `` tag.
-3. Name the PDF viewer control as `pdfViewer`.
-
+1. Add the following namespace in your MainPage.xaml file.
{% tabs %}
{% highlight xaml tabtitle="MainPage.xaml" %}
+ xmlns:syncfusion="clr-namespace:Syncfusion.Maui.PdfViewer;assembly=Syncfusion.Maui.PdfViewer"
+{% endhighlight %}
+{% endtabs %}
+
+2. Add the [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) control. Name the PDF viewer control as `pdfViewer`.
-
-
+{% tabs %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
-
-
-
-
-
+
{% endhighlight %}
{% endtabs %}
@@ -486,87 +453,77 @@ Open the `MainPage.xaml` file and follow the steps below.
{% endhighlight %}
{% endtabs %}
+3. In this example, the PDF document is loaded using MVVM binding. Create a new C# file named `PdfViewerViewModel.cs` and add the following code snippet.
-3. In this example, we will load the PDF document through MVVM binding. Create a new C# file named `PdfViewerViewModel.cs` and add the following code snippet.
-
-{% tabs %}
-{% highlight c# tabtitle="PdfViewerViewModel.cs" %}
+ {% tabs %}
+ {% highlight c# tabtitle="PdfViewerViewModel.cs" %}
-using System.Reflection;
using System.ComponentModel;
+using System.Reflection;
-namespace PdfViewerExample
+internal class PdfViewerViewModel : INotifyPropertyChanged
{
- class PdfViewerViewModel : INotifyPropertyChanged
- {
- private Stream pdfDocumentStream;
+ private Stream pdfDocumentStream;
- ///
- /// Occurs when a property value changes.
- ///
- public event PropertyChangedEventHandler? PropertyChanged;
+ ///
+ /// Occurs when a property value changes.
+ ///
+ public event PropertyChangedEventHandler? PropertyChanged;
- ///
- /// Gets or sets the stream of the currently loaded PDF document.
- ///
- public Stream PdfDocumentStream
+ ///
+ /// Gets or sets the stream of the currently loaded PDF document.
+ ///
+ public Stream PdfDocumentStream
+ {
+ get
{
- get
- {
- return pdfDocumentStream;
- }
- set
- {
- pdfDocumentStream = value;
- OnPropertyChanged(nameof(PdfDocumentStream));
- }
+ return pdfDocumentStream;
}
-
- ///
- /// Initializes a new instance of the class.
- ///
- public PdfViewerViewModel()
+ set
{
- // Load the embedded PDF document stream.
- pdfDocumentStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("PdfViewerExample.Assets.PDF_Succinctly.pdf");
+ pdfDocumentStream = value;
+ OnPropertyChanged(nameof(PdfDocumentStream));
}
+ }
- ///
- /// Raises the event for the specified property name.
- ///
- /// The name of the property that changed.
- public void OnPropertyChanged(string name)
- {
- PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
- }
+ ///
+ /// Initializes a new instance of the class.
+ ///
+ public PdfViewerViewModel()
+ {
+ // Load the embedded PDF document stream.
+ // Replace 'PdfViewerExample' with your project's namespace in resource path
+ pdfDocumentStream = typeof(App).GetTypeInfo().Assembly.GetManifestResourceStream("PdfViewerExample.Assets.PDF_Succinctly.pdf");
}
+
+ ///
+ /// Raises the event for the specified property name.
+ ///
+ /// The name of the property that changed.
+ public void OnPropertyChanged(string name)
+ {
+ PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(name));
+ }
}
{% endhighlight %}
{% endtabs %}
-4. Open the `MainPage.xaml` file again and add the default namespace of the created .NET MAUI project and name it as `local`. Here the default namespace of the demo sample `PdfViewerExample` is used.
-5. Set an instance of the `PdfViewerViewModel` class as the `BindingContext` of the `ContentPage`.
-6. Bind the PDF viewer's [DocumentSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_DocumentSource) to the `PdfDocumentStream` property of the `PdfViewerViewModel` class.
-
+4. Open the `MainPage.xaml` file again and add the namespace `PdfViewerExample` and name it as `local`.
{% tabs %}
{% highlight xaml tabtitle="MainPage.xaml" %}
+xmlns:local="clr-namespace:PdfViewerExample"
+{% endhighlight %}
+{% endtabs %}
-
-
-
-
-
-
+5. Set an instance of the `PdfViewerViewModel` class as the `BindingContext`. Bind the PDF viewer's [DocumentSource](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_DocumentSource) to the `PdfDocumentStream` property of the `PdfViewerViewModel` class.
+{% tabs %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
+
+
+
-
-
-
-
-
+
{% endhighlight %}
{% endtabs %}
@@ -590,16 +547,16 @@ N> You can refer to our [.NET MAUI PDF Viewer](https://www.syncfusion.com/maui-c
## What to Do Next
-Now that the PDF Viewer is running, here is a suggested learning path to explore its capabilities:
-
-| Step | Goal | Topic |
-|---|---|---|
-| 1 | **Open documents from different sources** | Load a PDF from a URL, the device's file system, a Base64 string, or a password-protected file. → [Open a Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/open-a-document) |
-| 2 | **Navigate and read** | Jump to specific pages, control zoom levels, and search for text. → [Page Navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/page-navigation) · [Magnification](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/magnification) · [Text Search](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/text-search) |
-| 3 | **Add annotations** | Highlight text, draw shapes, add sticky notes, or use freehand ink. → [Annotations Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/annotations-overview) |
-| 4 | **Fill form fields** | Read, edit, validate, import, and export PDF form data. → [Form Filling Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-overview) |
-| 5 | **Save and print** | Persist changes back to a file stream, optionally flattening annotations. → [Save a Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/save-a-document) · [Print a Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/print-a-document) |
-| 6 | **Customize the toolbar** | Show, hide, add, or remove toolbar items to match your app's workflow. → [Toolbar Customization](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/toolbar-customization) |
-| 7 | **Redact sensitive content** | Permanently remove confidential text or images before sharing. → [Redaction](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/redaction) |
+Now that the PDF Viewer is running, you can explore the following features:
+
+| Topics | Resources |
+|---|---|
+| **Open documents from different sources** | Load a PDF from a URL, the device's file system, a Base64 string, or a password-protected file. → [Open a Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/open-a-document) |
+| **Navigate and read** | Jump to specific pages, control zoom levels, and search for text. → [Page Navigation](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/page-navigation) · [Magnification](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/magnification) · [Text Search](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/text-search) |
+| **Add annotations** | Highlight text, draw shapes, add sticky notes, or use freehand ink. → [Annotations Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/annotations-overview) |
+| **Fill form fields** | Read, edit, validate, import, and export PDF form data. → [Form Filling Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-overview) |
+| **Save and print** | Persist changes back to a file stream, optionally flattening annotations. → [Save a Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/save-a-document) · [Print a Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/print-a-document) |
+| **Customize the toolbar** | Show, hide, add, or remove toolbar items to match your app's workflow. → [Toolbar Customization](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/toolbar-customization) |
+| **Redact sensitive content** | Permanently remove confidential text or images before sharing. → [Redaction](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/redaction) |
* For migration from Xamarin to .NET MAUI, please follow the [Migration Guide](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/migration).
diff --git a/Document-Processing/PDF/PDF-Viewer/maui/Import-Export-Annotations.md b/Document-Processing/PDF/PDF-Viewer/maui/Import-Export-Annotations.md
index bea5d94708..8eeb9a0f9c 100644
--- a/Document-Processing/PDF/PDF-Viewer/maui/Import-Export-Annotations.md
+++ b/Document-Processing/PDF/PDF-Viewer/maui/Import-Export-Annotations.md
@@ -18,7 +18,7 @@ The import and export of annotations support the following file data formats:
* FDF
* JSON
-The required file format can be chosen from the [AnnotationDataFormat](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.AnnotationDataFormat.html) enumeration. In the following sections, only the `XFDF` file format is explained for brevity.
+The required file format can be chosen from the [AnnotationDataFormat](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Parsing.AnnotationDataFormat.html) enumeration. In the following sections, only the `XFDF` file format is explained for brevity.
N> The XFDF and FDF are the standard file data formats that can be used across global PDF viewers. Whereas, JSON is the custom format that can only be used across the Syncfusion� PDF Viewers supported on other platforms like WPF, Flutter, JavaScript, etc.
diff --git a/Document-Processing/PDF/PDF-Viewer/maui/Overview.md b/Document-Processing/PDF/PDF-Viewer/maui/Overview.md
index 3e2b3193fd..4fe084bb75 100644
--- a/Document-Processing/PDF/PDF-Viewer/maui/Overview.md
+++ b/Document-Processing/PDF/PDF-Viewer/maui/Overview.md
@@ -17,19 +17,19 @@ Build powerful PDF experiences into your .NET MAUI app with the [SfPdfViewer](ht
| Topic | Description |
|---|---|
| [Getting Started](https://help.syncfusion.com/maui/pdf-viewer/getting-started) | Install the package, configure the handler, and load your first PDF document. |
-| [Open a Document](https://help.syncfusion.com/maui/pdf-viewer/open-a-document) | Load documents from streams, local storage, URLs, Base64 strings, or password-protected files. |
-| [Annotations Overview](https://help.syncfusion.com/maui/pdf-viewer/annotations-overview) | Add, edit, import, and export highlights, shapes, ink, stamps, sticky notes, and more. |
+| [Open a Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/open-a-document) | Load documents from streams, local storage, URLs, Base64 strings, or password-protected files. |
+| [Annotations Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/annotations-overview) | Add, edit, import, and export highlights, shapes, ink, stamps, sticky notes, and more. |
| [Form Filling Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-overview) | Fill, edit, import, and export PDF form fields including text boxes, checkboxes, and signatures. |
-| [Text Search](https://help.syncfusion.com/maui/pdf-viewer/text-search) | Search for text and navigate all occurrences in a document. |
-| [Save a Document](https://help.syncfusion.com/maui/pdf-viewer/save-a-document) | Save modified documents to a file stream, with optional annotation flattening. |
-| [Toolbar](https://help.syncfusion.com/maui/pdf-viewer/toolbar) | Reference guide to all built-in toolbar names and toolbar item names. |
+| [Text Search](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/text-search) | Search for text and navigate all occurrences in a document. |
+| [Save a Document](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/save-a-document) | Save modified documents to a file stream, with optional annotation flattening. |
+| [Toolbar](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/toolbar) | Reference guide to all built-in toolbar names and toolbar item names. |
| [Toolbar Customization](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/toolbar-customization) | Show, hide, add, remove, and reorder toolbar items. |
-| [UI Customization](https://help.syncfusion.com/maui/pdf-viewer/ui-customization) | Customize the appearance of the PDF Viewer control. |
+| [UI Customization](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/ui-customization) | Customize the appearance of the PDF Viewer control. |
| [Redaction](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/redaction) | Permanently remove sensitive content from PDF documents. |
| [Electronic Signature](https://help.syncfusion.com/maui/pdf-viewer/signature) | Add handwritten, typed, or image-based signatures. |
| [Keyboard Shortcuts](https://help.syncfusion.com/maui/pdf-viewer/keyboard-shortcuts) | Keyboard shortcuts available on desktop platforms. |
| [Localization](https://help.syncfusion.com/maui/pdf-viewer/localization) | Translate all built-in strings into any supported language. |
-| [Migration Guide](https://help.syncfusion.com/maui/pdf-viewer/migration) | Migrate from Xamarin.Forms SfPdfViewer to .NET MAUI SfPdfViewer. |
+| [Migration Guide](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/migration) | Migrate from Xamarin.Forms SfPdfViewer to .NET MAUI SfPdfViewer. |
## Key Features
diff --git a/Document-Processing/PDF/PDF-Viewer/maui/Page-Navigation.md b/Document-Processing/PDF/PDF-Viewer/maui/Page-Navigation.md
index d7462bb281..155f749734 100644
--- a/Document-Processing/PDF/PDF-Viewer/maui/Page-Navigation.md
+++ b/Document-Processing/PDF/PDF-Viewer/maui/Page-Navigation.md
@@ -123,7 +123,7 @@ private void LastPageButton_Clicked(object sender, EventArgs e)
The example project with the page navigation functionalities can be downloaded [here](https://github.com/SyncfusionExamples/maui-pdf-viewer-examples).
-### Page Navigation via Scroll Head(Mobile Platform)
+## Page Navigation via Scroll Head(Mobile Platform)
On Android and iOS platforms, the scroll head offers a quick way to move through pages.Tap the scroll head to open a page navigation dialog. Enter a valid page number and tap **OK** to jump directly to that page.
diff --git a/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Viewing-PDF.md b/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Viewing-PDF.md
index cdcdadf98b..e81865abeb 100644
--- a/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Viewing-PDF.md
+++ b/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Viewing-PDF.md
@@ -8,12 +8,12 @@ documentation: ug
---
# Viewing PDF in UWP PDF Viewer (SfPdfViewer)
-The [`SfPdfViewer`](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) allows you to load the PDF documents from the [`stream`](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream?view=net-5.0), [`storageFile`](https://learn.microsoft.com/en-us/uwp/api/windows.storage.storagefile?view=winrt-19041), and [`PdfLoadedDocument`](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) object.
+The [`SfPdfViewer`](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) allows you to load the PDF documents from the [`stream`](https://learn.microsoft.com/en-us/dotnet/api/system.io.stream?view=net-5.0), [`storageFile`](https://learn.microsoft.com/en-us/uwp/api/windows.storage.storagefile?view=winrt-19041), and [`PdfLoadedDocument`](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) object.
## Loading a PDF using PdfLoadedDocument object
The [`SfPdfViewer`](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) allows you to load the PDF document synchronously and asynchronously from the specified pdfLoadedDocument object using the `LoadDocument` and `LoadDocumentAsync` methods respectively.
-The following code explains how to load the document synchronously using a [`PdfLoadedDocument`](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) object that was created from the PDF in the Assets folder of the application.
+The following code explains how to load the document synchronously using a [`PdfLoadedDocument`](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) object that was created from the PDF in the Assets folder of the application.
{% tabs %}
{% highlight c# %}
@@ -33,7 +33,7 @@ pdfViewer.LoadDocument(loadedDocument)
{% endhighlight %}
{% endtabs %}
-The following code explains how to load the document asynchronously using the [`PdfLoadedDocument`](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) object that was created from the PDF in the Assets folder of the application.
+The following code explains how to load the document asynchronously using the [`PdfLoadedDocument`](https://help.syncfusion.com/cr/document-processing/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) object that was created from the PDF in the Assets folder of the application.
{% tabs %}
{% highlight c# %}
@@ -94,6 +94,175 @@ Await pdfViewer.LoadDocumentAsync(fileStream, cancellationTokenSource.Token)
In the above code sample, the [`CancellationToken`](https://learn.microsoft.com/en-us/dotnet/api/system.threading.cancellationtoken?view=net-5.0) enables you to cancel the asynchronous loading of a PDF document when it is in progress.
+## Loading PDF through binding
+
+The [`SfPdfViewer`](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) supports loading a PDF document using data binding. This is useful in MVVM-based applications where the document stream is exposed as a property.
+
+### Creating a view model
+
+1. Add a PDF file to the project and set its **Build Action** to **Embedded Resource**.
+
+2. Create a simple class (`PdfReport.cs`) that provides the PDF stream property for binding.
+
+{% tabs %}
+{% highlight c# %}
+class PdfReport : INotifyPropertyChanged
+ {
+ private Stream docStream;
+ public event PropertyChangedEventHandler PropertyChanged;
+
+ ///
+ /// Stream object to be bound to the ItemsSource of the PDF Viewer
+ ///
+ public Stream DocumentStream
+ {
+ get
+ {
+ return docStream;
+ }
+ set
+ {
+ docStream = value;
+ OnPropertyChanged(new PropertyChangedEventArgs("DocumentStream"));
+ }
+ }
+
+ public PdfReport()
+ {
+ //Loads the stream from the embedded resource.
+ Assembly assembly = typeof(MainPage).GetTypeInfo().Assembly;
+ docStream = assembly.GetManifestResourceStream("SimpleSample.Assets.JavaScript_Succinctly.pdf");
+ }
+
+ public void OnPropertyChanged(PropertyChangedEventArgs e)
+ {
+ if (PropertyChanged != null)
+ PropertyChanged(this, e);
+ }
+ }
+{% endhighlight %}
+{% highlight vbnet %}
+Class PdfReport
+ Implements INotifyPropertyChanged
+
+ Private docStream As Stream
+ Private Event PropertyChanged As PropertyChangedEventHandler Implements INotifyPropertyChanged.PropertyChanged
+
+ '''
+ ''' Stream object to be bound to the ItemsSource of the PDF Viewer
+ '''
+ Public Property DocumentStream As Stream
+ Get
+ Return docStream
+ End Get
+ Set
+ docStream = Value
+ OnPropertyChanged(New PropertyChangedEventArgs("DocumentStream"))
+ End Set
+ End Property
+
+ Public Sub New()
+ 'Loads the stream from the embedded resource.
+ Dim assembly As Assembly = GetType(MainPage).GetTypeInfo().Assembly
+ docStream = assembly.GetManifestResourceStream("SimpleSample.JavaScript_Succinctly.pdf")
+ End Sub
+
+ Public Sub OnPropertyChanged(e As PropertyChangedEventArgs)
+ RaiseEvent PropertyChanged(Me, e)
+ End Sub
+End Class
+{% endhighlight %}
+{% endtabs %}
+
+### Binding the document
+
+To bind the [DocumentStream](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html#Syncfusion_Windows_PdfViewer_SfPdfViewerControl_DocumentStream) property of the PdfReport class to the PDF viewer, you need to set the [DataContext](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.frameworkelement.datacontext?view=winrt-28000) of the page. After setting the DataContext, bind the [`ItemsSource`](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html#Syncfusion_Windows_PdfViewer_SfPdfViewerControl_ItemsSource) property of the `SfPdfViewer` to the `DocumentStream` property.
+
+The following example shows how to set the `DataContext` and `ItemsSource`property in XAML:
+
+{% tabs %}
+{% highlight xaml %}
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+
+## Loading PDF document using FileOpenPicker
+
+The `SfPdfViewer` allows users to select and load a PDF document at runtime using the `FileOpenPicker`. The selected file is returned as a `StorageFile`, which can be directly loaded into the viewer.
+
+{% tabs %}
+{% highlight xaml %}
+
+{% endhighlight %}
+{% endtabs %}
+
+Include the below code in the click event of the button.
+
+{% tabs %}
+{% highlight c# %}
+async private void Open_Click(object sender, RoutedEventArgs e)
+ {
+ //Opens a file picker.
+ var picker = new FileOpenPicker();
+ picker.SuggestedStartLocation = PickerLocationId.DocumentsLibrary;
+ picker.ViewMode = PickerViewMode.List;
+
+ //Filters PDF files in the documents library.
+ picker.FileTypeFilter.Add(".pdf");
+ var file = await picker.PickSingleFileAsync();
+ if (file == null) return;
+
+ //Reads the stream of the loaded PDF document.
+ var stream = await file.OpenAsync(Windows.Storage.FileAccessMode.Read);
+ Stream fileStream = stream.AsStreamForRead();
+ byte[] buffer = new byte[fileStream.Length];
+ fileStream.Read(buffer, 0, buffer.Length);
+
+ //Loads the PDF document.
+ PdfLoadedDocument loadedDocument = new PdfLoadedDocument(buffer);
+ pdfViewer.LoadDocument(loadedDocument);
+ }
+{% endhighlight %}
+{% highlight vbnet %}
+Private Async Sub Open_Click(sender As Object, e As RoutedEventArgs)
+ 'Opens a file picker.
+ Dim picker = New FileOpenPicker()
+ picker.SuggestedStartLocation = PickerLocationId.DocumentsLibrary
+ picker.ViewMode = PickerViewMode.List
+ 'Filters PDF files in the documents library.
+ picker.FileTypeFilter.Add(".pdf")
+ Dim file = Await picker.PickSingleFileAsync()
+ If file Is Nothing Then
+ Return
+ End If
+ 'Reads the stream of the loaded PDF document.
+ Dim stream = Await file.OpenAsync(Windows.Storage.FileAccessMode.Read)
+ Dim fileStream As Stream = stream.AsStreamForRead()
+ Dim buffer As Byte() = New Byte(fileStream.Length - 1) {}
+ fileStream.Read(buffer, 0, buffer.Length)
+ 'Loads the PDF document.
+ Dim loadedDocument As New PdfLoadedDocument(buffer)
+ pdfViewer.LoadDocument(loadedDocument)
+End Sub
+{% endhighlight %}
+{% endtabs %}
+
## Loading a PDF using the StorageFile object
The [`SfPdfViewer`](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) allows you to load the PDF document synchronously and asynchronously from the specified storage file using the `LoadDocument` and `LoadDocumentAsync` methods respectively.
diff --git a/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Working-with-magnification.md b/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Working-with-magnification.md
index b65fc41d46..504b67235a 100644
--- a/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Working-with-magnification.md
+++ b/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Working-with-magnification.md
@@ -11,7 +11,7 @@ documentation: ug
Magnification of the PDF document can be done in multiple ways and the different ways are explained below. By default the viewer control supports ctrl+ mouse scroll to manipulate the magnification of the document.
-In all code snippets that follow, 'buffer' is the byte array read from the PDF file either using FileOpenPicker or from Assets folder, as illustrated in the [Viewing PDF](https://help.syncfusion.com/uwp/sfpdfviewer/concepts-and-features/viewing-pdf) section.
+In all code snippets that follow, 'buffer' is the byte array read from the PDF file either using FileOpenPicker or from Assets folder, as illustrated in the [Viewing PDF](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/uwp/concepts-and-features/viewing-pdf) section.
**Setting Custom zoom**
diff --git a/Document-Processing/PDF/PDF-Viewer/uwp/Getting-Started.md b/Document-Processing/PDF/PDF-Viewer/uwp/Getting-Started.md
index 6b35799c31..8fc9a60c41 100644
--- a/Document-Processing/PDF/PDF-Viewer/uwp/Getting-Started.md
+++ b/Document-Processing/PDF/PDF-Viewer/uwp/Getting-Started.md
@@ -8,11 +8,35 @@ documentation: ug
---
# Getting Started with UWP PDF Viewer (SfPdfViewer)
-This section explains about the assemblies required for the deployment of [UWP PDF Viewer](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) (SfPdfViewer) and how to create simple application using the SfPdfViewer control.
+This section briefly explains how to include the [Syncfusion® UWP PDF Viewer](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) component in UWP App using Visual Studio.
-## Required Assemblies
+## Prerequisites
+* [System requirements for UWP components](https://help.syncfusion.com/uwp/system-requirements)
-The following list of assemblies are required for adding a PDF viewer control to the Universal Windows Platform application.
+## Create a new UWP App in Visual Studio
+
+You can create a **UWP Application** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/visualstudio/get-started/csharp/tutorial-uwp?view=visualstudio&tabs=vs-2022-17-10) or the [Syncfusion® UWP](https://help.syncfusion.com/uwp/visual-studio-integration/create-project).
+
+## Assemblies Deployment
+
+You can add a UWP PdfViewer component to your application by installing it via NuGet packages (recommended) or by manually adding the required assemblies to the project.
+
+{% tabcontents %}
+
+{% tabcontent NuGet Package %}
+### Install Syncfusion® UWP PdfViewer NuGet Package
+
+To add **UWP PdfViewer** component in the application, open the NuGet package manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), search and install:
+
+• [Syncfusion.SfPdfViewer.UWP](https://www.nuget.org/packages/Syncfusion.SfPdfViewer.UWP)
+
+{% endtabcontent %}
+
+{% tabcontent Assemblies (.dll) %}
+
+### Add Syncfusion® UWP PdfViewer Assemblies
+
+Below table describes, list of assemblies required to be added in project when the UWP PdfViewer control is used in your application.
@@ -53,90 +77,106 @@ This co-location matters only if you move assemblies out of their installed loca
N> Starting with v16.2.0.x, if you reference Syncfusion® assemblies from trial setup or from the NuGet feed, you also have to include a license key in your projects. Please refer to [this link](https://help.syncfusion.com/common/essential-studio/licensing/overview) to know about registering Syncfusion® license key in your UWP application to use our components.
+{% endtabcontent %}
+
+{% endtabcontents %}
+
+## Add UWP PdfViewer component
-## Create a simple application with the SfPdfViewer
+UWP PdfViewer control can be added to an application either through the designer (XAML) or programmatically using code.
-Follow the below steps to create a simple application with the SfPdfViewer.
+{% tabcontents %}
-1. Create a new UWP application in the Visual Studio.
+{% tabcontent Via Designer %}
-2. Open the Visual Studio tool box and drag the [SfPdfViewerControl](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) toolbox item to the designer window. Name the [SfPdfViewerControl](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) as pdfViewer.
+1. Click and open the MainPage.xaml file.
+
+2. Open the Visual Studio **Tool** **box**. Navigate to "Syncfusion® Controls for UWP" tab and find the SfPdfViewerControl toolbox items.

-When you drag the SfPdfViewer toolbox item to the window, it automatically adds the required assembly references to the current application.
+3. Drag `SfPdfViewerControl`(https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html) and drop in to the Designer area from the Toolbox.
+
+When you drag the SfPdfViewerControl toolbox item to the window, it automatically adds the required assembly references to the current application.
-### Add PDF Viewer using code
+{% endtabcontent %}
-To add the SfPdfViewer by using code, add the required assemblies mentioned previously as reference to the project.
+{% tabcontent Via Coding %}
-Add the following code in XAML to make use of the SfPdfViewer.
+The SfPdfViewerControl is available in the following namespace [_Syncfusion.Windows.PdfViewer_](https://help.syncfusion.com/cr/UWP/Syncfusion.Windows.PdfViewer.html) and it can be created using XAML or programmatically using C#.
+1. Add the Syncfusion PdfViewer namespace
{% tabs %}
-{% highlight xaml %}
-
-
-
-
-
+{% highlight xaml tabtitle="MainPage.xaml" %}
+xmlns:syncfusion="using:Syncfusion.Windows.PdfViewer"
{% endhighlight %}
{% endtabs %}
-## Loading PDF document through binding
+2. Add SfPdfViewerControl
+{% tabs %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
+
+{% endhighlight %}
+{% endtabs %}
+
+{% endtabcontent %}
+
+{% endtabcontents %}
-The following steps explains how to load a PDF document through binding.
+## Load a PDF document
-1. The SfPdfViewer’s [ItemSource](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html#Syncfusion_Windows_PdfViewer_SfPdfViewerControl_ItemsSource) property allows you to bind PDF documents in XAML. The ItemsSource property accepts a stream input that can be bound to the viewer during initialization.
+After adding the `SfPdfViewerControl`, you can load a PDF document using data binding.
-2. To bind the PDF file, add the PDF file to the project as an asset. Right Click the PDF file and open the properties window. In the properties window, set the Build Action as Embedded Resource.
+1. Add a PDF file to the project and set its **Build Action** to **Embedded Resource**.
+
+2. Create a simple class (`PdfReport.cs`) that provides the PDF stream.
-3. Create a simple class that loads a PDF report and provides the stream as a property that can be bound to the viewer as shown in the following code. Save the class file as PdfReport.cs.
{% tabs %}
-{% highlight c# %}
-class PdfReport : INotifyPropertyChanged
- {
- private Stream docStream;
- public event PropertyChangedEventHandler PropertyChanged;
+ {% highlight c# tabtitle="PdfReport.cs" %}
+using System.Reflection;
+using System.IO;
+
+internal class PdfReport : INotifyPropertyChanged
+{
+ private Stream docStream;
- ///
- /// Stream object to be bound to the ItemsSource of the PDF Viewer
- ///
- public Stream DocumentStream
+ public event PropertyChangedEventHandler PropertyChanged;
+
+ ///
+ /// Stream object to be bound to the ItemsSource of the PDF Viewer
+ ///
+ public Stream DocumentStream
+ {
+ get
{
- get
- {
- return docStream;
- }
- set
- {
- docStream = value;
- OnPropertyChanged(new PropertyChangedEventArgs("DocumentStream"));
- }
+ return docStream;
}
-
- public PdfReport()
+ set
{
- //Loads the stream from the embedded resource.
- Assembly assembly = typeof(MainPage).GetTypeInfo().Assembly;
- docStream = assembly.GetManifestResourceStream("SimpleSample.Assets.JavaScript_Succinctly.pdf");
+ docStream = value;
+ OnPropertyChanged(new PropertyChangedEventArgs("DocumentStream"));
}
+ }
- public void OnPropertyChanged(PropertyChangedEventArgs e)
- {
- if (PropertyChanged != null)
- PropertyChanged(this, e);
- }
+ public PdfReport()
+ {
+ // Loads the stream from the embedded resource.
+ Assembly assembly = typeof(MainPage).GetTypeInfo().Assembly;
+
+ // Replace 'PdfViewerExample' with your project's namespace in resource path
+ docStream = assembly.GetManifestResourceStream("PdfViewerExample.Assets.PDF_Succinctly.pdf");
}
-{% endhighlight %}
+
+ public void OnPropertyChanged(PropertyChangedEventArgs e)
+ {
+ if (PropertyChanged != null)
+ PropertyChanged(this, e);
+ }
+}
+
+ {% endhighlight %}
+
{% highlight vbnet %}
Class PdfReport
Implements INotifyPropertyChanged
@@ -160,120 +200,46 @@ Class PdfReport
Public Sub New()
'Loads the stream from the embedded resource.
Dim assembly As Assembly = GetType(MainPage).GetTypeInfo().Assembly
- docStream = assembly.GetManifestResourceStream("SimpleSample.JavaScript_Succinctly.pdf")
+ docStream = assembly.GetManifestResourceStream("PdfViewerExample.Assets.PDF_Succinctly.pdf")
End Sub
Public Sub OnPropertyChanged(e As PropertyChangedEventArgs)
RaiseEvent PropertyChanged(Me, e)
End Sub
+
End Class
{% endhighlight %}
{% endtabs %}
-In order to bind the [DocumentStream](https://help.syncfusion.com/cr/uwp/Syncfusion.Windows.PdfViewer.SfPdfViewerControl.html#Syncfusion_Windows_PdfViewer_SfPdfViewerControl_DocumentStream) property of the PdfReport class, the [DataContext](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.frameworkelement.datacontext?view=winrt-28000) needs to be set for the page. To add the [DataContext](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.frameworkelement.datacontext?view=winrt-28000) in XAML, use the following code example.
+
+3. Open the `MainPage.xaml` file again and add the namespace `PdfViewerExample` as local.
{% tabs %}
-{% highlight xaml %}
-
-
-
-
-
-
-
-
-{% endhighlight %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
+ xmlns:local="using:PdfViewerExample"
+{% endhighlight %}
{% endtabs %}
-Once the DataContext has been set, the ItemSource dependency property can be set by using the following code in XAML.
-
+4. Set an instance of the `PdfReport` class as the `DataContext`. Bind the PDF viewer's [ItemSource] to the `DocumentStream` property of the `PdfReport` class.
{% tabs %}
-{% highlight xaml %}
-
-
-
-
-
-
-
-
-{% endhighlight %}
+{% highlight xaml tabtitle="MainPage.xaml" %}
+
+
+
+
+
+
+{% endhighlight %}
{% endtabs %}
+You can load and display PDF documents using various approaches such as loading from a stream, StorageFile, PdfLoadedDocument, data binding, or FileOpenPicker.
-## Loading PDF document using FileOpenPicker
+For detailed information and code examples, refer to [Viewing Pdf](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/uwp/concepts-and-features/viewing-pdf).
-Alternatively, a FileOpenPicker can also be used to load documents at run time. To achieve this, include a button to the application.
+## Run the application
-{% tabs %}
-{% highlight xaml %}
-
-{% endhighlight %}
-{% endtabs %}
-
-Include the below code in the click event of the button.
-
-{% tabs %}
-{% highlight c# %}
-async private void Open_Click(object sender, RoutedEventArgs e)
- {
- //Opens a file picker.
- var picker = new FileOpenPicker();
- picker.SuggestedStartLocation = PickerLocationId.DocumentsLibrary;
- picker.ViewMode = PickerViewMode.List;
- //Filters PDF files in the documents library.
- picker.FileTypeFilter.Add(".pdf");
- var file = await picker.PickSingleFileAsync();
- if (file == null) return;
- //Reads the stream of the loaded PDF document.
- var stream = await file.OpenAsync(Windows.Storage.FileAccessMode.Read);
- Stream fileStream = stream.AsStreamForRead();
- byte[] buffer = new byte[fileStream.Length];
- fileStream.Read(buffer, 0, buffer.Length);
- //Loads the PDF document.
- PdfLoadedDocument loadedDocument = new PdfLoadedDocument(buffer);
- pdfViewer.LoadDocument(loadedDocument);
- }
-{% endhighlight %}
-{% highlight vbnet %}
-Private Async Sub Open_Click(sender As Object, e As RoutedEventArgs)
- 'Opens a file picker.
- Dim picker = New FileOpenPicker()
- picker.SuggestedStartLocation = PickerLocationId.DocumentsLibrary
- picker.ViewMode = PickerViewMode.List
- 'Filters PDF files in the documents library.
- picker.FileTypeFilter.Add(".pdf")
- Dim file = Await picker.PickSingleFileAsync()
- If file Is Nothing Then
- Return
- End If
- 'Reads the stream of the loaded PDF document.
- Dim stream = Await file.OpenAsync(Windows.Storage.FileAccessMode.Read)
- Dim fileStream As Stream = stream.AsStreamForRead()
- Dim buffer As Byte() = New Byte(fileStream.Length - 1) {}
- fileStream.Read(buffer, 0, buffer.Length)
- 'Loads the PDF document.
- Dim loadedDocument As New PdfLoadedDocument(buffer)
- pdfViewer.LoadDocument(loadedDocument)
-End Sub
-{% endhighlight %}
-{% endtabs %}
+Press Ctrl+F5 (Windows) or ⌘+F5 (macOS) to launch the application. The output will appear as follows:
+
## See Also
- [Viewing PDF](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/uwp/concepts-and-features/viewing-pdf)
diff --git a/Document-Processing/PDF/PDF-Viewer/uwp/Getting-Started_images/Getting-Started_img4.png b/Document-Processing/PDF/PDF-Viewer/uwp/Getting-Started_images/Getting-Started_img4.png
new file mode 100644
index 0000000000..e58eb30183
Binary files /dev/null and b/Document-Processing/PDF/PDF-Viewer/uwp/Getting-Started_images/Getting-Started_img4.png differ
diff --git a/Document-Processing/PDF/PDF-Viewer/wpf/Redaction.md b/Document-Processing/PDF/PDF-Viewer/wpf/Redaction.md
index 35ca4bb499..1f1bfd3148 100644
--- a/Document-Processing/PDF/PDF-Viewer/wpf/Redaction.md
+++ b/Document-Processing/PDF/PDF-Viewer/wpf/Redaction.md
@@ -11,7 +11,7 @@ documentation: ug
Redaction support allows you to remove sensitive/confidential information in text, images, and graphics from a PDF document.
-N> From version 19.4.0.48, we have updated our default text extraction engine to PDFium for extracting text information from PDF documents. Based on the text information, we redact text in the PDF documents. Please refer to the [link](https://help.syncfusion.com/wpf/pdf-viewer/text-extraction-engines) for more details.
+N> From version 19.4.0.48, we have updated our default text extraction engine to PDFium for extracting text information from PDF documents. Based on the text information, we redact text in the PDF documents. Please refer to the [link](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/wpf/text-extraction-engines) for more details.
## Enable redaction mode
diff --git a/Document-Processing/PDF/PDF-Viewer/wpf/Working-with-Hyperlinks.md b/Document-Processing/PDF/PDF-Viewer/wpf/Working-with-Hyperlinks.md
index d09fe3bf32..353dd37ca9 100644
--- a/Document-Processing/PDF/PDF-Viewer/wpf/Working-with-Hyperlinks.md
+++ b/Document-Processing/PDF/PDF-Viewer/wpf/Working-with-Hyperlinks.md
@@ -77,7 +77,7 @@ RemoveHandler pdfviewer.HyperlinkClicked, AddressOf PdfViewerControl_HyperlinkCl
## How to retrieve the clicked URI from PDF viewer
-You can acquire the details of the hyperlink, which is clicked in the PDF file using the [HyperlinkClickedEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.HyperlinkClickedEventArgs.html) in the [HyperlinkClicked](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.PdfViewer.PdfViewerControl.HyperLinkClickedEventHandler.html) event.
+You can acquire the details of the hyperlink, which is clicked in the PDF file using the [HyperlinkClickedEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.HyperlinkClickedEventArgs.html) in the [HyperlinkClicked](https://help.syncfusion.com/cr/wpf/Syncfusion.Windows.PdfViewer.PdfViewerControl.html#Syncfusion_Windows_PdfViewer_PdfViewerControl_HyperlinkClicked) event.
Please refer to the following example for more details.
{% tabs %}
diff --git a/Document-Processing/PDF/PDF-Viewer/wpf/forms/import-export-form-fields/export-form-fields.md b/Document-Processing/PDF/PDF-Viewer/wpf/forms/import-export-form-fields/export-form-fields.md
index 5712ffe0b4..76049c24ba 100644
--- a/Document-Processing/PDF/PDF-Viewer/wpf/forms/import-export-form-fields/export-form-fields.md
+++ b/Document-Processing/PDF/PDF-Viewer/wpf/forms/import-export-form-fields/export-form-fields.md
@@ -127,8 +127,8 @@ End Sub
## See also
- [Overview](../overview)
-- [Import form fields](./import-form-fields)
-- [Add form fields](./manage-form-fields/add-form-fields)
-- [Modify form fields](./manage-form-fields/modify-form-fields)
-- [Remove form fields](./manage-form-fields/remove-form-fields)
+- [Import form fields](../import-form-fields)
+- [Add form fields](../manage-form-fields/add-form-fields)
+- [Modify form fields](../manage-form-fields/modify-form-fields)
+- [Remove form fields](../manage-form-fields/remove-form-fields)
- [Form fields API](../form-fields-api)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/wpf/text-extraction-engines.md b/Document-Processing/PDF/PDF-Viewer/wpf/text-extraction-engines.md
index 663ed1a93a..97aff09480 100644
--- a/Document-Processing/PDF/PDF-Viewer/wpf/text-extraction-engines.md
+++ b/Document-Processing/PDF/PDF-Viewer/wpf/text-extraction-engines.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Text Extraction Engines in WPF Pdf Viewer control | Syncfusion®;
+title: Text Extraction Engines in WPF Pdf Viewer control | Syncfusion®;
description: Learn about Text Extraction Engines supported in Syncfusion®; Essential Studio® WPF Pdf Viewer control, its elements and more.
platform: document-processing
control: PDF Viewer
@@ -26,4 +26,4 @@ pdfViewer.TextExtractionEngine = PdfTextExtractionEngine.SfPdf;
{% endhighlight %}
{% endtabs %}
-For additional information about the usage of the text extraction engine, please refer to the [text extraction](https://help.syncfusion.com/wpf/pdf-viewer/extract-text-from-pdf) functionalities.
\ No newline at end of file
+For additional information about the usage of the text extraction engine, please refer to the [text extraction](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/wpf/extract-text-from-pdf) functionalities.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Assembly-Required-for-PPTXtoImage-Conversion.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Assembly-Required-for-PPTXtoImage-Conversion.md
index 4841dc8c64..2f1584438d 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Assembly-Required-for-PPTXtoImage-Conversion.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Assembly-Required-for-PPTXtoImage-Conversion.md
@@ -1,12 +1,12 @@
---
-title: Assemblies Required for PowerPoint Presentation | Syncfusion
-description: This section explains about how to assemblies required to convert powerpoint presentation to PDF for various platforms and frameworks.
+title: Assemblies Required for PPTX to Image Conversion | Syncfusion
+description: This section explains about how to assemblies required to convert powerpoint presentation to Image for various platforms and frameworks.
platform: document-processing
control: Presentation
documentation: UG
keywords: Assemblies
---
-# Assemblies Required for PowerPoint Presentation
+# Assemblies Required for PowerPoint to Image Conversion
## Converting PowerPoint Presentation to Image
@@ -65,7 +65,7 @@ Syncfusion.SfChart.UWP
-T> 1. If you encounter issues while using the .NET PowerPoint library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
+T> 1. If you encounter issues while using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
T> 2. Switch to NuGet packages for a seamless experience:
T> * Get frequent bug fixes every week.
T> * Upgrade quickly with no manual effort.
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 bf58bc7189..b441de8a27 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 d669f2076c..e4ee05bde1 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 8e441a4721..cfa1f5e703 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 3ad6aa92ce..7bbb6ee29d 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
@@ -10,7 +10,7 @@ documentation: UG
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**.
-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 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).
+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).
## Steps to convert PowerPoint to Image programmatically
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 d054c2e431..a5c7fd05c0 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 3cb40cdd2a..a73c754746 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 5f926bf282..c052e2f33c 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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-App-Service-Linux.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Azure-App-Service-Linux.md
index 95d2d067f4..7ecb90d89d 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 02617fc67b..f813ee293b 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 c060973a87..403b2d4499 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 41e26fbfc5..6cc92793c4 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 b1e3ecd291..bec03bf9c8 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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-Blazor.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Blazor.md
index 6002c9ad6c..8b46a91a31 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) 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.
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 Syncfusion® PowerPoint Library (Presentation) 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.
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-Google-App-Engine.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-Google-App-Engine.md
index d40eb8a9f8..490c6cb56c 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 4249196dfe..dfeee90df3 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 a5e4e564a2..6b18c43ada 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 e1d2342b94..4a5c448031 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 fa20444f7d..95fe87502a 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 0215e5a3a0..b0ff6fc47d 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 14dfaff373..ee20d38703 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 71454aa73c..5ff06524d9 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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/Fallback-Fonts-in-PPTXtoImage-Conversion.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Fallback-Fonts-in-PPTXtoImage-Conversion.md
index 697f491b7f..2a0499333e 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Fallback-Fonts-in-PPTXtoImage-Conversion.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Fallback-Fonts-in-PPTXtoImage-Conversion.md
@@ -242,7 +242,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Supported script types
-The following table illustrates the supported script types by the .NET PowerPoint library (Presentation) in Presentation to Image conversion.
+The following table illustrates the supported script types by the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in Presentation to Image conversion.
@@ -559,4 +559,4 @@ Malgun Gothic, Batang
-N> The .NET PowerPoint Library (Presentation) uses System.Drawing functionalities for PowerPoint to image conversion conversion in .NET Framework applications. And System.Drawing itself uses a fallback font to preserve the Unicode text while drawing the text in the image. So, these Fallback fonts APIs are **not supported in .NET Framework**.
+N> The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) uses System.Drawing functionalities for PowerPoint to image conversion conversion in .NET Framework applications. And System.Drawing itself uses a fallback font to preserve the Unicode text while drawing the text in the image. So, these Fallback fonts APIs are **not supported in .NET Framework**.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/NuGet-Packages-Required-for-PPTXtoImage-Conversion.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/NuGet-Packages-Required-for-PPTXtoImage-Conversion.md
index ff927ac2f1..bb8d454715 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/NuGet-Packages-Required-for-PPTXtoImage-Conversion.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/NuGet-Packages-Required-for-PPTXtoImage-Conversion.md
@@ -86,7 +86,7 @@ Windows UI Library (WinUI) and .NET Multi-platform App UI (.NET MAUI)
-T> If you encounter issues while using the .NET PowerPoint library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
+T> If you encounter issues while using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
#### Retired Platforms
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Performance-metrics.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Performance-metrics.md
index 7281d90843..14530a8959 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Performance-metrics.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Performance-metrics.md
@@ -1,5 +1,5 @@
---
-title: Performance benchmark results | Syncfusion
+title: Performance benchmarks for PPTX to Image Conversion | Syncfusion
description: Explore the performance benchmark results of PowerPoint to image conversion using the .NET PowerPoint Library with different slide counts
platform: document-processing
control: Presentation
@@ -8,7 +8,7 @@ documentation: UG
# PowerPoint to image performance metrics in .NET PowerPoint Library
-The Syncfusion® .NET PowerPoint library (Presentation) enables seamless integration with PowerPoint files, offering robust features for handling presentations in various formats. This performance benchmark report highlights the speed and efficiency of PowerPoint to image conversion, demonstrating how our library performs in real-world scenarios.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) enables seamless integration with PowerPoint files, offering robust features for handling presentations in various formats. This performance benchmark report highlights the speed and efficiency of PowerPoint to image conversion, demonstrating how our library performs in real-world scenarios.
## Environment
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Presentation-to-image.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Presentation-to-image.md
index 2e2038e6f4..18fad500cc 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Presentation-to-image.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Presentation-to-image.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image using Syncfusion® PowerPoint Library
-Syncfusion® PowerPoint library (Presentation) allows you to convert PowerPoint Presentation document to Image within a few lines of code in .NET applications and also it does not require Microsoft PowerPoint application to be installed in the machine. Using this, you can create an input PowerPoint Presentation document from scratch or load an existing PowerPoint Presentation document and then easily convert to Image.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) allows you to convert PowerPoint Presentation document to Image within a few lines of code in .NET applications and also it does not require Microsoft PowerPoint application to be installed in the machine. Using this, you can create an input PowerPoint Presentation document from scratch or load an existing PowerPoint Presentation document and then easily convert to Image.
The Syncfusion® PowerPoint to Image converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-azure), [AWS](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-linux), and [macOS](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-mac).
@@ -271,7 +271,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Convert PowerPoint Animations to Images
-The .NET PowerPoint Library (Presentation) allows you to convert PowerPoint slides into images based on the sequence of entrance animation effects applied to each element.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) allows you to convert PowerPoint slides into images based on the sequence of entrance animation effects applied to each element.
For instance, if a slide includes bulleted paragraphs, each having entrance animation effects, the Presentation library converts every bulleted paragraph into a separate image.
@@ -395,7 +395,7 @@ During PowerPoint to Image conversions, if a glyph of the input text is unavaila
## Online Demo
-* Explore how to convert the PowerPoint presentation to an image using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind).
+* Explore how to convert the PowerPoint presentation to an image using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind).
## See Also
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/overview.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/overview.md
index 6c72c0cd94..d4f340b944 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/overview.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/overview.md
@@ -6,9 +6,9 @@ control: Presentation
documentation: UG
---
-# Convert PowerPoint to Image using Syncfusion® PowerPoint Library
+# Convert PowerPoint to Image using Syncfusion® .NET PowerPoint Library
-Syncfusion® PowerPoint library (Presentation) allows you to convert PowerPoint Presentation document to Image within a few lines of code in .NET applications and also it does not require Microsoft PowerPoint application to be installed in the machine. Using this, you can create an input PowerPoint Presentation document from scratch or load an existing PowerPoint Presentation document and then easily convert to Image.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) allows you to convert PowerPoint Presentation document to Image within a few lines of code in .NET applications and also it does not require Microsoft PowerPoint application to be installed in the machine. Using this, you can create an input PowerPoint Presentation document from scratch or load an existing PowerPoint Presentation document and then easily convert to Image.
The Syncfusion® PowerPoint to Image converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-azure), [AWS](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-linux), and [macOS](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-image/net/convert-powerpoint-to-image-in-mac).
@@ -271,7 +271,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Convert PowerPoint Animations to Images
-The .NET PowerPoint Library (Presentation) allows you to convert PowerPoint slides into images based on the sequence of entrance animation effects applied to each element.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) allows you to convert PowerPoint slides into images based on the sequence of entrance animation effects applied to each element.
For instance, if a slide includes bulleted paragraphs, each having entrance animation effects, the Presentation library converts every bulleted paragraph into a separate image.
@@ -395,7 +395,7 @@ During PowerPoint to Image conversions, if a glyph of the input text is unavaila
## Online Demo
-* Explore how to convert the PowerPoint presentation to an image using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind).
+* Explore how to convert the PowerPoint presentation to an image using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtoimage#/tailwind).
## See Also
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Assembly-Required-for-PPTXtoPDF-Conversion.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Assembly-Required-for-PPTXtoPDF-Conversion.md
index c9268f8894..87ea54c33f 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Assembly-Required-for-PPTXtoPDF-Conversion.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Assembly-Required-for-PPTXtoPDF-Conversion.md
@@ -59,7 +59,7 @@ Syncfusion.OfficeChart.NET Syncfusion.PresentationRenderer.NET Syncfusio
-T> 1. If you encounter issues while using the .NET PowerPoint library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
+T> 1. If you encounter issues while using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
T> 2. Switch to NuGet packages for a seamless experience:
T> * Get frequent bug fixes every week.
T> * Upgrade quickly with no manual effort.
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 a5807e042b..515715b3c9 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 ad33290dce..d103cfed29 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 c1df20c0df..647eaf5f37 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
\ No newline at end of file
+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
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 7fdfc0e386..9e627e49aa 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
@@ -10,7 +10,7 @@ documentation: UG
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**.
-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 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).
+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).
## Steps to convert PowerPoint to PDF programmatically
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 5379dee3f8..13d239d1fe 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 ec0ba61406..f1df100081 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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-App-Service-Linux.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Azure-App-Service-Linux.md
index 41b7a3edaa..07e4130934 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 db675a3966..127e7c3013 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 7423355afc..4fe93186a9 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 0dc1d33457..6b63d436d2 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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-Blazor.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Blazor.md
index 1bb8068ae4..8795c02272 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) 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.
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-App-Engine.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Google-App-Engine.md
index 1e69e0f895..bb5ab1e22d 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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-Linux.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Convert-PowerPoint-to-PDF-in-Linux.md
index 4aa9e4f914..e313dcf343 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 bdbf6ae100..25d4df2ff8 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 19cff099d4..032cb1398c 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 abf45f637a..9f096cffbf 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 1913da9084..c15961bd29 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 0283dab10e..b6fdb4e02f 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 acac408a9e..f717d3030b 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 d80c79330c..8a7c42544e 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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/Fallback-Fonts-in-PPTXtoPDF-Conversion.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Fallback-Fonts-in-PPTXtoPDF-Conversion.md
index 0e8be56c8e..a3406f512c 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Fallback-Fonts-in-PPTXtoPDF-Conversion.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Fallback-Fonts-in-PPTXtoPDF-Conversion.md
@@ -517,7 +517,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Supported script types
-The following table illustrates the supported script types by the .NET PowerPoint library (Presentation) in Presentation to PDF conversion.
+The following table illustrates the supported script types by the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in Presentation to PDF conversion.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Nuget-Packages-Required-for-PPTXtoPDF-Conversion.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Nuget-Packages-Required-for-PPTXtoPDF-Conversion.md
index 563f288065..1667fa821d 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Nuget-Packages-Required-for-PPTXtoPDF-Conversion.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Nuget-Packages-Required-for-PPTXtoPDF-Conversion.md
@@ -75,7 +75,7 @@ Windows UI Library (WinUI) and .NET Multi-platform App UI (.NET MAUI)
-T> If you encounter issues while using the .NET PowerPoint library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
+T> If you encounter issues while using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
#### Retired Platforms
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Performance-metrics.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Performance-metrics.md
index f8ba52d31b..3f250e3260 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Performance-metrics.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Performance-metrics.md
@@ -8,7 +8,7 @@ documentation: UG
# PowerPoint to PDF performance benchmarks using .NET PowerPoint Library
-The Syncfusion® .NET PowerPoint library (Presentation) enables seamless integration with PowerPoint files, offering robust features for handling presentations in various formats. This performance benchmark report highlights the speed and efficiency of PowerPoint to PDF conversion, demonstrating how our library performs in real-world scenarios.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) enables seamless integration with PowerPoint files, offering robust features for handling presentations in various formats. This performance benchmark report highlights the speed and efficiency of PowerPoint to PDF conversion, demonstrating how our library performs in real-world scenarios.
## Environment
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Presentation-to-PDF.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Presentation-to-PDF.md
index e4e9c158b3..fd480b456f 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Presentation-to-PDF.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/Presentation-to-PDF.md
@@ -6,9 +6,9 @@ control: PowerPoint
documentation: UG
---
-# Convert PowerPoint to PDF using Syncfusion® PowerPoint library
+# Convert PowerPoint to PDF using Syncfusion® .NET PowerPoint library
-Syncfusion® PowerPoint library (Presentation) allows you to convert PowerPoint Presentation document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft PowerPoint application to be installed in the machine. Using this, you can create an input PowerPoint Presentation document from scratch or load an existing PowerPoint Presentation document and then easily convert to PDF.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) allows you to convert PowerPoint Presentation document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft PowerPoint application to be installed in the machine. Using this, you can create an input PowerPoint Presentation document from scratch or load an existing PowerPoint Presentation document and then easily convert to PDF.
The Syncfusion® PowerPoint to PDF converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-azure), [AWS](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-linux), and [macOS](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-mac).
@@ -753,9 +753,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to convert a PowerPoint presentation to PDF using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind).
-* See how to convert a PowerPoint presentation to PDF/UA using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdfua#/tailwind).
-* See how to convert a PowerPoint presentation to PDF/A using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdfa#/tailwind).
+* Explore how to convert a PowerPoint presentation to PDF using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind).
+* See how to convert a PowerPoint presentation to PDF/UA using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdfua#/tailwind).
+* See how to convert a PowerPoint presentation to PDF/A using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdfa#/tailwind).
## See Also
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/faqs/multithreading-in-powerpoint-to-pdf-faqs.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/faqs/multithreading-in-powerpoint-to-pdf-faqs.md
index ddffa3e33b..2db23e9a5a 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/faqs/multithreading-in-powerpoint-to-pdf-faqs.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/faqs/multithreading-in-powerpoint-to-pdf-faqs.md
@@ -12,7 +12,7 @@ The frequently asked questions regarding multithreading and thread-safety suppor
## Does the PowerPoint library support multithreading and thread-safety for PowerPoint to PDF conversion?
-Yes, the Syncfusion® PowerPoint library is thread-safe, and you can create multiple instances of the [Presentation](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.html) class to load the same file as multiple copies or different PowerPoint files, then convert them to PDF using multithreading in C#.
+Yes, the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) is thread-safe, and you can create multiple instances of the [Presentation](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.html) class to load the same file as multiple copies or different PowerPoint files, then convert them to PDF using multithreading in C#.
### Multithreading PowerPoint to PDF using tasks
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/overview.md b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/overview.md
index 73b65d1dbc..3552335d3f 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/overview.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/overview.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to PDF using Syncfusion® PowerPoint library
-Syncfusion® PowerPoint library (Presentation) allows you to convert PowerPoint Presentation document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft PowerPoint application to be installed in the machine. Using this, you can create an input PowerPoint Presentation document from scratch or load an existing PowerPoint Presentation document and then easily convert to PDF.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) allows you to convert PowerPoint Presentation document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft PowerPoint application to be installed in the machine. Using this, you can create an input PowerPoint Presentation document from scratch or load an existing PowerPoint Presentation document and then easily convert to PDF.
The Syncfusion® PowerPoint to PDF converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-azure), [AWS](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-linux), and [macOS](https://help.syncfusion.com/document-processing/powerpoint/conversions/powerpoint-to-pdf/net/convert-powerpoint-to-pdf-in-mac).
@@ -750,9 +750,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to convert a PowerPoint presentation to PDF using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind).
-* See how to convert a PowerPoint presentation to PDF/UA using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdfua#/tailwind).
-* See how to convert a PowerPoint presentation to PDF/A using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdfa#/tailwind).
+* Explore how to convert a PowerPoint presentation to PDF using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind).
+* See how to convert a PowerPoint presentation to PDF/UA using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdfua#/tailwind).
+* See how to convert a PowerPoint presentation to PDF/A using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/pptxtopdfa#/tailwind).
## See Also
diff --git a/Document-Processing/PowerPoint/Conversions/overview.md b/Document-Processing/PowerPoint/Conversions/overview.md
index b7387657d6..44772e6202 100644
--- a/Document-Processing/PowerPoint/Conversions/overview.md
+++ b/Document-Processing/PowerPoint/Conversions/overview.md
@@ -1,6 +1,6 @@
---
title: PowerPoint Presentation Conversion Library | Syncfusion
-description: Syncfusion® PowerPoint Presentation Conversion Library converts PowerPoint presentations to PDF, and image without Microsoft Office dependencies.
+description: The .NET PowerPoint Presentation Conversion Library converts PowerPoint presentations to PDF, and image without Microsoft Office dependencies.
platform: document-processing
control: general
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Assemblies-Required.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Assemblies-Required.md
index 82a8939007..bb469344b6 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Assemblies-Required.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Assemblies-Required.md
@@ -48,7 +48,7 @@ Syncfusion.OfficeChart.NET
-T> 1. If you encounter issues while using the .NET PowerPoint library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
+T> 1. If you encounter issues while using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
T> 2. Switch to NuGet packages for a seamless experience:
T> * Get frequent bug fixes every week.
T> * Upgrade quickly with no manual effort.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Comments.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Comments.md
index f6dd62c6aa..1048e42f40 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Comments.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Comments.md
@@ -1,7 +1,7 @@
---
title: Working with comments in PowerPoint presentation | Syncfusion
-description: Learn here all about Working with comments feature of Syncfusion® PowerPoint Presentation Library and more.
+description: Learn here all about Working with comments feature of PowerPoint Presentation Library and more.
platform: document-processing
control: Presentation
documentation: UG
@@ -337,4 +337,4 @@ N> [Modern comments](https://support.microsoft.com/en-us/office/modern-comments-
## Online Demo
-* Explore how to add comments to a PowerPoint presentation slide using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/comment#/tailwind).
\ No newline at end of file
+* Explore how to add comments to a PowerPoint presentation slide using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/comment#/tailwind).
\ No newline at end of file
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 65a89f82ef..575cc83ec8 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 9539e47b18..490061f8e5 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 d762c0e623..20a8ec388b 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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-App-Service-Linux.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Azure-App-Service-Linux.md
index 8b3c8bb3d6..07deba7451 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 d6cb6b50f3..abe0209320 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 dcd5314e43..9558bf1a02 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 4374ea02af..836fb6e851 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 f877eaa9c4..9f650f7423 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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-App-Engine.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-Google-App-Engine.md
index 99c9e62586..981654a76c 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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/Document-Object-Model.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Document-Object-Model.md
index 0b1276adc7..9de9ebb7e6 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Document-Object-Model.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Document-Object-Model.md
@@ -1,6 +1,6 @@
---
title: Document Object Model of the Essential® Presentation library| Syncfusion
-description: Learn here about the document object model of the Syncfusion® Essential® PowerPoint Presentation library and more.
+description: Learn here about the document object model of the PowerPoint Presentation library and more.
platform: document-processing
control: Presentation
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Getting-Started.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Getting-Started.md
index 85b36013df..44531e1c89 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Getting-Started.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Getting-Started.md
@@ -1,5 +1,6 @@
---
title: Getting Started with PowerPoint Presentation library | Syncfusion
+canonical_url: "https://www.syncfusion.com/document-sdk/net-powerpoint-library"
description: Getting started with Essential® Presentation library; Creating a PowerPoint Presentation; Modifying the existing PowerPoint presentation
platform: document-processing
control: Presentation
@@ -9,7 +10,7 @@ documentation: UG
## Creating a simple PowerPoint Presentation with basic elements from scratch
-In this page, you can learn how to create a simple [.NET PowerPoint Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net) by using Essential® Presentation API.
+In this page, you can learn how to create a simple [.NET PowerPoint Presentation](https://www.syncfusion.com/document-sdk/net-powerpoint-library) by using Essential® Presentation API.
To quickly get started on creating a PowerPoint presentation, please check out this video:
{% youtube "https://www.youtube.com/watch?v=OSGwosNnN0o" %}
@@ -492,4 +493,6 @@ N> You can refer to our [.NET PowerPoint framework](https://www.syncfusion.com/d
## Online Demo
-* Explore how to create slides with simple text in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/default#/tailwind).
\ No newline at end of file
+* Explore how to create slides with simple text in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/default#/tailwind).
+
+N> 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/Loading-and-Saving-the-Presentation.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Loading-and-Saving-the-Presentation.md
index bc3676f061..c5231c48d1 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Loading-and-Saving-the-Presentation.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Loading-and-Saving-the-Presentation.md
@@ -1,6 +1,6 @@
---
title: Loading and saving the PowerPoint Presentation | Syncfusion
-description: Learn here all about loading, saving,and modifying the Presentation of Syncfusion® PowerPoint Library and more.
+description: Learn here all about loading, saving,and modifying the Presentation of PowerPoint Library and more.
platform: document-processing
control: Presentation
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/NuGet-Packages-Required.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/NuGet-Packages-Required.md
index e6ea34332b..890e16e713 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/NuGet-Packages-Required.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/NuGet-Packages-Required.md
@@ -82,7 +82,7 @@ To work with PowerPoint Presentations, install the following NuGet packages in y
-T> If you encounter issues while using the .NET PowerPoint library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
+T> If you encounter issues while using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
#### Retired Platforms
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 407004159c..d5e28ee3c6 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 5483d3e51f..a4a78c04ba 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
\ No newline at end of file
+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
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 8cb9ea16cd..c922f05734 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 8ade560360..17e7ee5b76 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
@@ -10,7 +10,7 @@ documentation: UG
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**.
-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 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).
+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).
## Steps to open and save PowerPoint Presentation programmatically
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
\ No newline at end of file
+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
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 73d4b1d7d6..bba95f4c45 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 ef2b50fa1f..5397e6fc15 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 40f9e4ba36..dccd13537a 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 6e9663709c..d80bb8b1cf 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 795d139073..c369b97ef4 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 b9092d6ac9..f5ab50b7a3 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 5756f1c386..dac3646132 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 053b302a72..4a9b534804 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) 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.
## 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 Syncfusion® PowerPoint Library (Presentation) features.
\ No newline at end of file
+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
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 bcb81fd640..9609717e5a 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 d2aa6436f6..08d62d846b 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
\ No newline at end of file
+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
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 5cc586ee70..44b6a9c82c 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 afd146da2e..c1fc9d2cf0 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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 e8f31f1a39..e16a9e24e0 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 e7c629ec6e..2bda87447d 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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
## 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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 6ea9dc99e2..55948e4bf8 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
\ No newline at end of file
+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
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 db747c1ad7..8107031844 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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md
index 71c7c5a604..e6fac17abf 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md
@@ -1,5 +1,6 @@
---
title: Create and edit PowerPoint files in CSharp |Syncfusion®|
+canonical_url: "https://www.syncfusion.com/document-sdk/net-powerpoint-library"
description: Essential® Presentation is a .NET PowerPoint library to create, read, edit, & convert PowerPoint files in WinForms, WPF, UWP, ASP.NET Core & Xamarin applications
platform: document-processing
control: Presentation
@@ -37,7 +38,7 @@ It is a non-UI component that provides a full-fledged PowerPoint presentation in
* Microsoft PowerPoint 2019
* Microsoft 365
-T> If you encounter issues while using the .NET PowerPoint library in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
+T> If you encounter issues while using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) in ASP.NET Core, refer to the [troubleshooting guide](https://support.syncfusion.com/kb/article/16010/how-to-use-troubleshooting-guide-for-aspnet-core-powerpoint-library-issues) for recommended checks and solutions.
N> 1. The current version of Essential® Presentation supports the .PPTX, .PPTM, .POTX, .POTM file formats only.
N> 2. The current version of Essential® Presentation does not support some features in Microsoft PowerPoint such as Word Art, creation and editing of Handouts, equations, create and edit audio and video content, built-in themes, and its variants.
@@ -46,3 +47,5 @@ N> 2. The current version of Essential® Presentation does not sup
* [Assemblies required](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/assemblies-required)
* [NuGet packages required](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/nuget-packages-required)
+
+N> 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/Performance-metrics.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Performance-metrics.md
index e0fe37993c..f0a11adcdb 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Performance-metrics.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Performance-metrics.md
@@ -1,6 +1,6 @@
---
title: Performance benchmark results | Syncfusion
-description: Know about the performance benchmark results of Syncfusion® .NET PowerPoint library with different slide count
+description: Know about the performance benchmark results of .NET PowerPoint library with different slide count
platform: document-processing
control: Presentation
documentation: UG
@@ -8,7 +8,7 @@ documentation: UG
# .NET PowerPoint library performance benchmarks
-The Syncfusion® .NET PowerPoint library (Presentation) enables seamless integration for working with PowerPoint files, offering robust features for handling presentations in various formats. This performance benchmark report demonstrates the speed and efficiency of key functionalities, emphasizing how our library excels in real-world scenarios.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) enables seamless integration for working with PowerPoint files, offering robust features for handling presentations in various formats. This performance benchmark report demonstrates the speed and efficiency of key functionalities, emphasizing how our library excels in real-world scenarios.
## Environment
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Security.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Security.md
index 7d2c9f4f2e..0d5cf797a7 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Security.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Security.md
@@ -297,5 +297,5 @@ N> 2. For ASP.NET Core, Encryption, Decryption and Write Protection features are
## Online Demo
-* Explore how to set write protection for a PowerPoint presentation with a password using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/writeprotection#/tailwind).
-* See how to encrypt and decrypt the PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/encryptanddecrypt#/tailwind).
\ No newline at end of file
+* Explore how to set write protection for a PowerPoint presentation with a password using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/writeprotection#/tailwind).
+* See how to encrypt and decrypt the PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/encryptanddecrypt#/tailwind).
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/SmartArt.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/SmartArt.md
index 90f81e1988..685514ced5 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/SmartArt.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/SmartArt.md
@@ -1,6 +1,6 @@
---
title: Working with SmartArt in PowerPoint Presentation | Syncfusion
-description: Learn how to create, edit, and format PowerPoint smartArt in C# using Syncfusion® PowerPoint library without Microsoft PowerPoint or interop dependencies.
+description: Learn how to create, edit, and format PowerPoint smartArt in C# using .NET PowerPoint library without Microsoft PowerPoint or interop dependencies.
platform: document-processing
control: Presentation
documentation: UG
@@ -624,4 +624,4 @@ The modifications in a [SmartArt](https://help.syncfusion.com/cr/document-proces
## Online Demo
-* Explore how to create a SmartArt diagram in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/smartart#/tailwind).
\ No newline at end of file
+* Explore how to create a SmartArt diagram in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/smartart#/tailwind).
\ No newline at end of file
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 8560f94345..6eab0296ce 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Animation.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Animation.md
@@ -1,6 +1,6 @@
---
title: Working with Animations in PowerPoint presentation | Syncfusion
-description: Learn here all about working with animations of Syncfusion® PowerPoint Presentation Library and more.
+description: Learn here all about working with animations of PowerPoint Presentation.NET Library and more.
platform: document-processing
control: Essential® Presentation
documentation: UG
@@ -3790,5 +3790,5 @@ Yes
## Online Demo
-* Explore how to add different animation effects for shapes in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/createanimation#/tailwind).
-* See how to modify animation effects for shapes in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/modifyanimation#/tailwind).
\ No newline at end of file
+* Explore how to add different animation effects for shapes in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/createanimation#/tailwind).
+* See how to modify animation effects for shapes in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/modifyanimation#/tailwind).
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Charts.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Charts.md
index b5a4524d74..059e520b7c 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Charts.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Charts.md
@@ -2106,7 +2106,7 @@ The following Chart types are supported in Presentation.
## Online Demo
-* Explore how to create charts in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/chart#/tailwind).
+* Explore how to create charts in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/chart#/tailwind).
## See Also
* [How to set same number of intervals for Primary and Secondary ValueAxis?](https://support.syncfusion.com/kb/article/11366/how-to-set-same-number-of-intervals-for-primary-and-secondary-valueaxis-in-winforms-presentation)
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Macros.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Macros.md
index bdeb1e75a1..91f9f85bec 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Macros.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Macros.md
@@ -1,6 +1,6 @@
---
title: Create and edit macros in PowerPoint files | Syncfusion |
-description: Learn here all about working with macros in Syncfusion® Essential® PowerPoint Presentation Library and more.
+description: Learn here all about working with macros in .NET PowerPoint Presentation Library and more.
platform: document-processing
control: Presentation
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-NotesSlide.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-NotesSlide.md
index cbc68d3f21..7d6a495d82 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-NotesSlide.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-NotesSlide.md
@@ -1,6 +1,6 @@
---
title: Working with Notes in PowerPoint Presentation | Syncfusion |
-description: Code examples to create, edit, and format notes in C# using Syncfusion® .NET PowerPoint library without Microsoft PowerPoint or interop dependencies.
+description: Code examples to create, edit, and format notes in C# using .NET PowerPoint Presentation Library without Microsoft PowerPoint or interop dependencies.
platform: document-processing
control: Presentation
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-OLE-Objects.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-OLE-Objects.md
index a4eb78ebe1..881d6b4f20 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-OLE-Objects.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-OLE-Objects.md
@@ -377,7 +377,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to insert and extract an OLE Object in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/oleobject#/tailwind).
+* Explore how to insert and extract an OLE Object in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/oleobject#/tailwind).
## See Also
* [How to replace all OLE objects with text in PowerPoint using C#?](https://support.syncfusion.com/kb/article/15653/how-to-replace-all-ole-objects-with-text-in-powerpoint-using-c)
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Slide.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Slide.md
index 1865c43931..2f2ae6a1b3 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Slide.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Slide.md
@@ -60,7 +60,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Create a slide with predefined LayoutSlide
-The Syncfusion® PowerPoint library supports the following predefined slide layout types to create a slide as equivalent to Microsoft PowerPoint:
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) supports the following predefined slide layout types to create a slide as equivalent to Microsoft PowerPoint:
Blank
@@ -1190,7 +1190,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to create slides with simple text, table, and image in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/slide#/tailwind).
+* Explore how to create slides with simple text, table, and image in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/slide#/tailwind).
## See Also
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 b5e1db96fe..db280e051e 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Tables.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Tables.md
@@ -1244,7 +1244,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to add tables in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/table#/tailwind).
+* Explore how to add tables in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/table#/tailwind).
## See Also
* [How to set background image for a table cell?](https://support.syncfusion.com/kb/article/5731/how-to-set-background-image-for-a-table-cell-in-winforms-)
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-find-and-replace.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-find-and-replace.md
index 579b4b4a66..7589643ba7 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-find-and-replace.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-find-and-replace.md
@@ -685,8 +685,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to replace a specific text or text pattern in a PowerPoint presentation with another text using the find and replace functionality of the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/findandreplace#/tailwind).
-* See how to find specific text and highlight it in an existing PowerPoint presentation using the find functionality of the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/findandhighlight#/tailwind).
+* Explore how to replace a specific text or text pattern in a PowerPoint presentation with another text using the find and replace functionality of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/findandreplace#/tailwind).
+* See how to find specific text and highlight it in an existing PowerPoint presentation using the find functionality of the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/findandhighlight#/tailwind).
## See Also
* [How to replace the hyperlink within a SmartArt in PowerPoint Presentation?](https://support.syncfusion.com/kb/article/15293/how-to-replace-the-hyperlink-within-a-smartart-in-powerpoint-presentation)
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-headers-and-footers.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-headers-and-footers.md
index a2fca4597f..dede50f413 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-headers-and-footers.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-headers-and-footers.md
@@ -836,4 +836,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to insert headers and footers in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/headerandfooter#/tailwind).
\ No newline at end of file
+* Explore how to insert headers and footers in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/headerandfooter#/tailwind).
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-images.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-images.md
index de8eee062d..356239d41c 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-images.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-images.md
@@ -1,6 +1,6 @@
---
title: Add and edit images in PowerPoint slides|C# PowerPoint| Syncfusion
-description: Learn how to add, edit, and remove the images in C# using Syncfusion .NET PowerPoint library without Microsoft PowerPoint or interop dependencies.
+description: Learn how to add, edit, and remove the images in C# using .NET PowerPoint library without Microsoft PowerPoint or interop dependencies.
platform: document-processing
control: Presentation
documentation: UG
@@ -301,7 +301,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Crop Image
-Crop the images in an existing presentation or insert the cropped picture while creating a presentation from scratch by applying crop properties using the .NET PowerPoint Library.
+Crop the images in an existing presentation or insert the cropped picture while creating a presentation from scratch by applying crop properties using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library).
The following code example demonstrates how to crop an image in a PowerPoint slide.
@@ -465,7 +465,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to add and format images in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/image#/tailwind).
+* Explore how to add and format images in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/image#/tailwind).
## See Also
* [How to crop an image in a Presentation using C#?](https://support.syncfusion.com/kb/article/15431/how-to-crop-an-image-in-a-presentation-using-c)
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-list.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-list.md
index ad93fdd4e8..14ae631710 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-list.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-list.md
@@ -1,6 +1,6 @@
---
title: Working with lists in PowerPoint Presentation | Syncfusion
-description: Learn here all about working with lists of Syncfusion® Essential® PowerPoint Presentation Library and more.
+description: Learn here all about working with lists of PowerPoint Presentation Library and more.
platform: document-processing
control: Presentation
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-paragraphs.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-paragraphs.md
index b54e3f1bab..4dc41e16c3 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-paragraphs.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-paragraphs.md
@@ -1,6 +1,6 @@
---
title: Working with Paragraph in PowerPoint Presentation | Syncfusion
-description: This section illustrates how to work with Paragraphs and texts in Syncfusion® PowerPoint Presentation
+description: This section illustrates how to work with Paragraphs and texts in .NET PowerPoint Presentation
platform: document-processing
control: Presentation
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-sections.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-sections.md
index 33a0c1277b..3b643c4620 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-sections.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-sections.md
@@ -1,6 +1,6 @@
---
title: Working with sections in PowerPoint Presentation | Syncfusion |
-description: Learn here all about working with sections in the Syncfusion® PowerPoint Presentation Library and more.
+description: Learn here all about working with sections in the PowerPoint Presentation Library and more.
platform: document-processing
control: Presentation
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-shapes.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-shapes.md
index 6ad6d48b49..0176a40496 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-shapes.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-shapes.md
@@ -1,6 +1,6 @@
---
title: Working with shapes in PowerPoint Presentation | Syncfusion |
-description: Code examples to create, edit, and format PowerPoint shapes in C# using Syncfusion® .NET PowerPoint library without Microsoft PowerPoint or interop dependencies.
+description: Code examples to create, edit, and format PowerPoint shapes in C# using .NET PowerPoint Presentation Library without Microsoft PowerPoint or interop dependencies.
platform: document-processing
control: Presentation
documentation: UG
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-edit-slide-transitions-in-powerpoint-presentation-slides-cs-vb-net.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-edit-slide-transitions-in-powerpoint-presentation-slides-cs-vb-net.md
index 5e25e0757b..53686a9767 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-edit-slide-transitions-in-powerpoint-presentation-slides-cs-vb-net.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-edit-slide-transitions-in-powerpoint-presentation-slides-cs-vb-net.md
@@ -277,7 +277,7 @@ The next slide transition can be triggered by the following two ways:
1. Mouse clicks - Brings the next slide to the view.
2. Setting a time - Brings the next slide after that specified time without any interactions.
-Syncfusion® PowerPoint library allows you to set both the previously given trigger modes while using PowerPoint slide transitions. Refer to the following code example.
+The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) allows you to set both the previously given trigger modes while using PowerPoint slide transitions. Refer to the following code example.
{% tabs %}
@@ -339,7 +339,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Set the speed for transition effect
-The speed is the customized property provided by Syncfusion® PowerPoint library to set the transition duration mentioned [above](/document-processing/powerpoint/powerpoint-library/net/create-edit-slide-transitions-in-powerpoint-presentation-slides-cs-vb-net#set-the-transition-duration) (in this page) to a customized enumeration values. By default, each transition will happen for 2 seconds. You can change the following enumeration values to change the duration of a slide transition:
+The speed is the customized property provided by the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) to set the transition duration mentioned [above](/document-processing/powerpoint/powerpoint-library/net/create-edit-slide-transitions-in-powerpoint-presentation-slides-cs-vb-net#set-the-transition-duration) (in this page) to a customized enumeration values. By default, each transition will happen for 2 seconds. You can change the following enumeration values to change the duration of a slide transition:
1. Default - 2 seconds
2. [Fast](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.TransitionSpeed.html) - 0.5 seconds
@@ -1127,4 +1127,4 @@ Zoom
## Online Demo
-* Explore how to create slide transition effects in a PowerPoint presentation using the .NET PowerPoint Library (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/slidetransition#/tailwind).
\ No newline at end of file
+* Explore how to create slide transition effects in a PowerPoint presentation using the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) (Presentation) in a live demo [here](https://document.syncfusion.com/demos/powerpoint/slidetransition#/tailwind).
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-master-slide-and-layout-slide-in-c-sharp.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-master-slide-and-layout-slide-in-c-sharp.md
index a2f9062e02..f15706d3ff 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-master-slide-and-layout-slide-in-c-sharp.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-master-slide-and-layout-slide-in-c-sharp.md
@@ -1,6 +1,6 @@
---
title: Create, read and edit Master and Layout slides in CSharp |Syncfusion®|
-description: Create, read, and edit Master slides and Layout slides using Syncfusion® PowerPoint library (Essential® Presentation).
+description: Create, read, and edit Master slides and Layout slides using .NET PowerPoint library (Essential® Presentation).
platform: document-processing
control: PowerPoint
documentation: UG
@@ -126,7 +126,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Create a custom LayoutSlide
-The real-world scenarios always require more predefined templates. The Syncfusion® PowerPoint library lets you build your own custom layout designs and use them to create individual slides.
+The real-world scenarios always require more predefined templates. The [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) lets you build your own custom layout designs and use them to create individual slides.
The following code example demonstrates how to create new custom layout slide and access layout slide in Presentation.
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 36b675c0b4..eea8fc8af1 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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 90932c6f2f..af322a25f4 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
@@ -8,7 +8,7 @@ documentation: ug
# Create, read and edit a PowerPoint file in ASP.NET MVC
-You can create or edit a PowerPoint file in ASP.NET MVC with Syncfusion® PowerPoint library. The below are the steps.
+You can create or edit a PowerPoint file in ASP.NET MVC with the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in ASP.NET MVC
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 f572dd9b0c..3cab64f8cf 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
@@ -8,9 +8,9 @@ documentation: ug
# Create, read and edit a PowerPoint file in ASP.NET
-You can create or edit a PowerPoint file in ASP.NET with Syncfusion® PowerPoint library. The below are the steps.
+You can create or edit a PowerPoint file in ASP.NET with the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
-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 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).
+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).
## Create a PowerPoint file in ASP.NET
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 48049cc778..72cc167c90 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) 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.
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 Syncfusion® PowerPoint Library (Presentation) 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.
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 f08343d034..449c288541 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
@@ -7,7 +7,7 @@ documentation: UG
---
# Create, read and edit a PowerPoint file on Linux
-You can create or edit a PowerPoint file in .NET Core on Linux using Syncfusion® PowerPoint library. The below are the steps.
+You can create or edit a PowerPoint file in .NET Core on Linux using [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in .NET Core Console application project on Linux
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 7a0707cc7d..1715122087 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
@@ -7,7 +7,7 @@ documentation: UG
---
# Create, read and edit a PowerPoint file on Mac OS
-You can create or edit a PowerPoint file in .NET Core on Mac OS using Syncfusion® PowerPoint library. The below are the steps.
+You can create or edit a PowerPoint file in .NET Core on Mac OS using [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in .NET Core Console application project on Mac OS
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 fd3131b639..04e6f81daf 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 47fde43b39..207ef1f1c4 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 c1b61395e0..de8cc2607e 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
@@ -8,7 +8,7 @@ documentation: ug
# Create, read and edit a PowerPoint file in Windows Forms
-You can create or edit a PowerPoint file in Windows Forms with Syncfusion® PowerPoint library. The below are the steps.
+You can create or edit a PowerPoint file in Windows Forms with [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in Windows Forms
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 462a0b2b4b..9e0f699116 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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 d345cd064e..cf4afd1b1a 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
@@ -8,7 +8,7 @@ documentation: ug
# Create, read and edit a PowerPoint file in WPF
-You can create or edit a PowerPoint file in WPF with Syncfusion® PowerPoint library. The below are the steps.
+You can create or edit a PowerPoint file in WPF with [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in WPF
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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 a3f0c80d95..e76819a0a5 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
@@ -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 Syncfusion® PowerPoint Library (Presentation) features.
+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.
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/faqs/multithreading-in-powerpoint-library-faqs.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/faqs/multithreading-in-powerpoint-library-faqs.md
index 6f8353df07..85b1dd9cac 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/faqs/multithreading-in-powerpoint-library-faqs.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/faqs/multithreading-in-powerpoint-library-faqs.md
@@ -12,7 +12,7 @@ The frequently asked questions regarding multithreading and thread-safety suppor
## Does the PowerPoint library support multithreading and thread-safety?
-Yes, the Syncfusion® PowerPoint library is thread-safe, allowing you to create multiple instances of the [Presentation](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.html) class to load the same file as multiple copies or different PowerPoint files and save them using multithreading in C#.
+Yes, the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) is thread-safe, allowing you to create multiple instances of the [Presentation](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.html) class to load the same file as multiple copies or different PowerPoint files and save them using multithreading in C#.
### Multithreading PowerPoint reading using tasks
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/overview.md b/Document-Processing/PowerPoint/PowerPoint-Library/overview.md
index 40ddf13f39..cfb63209a1 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/overview.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/overview.md
@@ -1,6 +1,7 @@
---
title: PowerPoint Presentation Processing Library | Syncfusion
-description: Syncfusion® PowerPoint Presentation processing library allows you create, read and write PowerPoint presentations through code in .NET applications without Microsoft Office dependencies.
+canonical_url: "https://www.syncfusion.com/document-sdk/net-powerpoint-library"
+description: The .NET PowerPoint Presentation processing library allows you create, read and write PowerPoint presentations through code in .NET applications without Microsoft Office dependencies.
platform: document-processing
control: general
documentation: UG
@@ -11,3 +12,4 @@ keywords: PowerPoint, Presentation, slides, SDK, Automation, API, create, read,
Syncfusion® PowerPoint Presentation Processing library is a class library used to create, read, and write PowerPoint presentations (.PPTX, .PPTM, .POTX, .POTM) through code in Windows Forms, WPF, ASP.NET MVC, ASP.NET Core, Blazor, .NET MAUI applications without Microsoft Office dependencies. It eases you developers to just integrate this library to achieve the required PowerPoint presentations processing functionalities and concentrate on core logics of your application.
+N> 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/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 665cccfe8d..4a7c81be50 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 8cefb33341..40afe1699f 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 682e5cc774..4a73252b60 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 1de12fa0aa..897dd90ea7 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 f5cbcf321e..b51e839c42 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 e59a2ea02d..2f36618ce6 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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-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 6c77add645..d699445778 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 0486b60b7e..5c29593b7a 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 e3f073bfc3..533fada925 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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-v4.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Azure-Functions-v4.md
index 59278173ef..0f2c61373e 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 94331db65d..cfda084a81 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 Syncfusion® Word library (DocIO) features.
+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.
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 ce3be291e7..0f2e98ee28 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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-Linux.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-Linux.md
index adcc7880b2..e82f96c3c2 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 d848929ddf..788dea99a7 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 4d6ddd2e5e..c61137592b 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 3688d30ed5..9648d761eb 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 fd4ed604be..7f7e7243fe 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 531f8c94ef..e70666fe9e 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 98a017f218..e812ead8f2 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 e0206920de..0a2ff9c167 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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/Fallback-fonts-word-to-image.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Fallback-fonts-word-to-image.md
index b1b1ba6eee..b65e4e8404 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Fallback-fonts-word-to-image.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Fallback-fonts-word-to-image.md
@@ -8,7 +8,7 @@ documentation: UG
# Fallback fonts in Word to Image conversion
-During Word to image conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the Syncfusion® Word (DocIO) library allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output image.
+During Word to image conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output image.
Users can configure fallback fonts in the following ways:
* Initialize default fallback fonts.
@@ -589,4 +589,4 @@ N> 5. Different styles of borders are known limitations in Word to Image convers
N> 6. In ASP.NET Core, Blazor, Xamarin, WinUI and .NET MAUI platforms, to convert Word document to images we recommend you to use Word to image [assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required#converting-word-document-to-image) or [NuGet](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required#converting-word-document-to-image) as a reference in your application.
N> 7. DocIO supports Word to image conversion in UWP application using DocIORenderer.
N> 8. In addition to the previous NuGet packages, we recommend to use [SkiaSharp.NativeAssets.Linux v3.119.1](https://www.nuget.org/packages/SkiaSharp.NativeAssets.Linux/3.119.1) and [HarfBuzzSharp.NativeAssets.Linux v8.3.1.2](https://www.nuget.org/packages/HarfBuzzSharp.NativeAssets.Linux/8.3.1.2) NuGets to perform Word to Image conversion in Linux environment.
-N> 9. The .NET Word Library (DocIO) uses System.Drawing functionalities for Word to image conversion in .NET Framework applications. And System.Drawing itself uses a fallback font to preserve the Unicode text while drawing the text in the image. So, these Fallback fonts APIs are **not supported in .NET Framework**.
+N> 9. The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) uses System.Drawing functionalities for Word to image conversion in .NET Framework applications. And System.Drawing itself uses a fallback font to preserve the Unicode text while drawing the text in the image. So, these Fallback fonts APIs are **not supported in .NET Framework**.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/word-to-image.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/word-to-image.md
index 3d9643825a..73ffa7a804 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/word-to-image.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/word-to-image.md
@@ -6,11 +6,11 @@ control: DocIO
documentation: UG
---
-# Convert Word to Image in .NET using Syncfusion® Word library
+# Convert Word to Image in Syncfusion® .NET Word Library
-Syncfusion® Word library (DocIO) allows you to convert Word document to image within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to Image.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) allows you to convert Word document to image within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to Image.
-The Syncfusion® Word to image converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-azure), [AWS](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-linux), and [macOS](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-mac).
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) to image converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-azure), [AWS](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-linux), and [macOS](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-mac).
## Key Features
@@ -272,11 +272,11 @@ End Using
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Word-to-Image-conversion/Specific-range-of-pages-Word-to-image).
-T> For troubleshooting issues in the .NET Word Library (DocIO), refer [this](https://support.syncfusion.com/kb/article/16012/troubleshooting-guide-for-syncfusion-word-docio-library-issues?isInternalRefresh=False) article that provides comprehensive guidance on resolving common problems.
+T> For troubleshooting issues in the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO), refer [this](https://support.syncfusion.com/kb/article/16012/troubleshooting-guide-for-syncfusion-word-docio-library-issues?isInternalRefresh=False) article that provides comprehensive guidance on resolving common problems.
## Supported File formats
-The .NET Word Library (DocIO) supports below formats to convert into image.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) supports below formats to convert into image.
* DOC, DOCX, Word Processing XML (2003 & 2007), DOT, DOTX, DOCM, and DOTM
* RTF
@@ -363,11 +363,11 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Fallback fonts
-During Word to Image conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the Syncfusion® Word (DocIO) library allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output image. For further information, click [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/fallback-fonts-word-to-image).
+During Word to Image conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output image. For further information, click [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/fallback-fonts-word-to-image).
## Online Demo
-* Explore how to convert a Word document to an image using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind).
+* Explore how to convert a Word document to an image using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/overview.md b/Document-Processing/Word/Conversions/Word-To-Image/overview.md
index 50255972f4..c6412364d0 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/overview.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/overview.md
@@ -1,6 +1,6 @@
---
title: Convert Word to Image in Word Library | DocIO | Syncfusion
-description: Learn how to convert a Word document to image using the Syncfusion® Word (DocIO) library without Microsoft Word or interop dependencies.
+description: Learn how to convert a Word document to image using the .NET Word (DocIO) library without Microsoft Word or interop dependencies.
platform: document-processing
control: DocIO
documentation: UG
@@ -8,9 +8,9 @@ documentation: UG
# Convert Word to Image using Syncfusion® Word library
-Syncfusion® Word library (DocIO) allows you to convert Word document to image within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to Image.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) allows you to convert Word document to image within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to Image.
-The Syncfusion® Word to image converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-azure), [AWS](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-linux), and [macOS](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-mac).
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) to image converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-azure), [AWS](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-linux), and [macOS](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/convert-word-document-to-image-in-mac).
## Key Features
@@ -276,7 +276,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Supported File formats
-The .NET Word Library (DocIO) supports below formats to convert into image.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) supports below formats to convert into image.
* DOC, DOCX, Word Processing XML (2003 & 2007), DOT, DOTX, DOCM, and DOTM
* RTF
@@ -286,11 +286,11 @@ The .NET Word Library (DocIO) supports below formats to convert into image.
N> To see limitations and unsupported features in Word to image conversion, refer [here]().
-T> For troubleshooting issues in the .NET Word Library (DocIO), refer [this](https://support.syncfusion.com/kb/article/16012/troubleshooting-guide-for-syncfusion-word-docio-library-issues?isInternalRefresh=False) article that provides comprehensive guidance on resolving common problems.
+T> For troubleshooting issues in the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO), refer [this](https://support.syncfusion.com/kb/article/16012/troubleshooting-guide-for-syncfusion-word-docio-library-issues?isInternalRefresh=False) article that provides comprehensive guidance on resolving common problems.
## Supported File formats
-The .NET Word Library (DocIO) supports below formats to convert into image.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) supports below formats to convert into image.
* DOC, DOCX, Word Processing XML (2003 & 2007), DOT, DOTX, DOCM, and DOTM
* RTF
@@ -377,11 +377,11 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Fallback fonts
-During Word to Image conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the Syncfusion® Word (DocIO) library allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output image. For further information, click [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/fallback-fonts-word-to-image).
+During Word to Image conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output image. For further information, click [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/fallback-fonts-word-to-image).
## Online Demo
-* Explore how to convert a Word document to an image using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind).
+* Explore how to convert a Word document to an image using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtoimage#/tailwind).
## See Also
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 b0bac945e6..bfbde05c5f 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 efbd457e49..1b5e13a7d8 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 4bad5240af..582b8b1d0a 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
\ 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 bbc7331cff..ce4922726d 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 7156d96402..c6b54f2a7d 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 d1a1c13567..b4c333190c 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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-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 0dbfb4d7c5..b224471720 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 e7f0b3d4ea..77b7e7e9b1 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 d5dc0b7e20..dc70a98d27 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 358dc75e08..db7333d261 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 e7c0fb5195..cc369fdbba 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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-Blazor.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Blazor.md
index 797bfe6fe9..cc20e1ce4d 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 Syncfusion® Word library (DocIO) features.
+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.
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 6bbb0b1e87..849861b5d9 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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-Run.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-PDF-in-Google-Cloud-Run.md
index 9716a50504..301e5bc3aa 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 bc660ed67f..a9fbc4621f 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 450f034435..a0a9c5e712 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 9a099cdfc2..80701f0683 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 4f1fe7811d..24cc492afb 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 Syncfusion® Word library (DocIO) features.
+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.
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 d668851137..aa6ad73c70 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 91256839b3..4565db4ecc 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 c2d621cc64..d99121384c 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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 08518967db..fd9a947cca 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
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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/Fallback-fonts-word-to-pdf.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Fallback-fonts-word-to-pdf.md
index 4190fc6515..c7db2a22f5 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Fallback-fonts-word-to-pdf.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Fallback-fonts-word-to-pdf.md
@@ -8,7 +8,7 @@ documentation: UG
# Fallback fonts in Word to PDF Conversion
-During Word to PDF conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the Syncfusion® Word (DocIO) library allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output PDF document.
+During Word to PDF conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output PDF document.
Users can configure fallback fonts in the following ways:
* Initialize default fallback fonts.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/faqs/multithreading-in-word-to-pdf-faqs.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/faqs/multithreading-in-word-to-pdf-faqs.md
index 9823cb2632..cac8c50ba4 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/faqs/multithreading-in-word-to-pdf-faqs.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/faqs/multithreading-in-word-to-pdf-faqs.md
@@ -11,7 +11,7 @@ The frequently asked questions regarding multithreading and thread-safety suppor
## Does the Word library support multithreading and thread-safety for Word to PDF conversion?
-Yes, the Syncfusion® Word library is thread-safe, and you can create multiple instances of the [WordDocument](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WordDocument.html) class to load the same file as multiple copies or different Word files, then convert them to PDF using multithreading in C#.
+Yes, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) is thread-safe, and you can create multiple instances of the [WordDocument](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WordDocument.html) class to load the same file as multiple copies or different Word files, then convert them to PDF using multithreading in C#.
### Multithreading Word to PDF using tasks
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 7b433f4c20..5e3da20796 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
@@ -1,6 +1,6 @@
---
title: Word document to PDF Conversion in Linux Docker | DocIO | Syncfusion
-description: This section illustrates how to convert Word document to PDF using Syncfusion® Word library (Essential DocIO) in Linux Docker
+description: This section illustrates how to convert Word document to PDF using the .NET Word library (Essential DocIO) in Linux Docker
platform: document-processing
control: DocIO
documentation: UG
@@ -8,7 +8,7 @@ documentation: UG
# Essential® DocIO in Docker
-Docker is an open platform for developing, shipping and running applications. You can use Essential® DocIO in Docker container to create, read, write and convert Microsoft Word documents into various formats. From this page, you can learn how to convert Word document to PDF in Linux Docker using Syncfusion® Word library (Essential® DocIO).
+Docker is an open platform for developing, shipping and running applications. You can use Essential® DocIO in Docker container to create, read, write and convert Microsoft Word documents into various formats. From this page, you can learn how to convert Word document to PDF in Linux Docker using [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (Essential® DocIO).
## Steps to convert a Word document to PDF in Linux Docker
@@ -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 Syncfusion® Word library (DocIO) features.
+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.
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/word-to-pdf.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md
index c8f6554ef1..b9de21ded9 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf.md
@@ -8,9 +8,9 @@ documentation: UG
# Convert Word to PDF in .NET using Syncfusion® Word (DocIO) library
-Syncfusion® Word library (DocIO) allows you to convert Word document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to PDF.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) allows you to convert Word document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to PDF.
-The Syncfusion® Word to PDF converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-window-forms), [WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-azure), [AWS](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-linux), [Docker](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf-linux-docker), and [macOS](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-mac).
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) to PDF converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-window-forms), [WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-azure), [AWS](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-linux), [Docker](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf-linux-docker), and [macOS](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-mac).
## Key Features
@@ -141,7 +141,7 @@ By executing the program, you will get the output PDF as follows.
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).
-T> For troubleshooting issues in the .NET Word Library (DocIO), refer [this](https://support.syncfusion.com/kb/article/16012/troubleshooting-guide-for-syncfusion-word-docio-library-issues?isInternalRefresh=False) article that provides comprehensive guidance on resolving common problems.
+T> For troubleshooting issues in the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO), refer [this](https://support.syncfusion.com/kb/article/16012/troubleshooting-guide-for-syncfusion-word-docio-library-issues?isInternalRefresh=False) article that provides comprehensive guidance on resolving common problems.
N> 1. For .NET Framework, creating an instance of the [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.OfficeChartToImageConverter.ChartToImageConverter.html) class is mandatory to convert the charts present in the Word to PDF. Otherwise, the charts are not preserved in the converted PDF. Whereas this is not necessary for .NET Core, as ChartToImageConverter is initialized internally in Syncfusion.DocIORenderer.Portable assembly.
N> 2. Total number of pages in the converted PDF may vary based on unsupported elements in the input Word document.
@@ -150,7 +150,7 @@ N> 4. Failing to dispose of resources can lead to memory leaks, high memory usag
## Supported File formats
-The .NET Word Library (DocIO) supports below formats to convert into PDF.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) supports below formats to convert into PDF.
* DOC, DOCX, Word Processing XML (2003 & 2007), DOT, DOTX, DOCM, and DOTM
* RTF
@@ -250,7 +250,7 @@ To avoid this, the Essential® DocIO library allows you to set an
## Fallback fonts
-During Word to PDF conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the Syncfusion® Word (DocIO) library allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output PDF document. For further information, click [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/fallback-fonts-word-to-pdf).
+During Word to PDF conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output PDF document. For further information, click [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/fallback-fonts-word-to-pdf).
## Unsupported elements in Word to PDF conversion
@@ -262,9 +262,9 @@ When converting a Word document to a PDF, the presence of unsupported elements i
## Online Demo
-* Explore how to convert a Word document to PDF using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind).
-* See how to convert a Word document to PDF/UA using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdfua#/tailwind).
-* See how to convert a Word document to PDF/A using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdfa#/tailwind).
+* Explore how to convert a Word document to PDF using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind).
+* See how to convert a Word document to PDF/UA using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdfua#/tailwind).
+* See how to convert a Word document to PDF/A using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdfa#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/overview.md b/Document-Processing/Word/Conversions/Word-To-PDF/overview.md
index cee8112436..c7e5b514c0 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/overview.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/overview.md
@@ -1,6 +1,6 @@
---
title: Convert Word to PDF in Word Library | DocIO | Syncfusion
-description: Learn how to convert a Word document to PDF using the Syncfusion® Word (DocIO) library without Microsoft Word or interop dependencies.
+description: Learn how to convert a Word document to PDF using the .NET Word (DocIO) library without Microsoft Word or interop dependencies.
platform: document-processing
control: DocIO
documentation: UG
@@ -8,9 +8,9 @@ documentation: UG
# Convert Word document to PDF using Syncfusion® Word (DocIO) library
-Syncfusion® Word library (DocIO) allows you to convert Word document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to PDF.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) allows you to convert Word document to PDF within a few lines of code in .NET applications and also it does not require Adobe and Microsoft Word application to be installed in the machine. Using this, you can create an input Word document from scratch or load an existing Word document and then easily convert to PDF.
-The Syncfusion® Word to PDF converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-window-forms), [WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-azure), [AWS](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-linux), [Docker](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf-linux-docker), and [macOS](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-mac).
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) to PDF converter offers high versatility and seamless performance across various .NET platforms, including [Windows Forms](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-window-forms), [WPF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-blazor), [Xamarin](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-winui), [.NET MAUI](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-maui). Also, in different environments like [Azure](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-azure), [AWS](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-aws), [Google Cloud](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-google-cloud-platform), [Linux](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-linux), [Docker](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf-linux-docker), and [macOS](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/convert-word-document-to-pdf-in-mac).
## Key Features
@@ -143,7 +143,7 @@ By executing the program, you will get the output PDF as follows.
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).
-T> For troubleshooting issues in the .NET Word Library (DocIO), refer [this](https://support.syncfusion.com/kb/article/16012/troubleshooting-guide-for-syncfusion-word-docio-library-issues?isInternalRefresh=False) article that provides comprehensive guidance on resolving common problems.
+T> For troubleshooting issues in the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO), refer [this](https://support.syncfusion.com/kb/article/16012/troubleshooting-guide-for-syncfusion-word-docio-library-issues?isInternalRefresh=False) article that provides comprehensive guidance on resolving common problems.
N> 1. For .NET Framework, creating an instance of the [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing/Syncfusion.OfficeChartToImageConverter.ChartToImageConverter.html) class is mandatory to convert the charts present in the Word to PDF. Otherwise, the charts are not preserved in the converted PDF. Whereas this is not necessary for .NET Core, as ChartToImageConverter is initialized internally in Syncfusion.DocIORenderer.Portable assembly.
N> 2. Total number of pages in the converted PDF may vary based on unsupported elements in the input Word document.
@@ -152,7 +152,7 @@ N> 4. Font-related issues during Word to PDF or image conversion can arise due t
## Supported File formats
-The .NET Word Library (DocIO) supports below formats to convert into PDF.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) supports below formats to convert into PDF.
* DOC, DOCX, Word Processing XML (2003 & 2007), DOT, DOTX, DOCM, and DOTM
* RTF
@@ -252,7 +252,7 @@ To avoid this, the Essential® DocIO library allows you to set an
## Fallback fonts
-During Word to PDF conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the Syncfusion® Word (DocIO) library allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output PDF document. For further information, click [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/fallback-fonts-word-to-pdf).
+During Word to PDF conversions, if a glyph of the input text is unavailable in the specified font, the text will not be rendered properly. To address this, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) allows users to specify fallback fonts. When a glyph is missing, the library will use one of the fallback fonts to render the text correctly in the output PDF document. For further information, click [here](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/fallback-fonts-word-to-pdf).
## Unsupported elements in Word to PDF conversion
@@ -264,9 +264,9 @@ When converting a Word document to a PDF, the presence of unsupported elements i
## Online Demo
-* Explore how to convert a Word document to PDF using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind).
-* See how to convert a Word document to PDF/UA using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdfua#/tailwind).
-* See how to convert a Word document to PDF/A using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdfa#/tailwind).
+* Explore how to convert a Word document to PDF using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind).
+* See how to convert a Word document to PDF/UA using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdfua#/tailwind).
+* See how to convert a Word document to PDF/A using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtopdfa#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Conversions/html-conversions.md b/Document-Processing/Word/Conversions/html-conversions.md
index 669da01295..e29245fb7a 100644
--- a/Document-Processing/Word/Conversions/html-conversions.md
+++ b/Document-Processing/Word/Conversions/html-conversions.md
@@ -12,7 +12,7 @@ The Essential® DocIO converts the HTML file into Word document an
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms to convert the HTML file into Word document and vice versa using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms to convert the HTML file into Word document and vice versa using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [HTML conversions assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
* [HTML conversions NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
@@ -150,7 +150,7 @@ N> 1. Inserting XHTML string is not supported in Silverlight, Windows Phone, and
N> 2. XHTML validation against XHTML 1.0 Strict and Transitional schema is not supported in Windows Store applications.
N> 3. [XHTMLValidationType.None](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.XHTMLValidationType.html): Default validation while importing HTML file.
N> 4. [XHTMLValidationType.None](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.XHTMLValidationType.html): Validates the HTML file against XHTML format and it doesn't perform any schema validation.
-N> 5. From version 27.X.X, the .NET Word Library supports opening HTML even if it contains improper closing tags when validation is set to None.
+N> 5. From version 27.X.X, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) supports opening HTML even if it contains improper closing tags when validation is set to None.
### Customize image data
@@ -1350,8 +1350,8 @@ Underline types and colors are ignored.
## Online Demo
-* Explore how to convert a Word document to HTML using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtohtml#/tailwind).
-* See how to convert HTML to a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/htmltoword#/tailwind).
+* Explore how to convert a Word document to HTML using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtohtml#/tailwind).
+* See how to convert HTML to a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/htmltoword#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Conversions/markdown-to-word-conversion.md b/Document-Processing/Word/Conversions/markdown-to-word-conversion.md
index 911d996ede..7878b41e54 100644
--- a/Document-Processing/Word/Conversions/markdown-to-word-conversion.md
+++ b/Document-Processing/Word/Conversions/markdown-to-word-conversion.md
@@ -15,7 +15,7 @@ To quickly start converting a Word document to Markdown and vice versa, please c
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms to convert a Markdown file to a Word document using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms to convert a Markdown file to a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [Markdown to Word conversion assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [Markdown to Word conversion NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
@@ -466,7 +466,7 @@ N> Hook the event handler before opening a Word document as per the above code e
## Online Demo
-* Explore how to convert the Markdown file to Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/markdowntoword#/tailwind).
+* Explore how to convert the Markdown file to Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/markdowntoword#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Conversions/overview.md b/Document-Processing/Word/Conversions/overview.md
index 86756fcbb1..e2f5e9699b 100644
--- a/Document-Processing/Word/Conversions/overview.md
+++ b/Document-Processing/Word/Conversions/overview.md
@@ -1,6 +1,6 @@
---
title: Word Document Conversion Library | Syncfusion
-description: Syncfusion® Word Conversion Library converts Word to several file formats like PDF, image, HTML, RTF, ODT, Markdown, Text without Microsoft Office dependencies.
+description: The .NET Word Conversion Library converts Word to several file formats like PDF, image, HTML, RTF, ODT, Markdown, Text without Microsoft Office dependencies.
platform: document-processing
control: general
documentation: UG
@@ -9,4 +9,4 @@ keywords: Word, SDK, Automation, API, convert
# Welcome to Syncfusion® Word Document Conversion Library
-Syncfusion® Word Conversion Library converts Word to several file formats like PDF, image, HTML, RTF, ODT, Markdown, Text without Microsoft Office dependencies. It also supports convert HTML, RTF, Markdown, Text to Word documents. It eases the developers, as they can just integrate this converter to achieve the required Word document conversions and concentrate on core logics of their application.
+The [.NET Word Conversion Library](https://www.syncfusion.com/document-sdk/net-word-library) converts Word to several file formats like PDF, image, HTML, RTF, ODT, Markdown, Text without Microsoft Office dependencies. It also supports convert HTML, RTF, Markdown, Text to Word documents. It eases the developers, as they can just integrate this converter to achieve the required Word document conversions and concentrate on core logics of their application.
diff --git a/Document-Processing/Word/Conversions/rtf-conversions.md b/Document-Processing/Word/Conversions/rtf-conversions.md
index c7b2366c6a..87ccf113fa 100644
--- a/Document-Processing/Word/Conversions/rtf-conversions.md
+++ b/Document-Processing/Word/Conversions/rtf-conversions.md
@@ -18,7 +18,7 @@ To quickly start converting a Word document to RTF and vice versa, please check
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms to convert the RTF document into Word document and vice versa using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms to convert the RTF document into Word document and vice versa using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [RTF conversions assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [RTF conversions NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
@@ -108,8 +108,8 @@ The supported and unsupported features of DocIO based on file formats can be ref
## Online Demo
-* Explore how to convert the RTF file to Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/rtftodoc#/tailwind).
-* See how to convert a Word document to an RTF file using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtortf#/tailwind).
+* Explore how to convert the RTF file to Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/rtftodoc#/tailwind).
+* See how to convert a Word document to an RTF file using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtortf#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Conversions/word-file-formats-conversions.md b/Document-Processing/Word/Conversions/word-file-formats-conversions.md
index 9800183256..e548dd8c12 100644
--- a/Document-Processing/Word/Conversions/word-file-formats-conversions.md
+++ b/Document-Processing/Word/Conversions/word-file-formats-conversions.md
@@ -610,5 +610,5 @@ document.Close()
## Online Demo
-* Explore how to convert the Word document to Word processing XML using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtowordml#/tailwind).
-* See how to convert the Word processing XML to Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordmltoword#/tailwind).
+* Explore how to convert the Word document to Word processing XML using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtowordml#/tailwind).
+* See how to convert the Word processing XML to Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordmltoword#/tailwind).
diff --git a/Document-Processing/Word/Conversions/word-to-epub-conversion.md b/Document-Processing/Word/Conversions/word-to-epub-conversion.md
index afdfb47b83..05424ca7e1 100644
--- a/Document-Processing/Word/Conversions/word-to-epub-conversion.md
+++ b/Document-Processing/Word/Conversions/word-to-epub-conversion.md
@@ -12,7 +12,7 @@ The Word document files are converted as EPUB v2.0 file format with few lines of
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms to convert a Word document to EPUB file using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms to convert a Word document to EPUB file using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [Word to EPUB conversion assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [Word to EPUB conversion NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
diff --git a/Document-Processing/Word/Conversions/word-to-markdown-conversion.md b/Document-Processing/Word/Conversions/word-to-markdown-conversion.md
index ee71292ef9..458b624c88 100644
--- a/Document-Processing/Word/Conversions/word-to-markdown-conversion.md
+++ b/Document-Processing/Word/Conversions/word-to-markdown-conversion.md
@@ -15,7 +15,7 @@ To quickly start converting a Word document to Markdown and vice versa, please c
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms to convert a Word document to a Markdown file using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms to convert a Word document to a Markdown file using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [Word to Markdown conversion assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [Word to Markdown conversion NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
@@ -670,4 +670,4 @@ The following table shows the list of Word document elements supported in Word t
## Online Demo
-* Explore how to convert the Word document to Markdown using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtomarkdown#/tailwind).
+* Explore how to convert the Word document to Markdown using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/wordtomarkdown#/tailwind).
diff --git a/Document-Processing/Word/Conversions/word-to-odt-conversion.md b/Document-Processing/Word/Conversions/word-to-odt-conversion.md
index 44d2a07dce..138abc77ba 100644
--- a/Document-Processing/Word/Conversions/word-to-odt-conversion.md
+++ b/Document-Processing/Word/Conversions/word-to-odt-conversion.md
@@ -12,7 +12,7 @@ The [OpenDocument format (ODF)](http://en.wikipedia.org/wiki/OpenDocument#) is a
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms to convert a Word document to ODT file using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms to convert a Word document to ODT file using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [Word to ODT conversion assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [Word to ODT conversion NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
@@ -758,4 +758,4 @@ Yes
## Online Demo
-* Explore how to convert the Word document to ODT using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/doctoodt#/tailwind).
+* Explore how to convert the Word document to ODT using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/doctoodt#/tailwind).
diff --git a/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-AWSSDK-Core-WordtoPDF.png b/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-AWSSDK-Core-WordtoPDF.png
index 05330fcfaf..6d569ed21d 100644
Binary files a/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-AWSSDK-Core-WordtoPDF.png and b/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-AWSSDK-Core-WordtoPDF.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-AWSSDK-Lambda-WordtoPDF.png b/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-AWSSDK-Lambda-WordtoPDF.png
index 71527506eb..a9bd46f6a1 100644
Binary files a/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-AWSSDK-Lambda-WordtoPDF.png and b/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-AWSSDK-Lambda-WordtoPDF.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-Newton-Json-WordtoPDF.png b/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-Newton-Json-WordtoPDF.png
index b7c460ad24..08925e7846 100644
Binary files a/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-Newton-Json-WordtoPDF.png and b/Document-Processing/Word/Word-Library/NET/AWS_Images/Lambda_Images/Nuget-Package-Newton-Json-WordtoPDF.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Accepting-or-Rejecting-Track-Changes.md b/Document-Processing/Word/Word-Library/NET/Accepting-or-Rejecting-Track-Changes.md
index 49987c8f6c..ad075f937c 100644
--- a/Document-Processing/Word/Word-Library/NET/Accepting-or-Rejecting-Track-Changes.md
+++ b/Document-Processing/Word/Word-Library/NET/Accepting-or-Rejecting-Track-Changes.md
@@ -399,7 +399,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to accept or reject the tracked changes in the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/trackchanges#/tailwind).
+* Explore how to accept or reject the tracked changes in the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/trackchanges#/tailwind).
## Frequently Asked Questions
diff --git a/Document-Processing/Word/Word-Library/NET/Applying-Watermark.md b/Document-Processing/Word/Word-Library/NET/Applying-Watermark.md
index a03a198c56..8c811535e5 100644
--- a/Document-Processing/Word/Word-Library/NET/Applying-Watermark.md
+++ b/Document-Processing/Word/Word-Library/NET/Applying-Watermark.md
@@ -181,7 +181,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to insert text and picture watermark into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/watermark#/tailwind).
+* Explore how to insert text and picture watermark into the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/watermark#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Azure-Images/App-Service-Windows/Nuget-Open-and-Save-Word-Document.png b/Document-Processing/Word/Word-Library/NET/Azure-Images/App-Service-Windows/Nuget-Open-and-Save-Word-Document.png
index 3137f9a2e5..a08aff3872 100644
Binary files a/Document-Processing/Word/Word-Library/NET/Azure-Images/App-Service-Windows/Nuget-Open-and-Save-Word-Document.png and b/Document-Processing/Word/Word-Library/NET/Azure-Images/App-Service-Windows/Nuget-Open-and-Save-Word-Document.png differ
diff --git a/Document-Processing/Word/Word-Library/NET/Conversion.md b/Document-Processing/Word/Word-Library/NET/Conversion.md
index 24580d3194..9699250153 100644
--- a/Document-Processing/Word/Word-Library/NET/Conversion.md
+++ b/Document-Processing/Word/Word-Library/NET/Conversion.md
@@ -1,6 +1,6 @@
---
title: Word document conversion in C# | DocIO | Syncfusion
-description: Learn how to convert a Word document into other supported file formats using Syncfusion® Word library (Essential® DocIO)
+description: Learn how to convert a Word document into other supported file formats using the .NET Word library (Essential® DocIO)
platform: document-processing
control: DocIO
documentation: UG
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 4f22177387..5f603c42a7 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
@@ -8,7 +8,7 @@ documentation: UG
# Create a Word document using ASP.NET Core Web API
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in ASP.NET Core Web API**.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in ASP.NET Core Web API**.
## Steps to create Word document programmatically:
@@ -220,6 +220,6 @@ Upon executing the program, the **Word document** will be generated as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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-AWS-Elastic-Beanstalk.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Elastic-Beanstalk.md
index d8a014d46d..4e6cfaeffb 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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 **create a Word document 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 **create a Word document in AWS Elastic Beanstalk**.
## Steps to create Word document in AWS Elastic Beanstalk
@@ -320,6 +320,6 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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-AWS-Lambda.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Lambda.md
index 9d64a6c360..4ab94aee81 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Lambda.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS-Lambda.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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 **create a Word document 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 **create a Word document in AWS Lambda**.
## Steps to create Word document in AWS Lambda
@@ -351,6 +351,6 @@ By executing the program, you will get the **Word document** as follows.
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/AWS/Console_Application) and [AWS Lambda](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/AWS/AWS_Lambda) project.
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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-AWS.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS.md
index d6d71bfd62..aef47c682c 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-AWS.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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, **create a Word document 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, **create a Word 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 Word document in C# using the .NET Core Word (DocIO) library in AWS.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Linux.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Linux.md
index dfbbe76cee..1d66ac44eb 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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 **create Word document 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 **create Word document in Azure App service on Linux**.
## Steps to create Word document in Azure App Service on Linux
@@ -342,6 +342,6 @@ Step 12: Select the Word document and Click **Create Word document** to create W
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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-App-Service-Windows.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Windows.md
index adc556a129..4c488bfb9d 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-App-Service-Windows.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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 **create Word document 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 **create Word document in Azure App Service on Windows**.
## Steps to create Word document in Azure App Service on Windows
@@ -342,6 +342,6 @@ Step 12: Select the Word document and Click **Create Word document** to create a
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
An online sample link to [convert Word document to PDF](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-Azure-Functions-Flex-Consumption.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-Flex-Consumption.md
index f01809acb7..96f0548ae6 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-Flex-Consumption.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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 **Create Word document 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 **Create Word document in Azure Functions deployed on Flex (Consumption) plan**.
## Steps to Create Word document in Azure Functions (Flex Consumption)
@@ -359,6 +359,6 @@ static async Task Main()
From GitHub, you can download the [console application](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_Functions/Console_App_Flex_Consumption) and [Azure Functions Flex Consumption](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_Functions/Azure_Functions_Flex_Consumption).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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-Azure-Functions-v1.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v1.md
index 60e955d1b9..b2d3c50ddb 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
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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 **create a Word document 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 **create a Word document in Azure Functions v1**.
## Steps to create a Word document in Azure Functions v1
@@ -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-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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-v4.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v4.md
index e97a1ca3b6..f27d045305 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v4.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v4.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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 **create a Word document 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 **create a Word document in Azure Functions v4**.
## Steps to create a Word document in Azure Functions v4
@@ -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 v4](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Getting-Started/Azure/Azure_Functions/Azure_Functions_v4).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure.md
index 2fe2e73a07..b7cc519f85 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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, **create a Word document 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, **create a Word document 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 create a Word document in C# using the .NET Word (DocIO) library in Azure.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Google-App-Engine.md b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Google-App-Engine.md
index 7db947ef1a..37472a58c4 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Google-App-Engine.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Google-App-Engine.md
@@ -1,5 +1,5 @@
---
-title: Create Word document in GCP | Syncfusion
+title: Create Word document in GAE | Syncfusion
description: Create Word document in Google App Engine using .NET Core Word (DocIO) library without Microsoft Word or interop dependencies.
platform: document-processing
control: DocIO
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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 **create Word document 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 **create Word document in Google App Engine**.
## Set up App Engine
@@ -456,6 +456,6 @@ By executing the program, you will get the **Word document** as follows. The out

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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-ASP-NET-Core.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-Core.md
index bf9d434726..954e1ba7c4 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-Core.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-Core.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document 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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in ASP.NET Core**.
To quickly create a Word document in ASP.NET Core, please check out this video:
{% youtube "https://www.youtube.com/watch?v=ptbMtxIv3CY" %}
@@ -947,6 +947,6 @@ By executing the program, you will get the **Word document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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 308b76692b..08747e7005 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
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document 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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document 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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in ASP.NET MVC**.
## Steps to create Word document programmatically:
@@ -620,4 +620,4 @@ By executing the program, you will get the Word document as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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 d138f1bd5c..492f7da70b 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
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document in ASP.NET
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in ASP.NET Web Forms**.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document 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).
@@ -294,6 +294,6 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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-Blazor.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Blazor.md
index 6d597dc38e..9e7149b244 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Blazor.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word Document in Blazor
-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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, a **create a Word document in Blazor**.
+Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, a **create a Word document in Blazor**.
To quickly get started with creating a Word document in Blazor, watch this video:
@@ -847,9 +847,7 @@ Upon executing the program, the **Word document** will be generated as follows:
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of Syncfusion® Word library (DocIO) features.
-
-An online sample link to [create a Word document](https://blazor.syncfusion.com/demos/word/hello-world?theme=fluent) in Blazor.
+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.
## WASM Standalone Application
@@ -1570,6 +1568,4 @@ N> While the Word library functions in WASM Standalone, server-side deployment i
Kindly explore the [supported and unsupported features of the Word library in Blazor](https://help.syncfusion.com/document-processing/word/word-library/net/supported-and-unsupported-features#blazor-supported-features).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of Syncfusion® Word library (DocIO) features.
-
-An online sample link to [create a Word document](https://blazor.syncfusion.com/demos/word/hello-world?theme=fluent) in Blazor.
+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.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md
index c749f378ef..8f63cfabe5 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Create a Word document 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, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in Console Application**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in Console Application**.
## Create a Word document using .NET Core and Latest
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Linux.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Linux.md
index 490835beb4..2b9468b177 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Linux.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document on Linux
-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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in .NET Core application on Linux**.
+Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in .NET Core application on Linux**.
## Steps to create Word document programmatically in .NET Core application on Linux
@@ -623,7 +623,7 @@ By executing the program, you will get the **Word document** as follows. The out
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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-MAUI.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-MAUI.md
index 909480885b..c4cd5eebc3 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-MAUI.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-MAUI.md
@@ -1195,6 +1195,6 @@ By executing the program, you will get the **Word document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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-Mac.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Mac.md
index 4d6ee6c3c9..2ece721273 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Mac.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Mac.md
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document on Mac OS
-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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in .NET Core application on Mac OS**.
+Syncfusion® Essential® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in .NET Core application on Mac OS**.
## Steps to create Word document programmatically in .NET Core application on Mac OS
@@ -880,6 +880,6 @@ By executing the program, you will get the **Word document** as follows. The out
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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-UWP.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-UWP.md
index ab14fe1520..4182807a1e 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-UWP.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-UWP.md
@@ -340,6 +340,6 @@ By executing the program, you will get the Word document as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/uwp) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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 9c41e8517a..dd06fbdf2e 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
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document in WPF
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to **create**, read, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in WPF**.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to **create**, read, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in WPF**.
## Steps to create Word document programmatically in WPF:
@@ -608,6 +608,6 @@ By executing the program, you will get the **Word document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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-WinUI.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WinUI.md
index ce9b94b567..1a6eef286d 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WinUI.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WinUI.md
@@ -302,7 +302,7 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/winui) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
@@ -649,6 +649,6 @@ async void Save(MemoryStream streams, string filename)
{% endtabs %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/winui) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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 21dcbe05e1..75c69adcdc 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
@@ -8,7 +8,7 @@ documentation: UG
# Create Word document in Windows Forms
-Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in Windows Forms**.
+Syncfusion® Essential® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **create a Word document in Windows Forms**.
## Steps to create Word document programmatically:
@@ -642,6 +642,6 @@ By executing the program, you will get the **Word document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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-Xamarin.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Xamarin.md
index d8da97b01c..a86ad728fd 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Xamarin.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Xamarin.md
@@ -410,6 +410,6 @@ By executing the program, you will get the Word document as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/xamarin) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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/Feature-Matrix.md b/Document-Processing/Word/Word-Library/NET/Feature-Matrix.md
index 7ac0464612..ac1186707d 100644
--- a/Document-Processing/Word/Word-Library/NET/Feature-Matrix.md
+++ b/Document-Processing/Word/Word-Library/NET/Feature-Matrix.md
@@ -1,6 +1,6 @@
---
title: Feature Matrix in .NET Word Library | Syncfusion
-description: Learn about the supported features of Syncfusion® .NET Word Library (DocIO) for Word 97–2003, Word 2007–2016, and RTF formats.
+description: Learn about the supported features of the .NET Word Library (DocIO) for Word 97–2003, Word 2007–2016, and RTF formats.
platform: document-processing
control: DocIO
documentation: UG
diff --git a/Document-Processing/Word/Word-Library/NET/Getting-Started.md b/Document-Processing/Word/Word-Library/NET/Getting-Started.md
index 43a5997950..e47895a027 100644
--- a/Document-Processing/Word/Word-Library/NET/Getting-Started.md
+++ b/Document-Processing/Word/Word-Library/NET/Getting-Started.md
@@ -1,5 +1,6 @@
---
title: Create a simple Word document in C#, VB.NET | Syncfusion
+canonical_url: "https://www.syncfusion.com/document-sdk/net-word-library"
description: Learn how to use .NET Word (DocIO) library to create Word documents from scratch with basic elements and perform mail merge without Microsoft Word.
platform: document-processing
control: DocIO
@@ -1117,7 +1118,7 @@ N> 2. [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing
## Online Demo
-* Explore how to create a simple Word document with text, an image, and a table using the .NET Word Library (DocIO) in a live demo [here](https://ej2.syncfusion.com/aspnetcore/word/helloworld#/bootstrap5).
+* Explore how to create a simple Word document with text, an image, and a table using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/helloworld#/tailwind).
## See Also
@@ -1134,3 +1135,6 @@ N> 2. [ChartToImageConverter](https://help.syncfusion.com/cr/document-processing
* [Create Word document in Linux](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-linux)
* [Create Word document in Docker](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf-linux-docker)
* [Create Word document in Mac OS](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-mac)
+
+
+N> 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-Core-WEB-API.md b/Document-Processing/Word/Word-Library/NET/Open-and-Save-Word-Document-in-ASP-NET-Core-WEB-API.md
index ed75852dda..ded6e08600 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
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document using 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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document 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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in ASP.NET Core Web API**.
## Steps to open and save Word document programmatically:
@@ -174,4 +174,4 @@ Upon executing the program, the **Word document** will be generated as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-Core.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-Core.md
index acbb4bc93c..a77ea97518 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-Core.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-Core.md
@@ -1,6 +1,6 @@
---
title: Open and save Word document in ASP.NET Core | Syncfusion
-description: Open and save Word document in ASP.NET Core application using Syncfusion® .NET Core Word (DocIO) library without Microsoft Word or interop dependencies
+description: Open and save Word document in ASP.NET Core application using Syncfusion® .NET Core Word (DocIO) library without Microsoft Word or interop dependencies.
platform: document-processing
control: DocIO
documentation: UG
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document 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, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in ASP.NET Core**.
## Steps to open and save Word document programmatically:
@@ -108,4 +108,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
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 7234d9211e..1af61dd3c5 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
@@ -1,6 +1,6 @@
---
title: Open and save Word document in ASP.NET MVC | Syncfusion
-description: Open and save Word document in ASP.NET MVC application using Syncfusion® .NET Word (DocIO) library without Microsoft Word or interop dependencies.
+description: Open and save Word document in ASP.NET MVC application using Syncfusion® .NET Word (DocIO) library without Microsoft Word or interop dependencies.
platform: document-processing
control: DocIO
documentation: UG
@@ -8,7 +8,7 @@ documentation: UG
# Open and Save Word document in ASP.NET MVC
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to **create, read, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in ASP.NET MVC**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to **create, read, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in ASP.NET MVC**.
## Steps to open and save Word document programmatically:
@@ -105,4 +105,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+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
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 e6076ab9ec..7064ac6a0f 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
@@ -8,7 +8,7 @@ documentation: UG
# Open and Save Word document in ASP.NET
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to **create, read, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in ASP.NET Web Forms**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to **create, read, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document 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,4 +111,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS-Elastic-Beanstalk.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS-Elastic-Beanstalk.md
index cb8e12dbf0..82efbdd02c 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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 **open and save a Word document 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 **open and save a Word document in AWS Elastic Beanstalk**.
## Steps to open and save Word document in AWS Elastic Beanstalk
@@ -135,4 +135,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) 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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS-Lambda.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS-Lambda.md
index 6778de16e2..723c2e4be1 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS-Lambda.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS-Lambda.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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 **open and save a Word document 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 **open and save a Word document in AWS Lambda**.
## Steps to open and save Word document in AWS Lambda
@@ -164,4 +164,4 @@ By executing the program, you will get the **Word document** as follows.
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/AWS/Console_Application) and [AWS Lambda](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Read-and-Save-document/Open-and-save-Word-document/AWS/AWS_Lambda) project.
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS.md
index c7507a2242..c3becea4fe 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-AWS.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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, **open and save a Word document 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, **open and save a Word 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 open and save a Word document in C# using the .NET Core Word (DocIO) library in AWS.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-App-Service-Linux.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-App-Service-Linux.md
index 4e630ecb58..62d0f063c9 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-App-Service-Linux.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-App-Service-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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 **open and save Word document 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 **open and save Word document in Azure App Service on Linux**.
## Steps to open and save Word document in Azure App Service on Linux
@@ -143,4 +143,4 @@ Step 12: Click **Open and Save Document** button.You will get the output **Word
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Read-and-Save-document/Open-and-save-Word-document/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) 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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-App-Service-Windows.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-App-Service-Windows.md
index a962cd54f2..c795204d13 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-App-Service-Windows.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-App-Service-Windows.md
@@ -1,5 +1,5 @@
---
-title: Open and save Word document in Azure App Service on Windows | Syncfusion
+title: Open and Save Word Document in Azure App Service | Syncfusion
description: Open and save Word document in Azure App Service on Windows using .NET Core Word (DocIO) library without Microsoft Word or interop dependencies.
platform: document-processing
control: DocIO
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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 **open and save Word document 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 **open and save Word document in Azure App Service on Windows**.
## Steps to open and save Word document in Azure App Service on Windows
@@ -143,4 +143,4 @@ Step 12: Click **Open and Save Document** button.You will get the output **Word
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Read-and-Save-document/Open-and-save-Word-document/Azure/Azure_App_Service).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) 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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-Flex-Consumption.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-Flex-Consumption.md
index 1e5c24f87e..15694e77db 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-Flex-Consumption.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-Flex-Consumption.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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 **Open and save Word document 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 **Open and save Word document in Azure Functions deployed on Flex (Consumption) plan**.
## Steps to Open and save Word document in Azure Functions (Flex Consumption)
@@ -167,4 +167,4 @@ static async Task Main()
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_App_Flex_Consumption) and [Azure Functions Flex Consumption](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Read-and-Save-document/Open-and-save-Word-document/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 Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) 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
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 180ba12cec..041e4c6f5c 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
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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 **open and save Word document 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 **open and save Word document in Azure Functions v1**.
## Steps to open and save Word document in Azure Functions v1
@@ -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-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v4.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v4.md
index c6c9b32d25..210d242e09 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v4.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v4.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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 **open and save Word document 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 **open and save Word document in Azure Functions v4**.
## Steps to open and save Word document in Azure Functions v4
@@ -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 v4](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Read-and-Save-document/Open-and-save-Word-document/Azure/Azure_Functions/Azure_Functions_v4).
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) to explore the rich set of the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) features.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure.md
index dc5efa0144..334e1d6e44 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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, **open and save a Word document 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, **open and save a Word document 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 open and save a Word document in C# using the .NET Word (DocIO) library in Azure.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Blazor.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Blazor.md
index 9edb8886e8..af9acecbf6 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Blazor.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and Save Word Document in Blazor
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, a **open and save a Word document in Blazor**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word** documents programmatically without **Microsoft Word** or interop dependencies. Using this library, a **open and save a Word document in Blazor**.
## Blazor Web App Server Application
@@ -245,7 +245,7 @@ Upon executing the program, the **Word document** will be generated as follows:

-Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
## WASM Standalone Application
@@ -443,7 +443,7 @@ Upon executing the program, the **Word document** will be generated as follows:
N> While the Word library functions in WASM Standalone, server-side deployment is recommended. WASM Standalone deployment increases the application payload size.
-Click [here](https://www.syncfusion.com/document-processing/word-framework/blazor) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
Kindly explore the [supported and unsupported features of Word library in Blazor](https://help.syncfusion.com/document-processing/word/word-library/net/supported-and-unsupported-features#blazor-supported-features)
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Console-application.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Console-application.md
index bcc54ebaaa..4a24fbf171 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Console-application.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save Word document in Console application**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save Word document in Console application**.
## Open and save Word document using .NET Core and Latest
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Google-App-Engine.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Google-App-Engine.md
index 81cafe8105..b007f7465f 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Google-App-Engine.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Google-App-Engine.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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 **open and save Word document 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 **open and save Word document in Google App Engine**.
## Set up App Engine
@@ -268,4 +268,4 @@ By executing the program, you will get the **Word document** as follows. The out

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) 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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Google-Cloud-Platform.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Google-Cloud-Platform.md
index ba26944d38..493bd40861 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Google-Cloud-Platform.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Google-Cloud-Platform.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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, **open and save a Word document 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, **open and save a Word 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 open and save a Word document in C# using the .NET Core Word (DocIO) library in GCP.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Linux.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Linux.md
index 08d522f236..7d91dcb33a 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Linux.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Linux.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and Save Word document 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, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document 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, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in .NET Core application on Linux**.
## Steps to open and save Word document programmatically in .NET Core application on Linux
@@ -133,4 +133,4 @@ By executing the program, you will get the **Word document** as follows. The out

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) 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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-MAUI.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-MAUI.md
index 81d9f43841..8894ec9e2c 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-MAUI.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-MAUI.md
@@ -198,4 +198,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/maui) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Mac.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Mac.md
index 687b710f45..f498b22613 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Mac.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Mac.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and Save Word document on Mac OS
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to **create, read, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in .NET Core application on Mac OS**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to **create, read, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in .NET Core application on Mac OS**.
## Steps to open and save Word document programmatically in .NET Core application on Mac OS
@@ -89,4 +89,4 @@ By executing the program, you will get the **Word document** as follows. The out

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net-core) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+Click [here](https://www.syncfusion.com/document-sdk/net-word-library-core) 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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-UWP.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-UWP.md
index f31e5eb1be..3d2c7a2a50 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-UWP.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-UWP.md
@@ -157,4 +157,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/uwp) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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 1c5c42b44b..0d2e6df98b 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
@@ -8,7 +8,7 @@ documentation: UG
# Open and Save Word document in WPF
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to **create, read, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in WPF**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to **create, read, and edit Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in WPF**.
## Steps to open and save Word document programmatically in WPF:
@@ -101,4 +101,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WinUI.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WinUI.md
index 290ee2eff8..3e80732b77 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WinUI.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WinUI.md
@@ -122,7 +122,7 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/winui) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
## WinUI UWP app
@@ -282,4 +282,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/winui) to explore the rich set of Syncfusion® Word library (DocIO) features.
+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.
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 d7d6af956f..23397dfac5 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
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Word document 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, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in Windows Forms**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, and edit **Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **open and save a Word document in Windows Forms**.
## Steps to open and save Word document programmatically:
@@ -118,4 +118,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+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
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Xamarin.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Xamarin.md
index 727670dc97..e3ae6ef968 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Xamarin.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Xamarin.md
@@ -225,4 +225,4 @@ By executing the program, you will get the **Word document** as follows.

-Click [here](https://www.syncfusion.com/document-processing/word-framework/xamarin) to explore the rich set of Syncfusion® Word library (DocIO) features.
\ No newline at end of file
+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.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Overview-WordtoPDF.md b/Document-Processing/Word/Word-Library/NET/Overview-WordtoPDF.md
index 8c704f8b20..0e08e14940 100644
--- a/Document-Processing/Word/Word-Library/NET/Overview-WordtoPDF.md
+++ b/Document-Processing/Word/Word-Library/NET/Overview-WordtoPDF.md
@@ -10,7 +10,7 @@ documentation: UG
The Word document files can be efficiently converted to PDF format using the .NET Word (DocIO) library. With just a few lines of code, you can seamlessly create a PDF document from scratch or convert an existing Word document. By leveraging the capabilities of Essential® DocIO, the conversion process is executed flawlessly.
-Syncfusion® Word to PDF converter is highly versatile, ensuring seamless performance across a range of platforms, including [Azure Cloud](), [Amazon Web Service (AWS)](),[Google Cloud Platform (GCP)](), [ASP.NET Core](), [ASP.NET MVC](), [ASP.NET](), [Blazor](), [Xamarin](), [Windows Forms](), [WPF](), [UWP](), [WinUI](), [.NET MAUI](), [Linux](), [Mac](). It guarantees compatibility with Windows, Linux, and macOS, making it a reliable choice for diverse operating environments.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library)to PDF converter is highly versatile, ensuring seamless performance across a range of platforms, including [Azure Cloud](), [Amazon Web Service (AWS)](),[Google Cloud Platform (GCP)](), [ASP.NET Core](), [ASP.NET MVC](), [ASP.NET](), [Blazor](), [Xamarin](), [Windows Forms](), [WPF](), [UWP](), [WinUI](), [.NET MAUI](), [Linux](), [Mac](). It guarantees compatibility with Windows, Linux, and macOS, making it a reliable choice for diverse operating environments.
## Key features for Word Converter
diff --git a/Document-Processing/Word/Word-Library/NET/Overview.md b/Document-Processing/Word/Word-Library/NET/Overview.md
index 4e072091b4..42bce528c7 100644
--- a/Document-Processing/Word/Word-Library/NET/Overview.md
+++ b/Document-Processing/Word/Word-Library/NET/Overview.md
@@ -1,5 +1,6 @@
---
title: Overview of .NET Word (DocIO) library | Syncfusion
+canonical_url: "https://www.syncfusion.com/document-sdk/net-word-library"
description: .NET Word (DocIO) library to create, read, edit, and convert Word documents in C#, VB.NET without Microsoft Word or interop dependencies.
platform: document-processing
control: DocIO
@@ -7,7 +8,7 @@ documentation: UG
---
# Overview of Word library (DocIO)
-Essential® DocIO is a native [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net) that is used by developers to create, read, write, and convert Microsoft Word documents by using C#, VB.NET, and managed C++ code from any of the following .NET platforms - [Windows Forms](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-blazor), [WPF](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-wpf), [Xamarin](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-winui) and [.NET MAUI applications](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-maui).
+Essential® DocIO is a native [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) that is used by developers to create, read, write, and convert Microsoft Word documents by using C#, VB.NET, and managed C++ code from any of the following .NET platforms - [Windows Forms](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-wpf), [ASP.NET](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-asp-net), [ASP.NET MVC](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-asp-net-core), [Blazor](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-blazor), [WPF](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-wpf), [Xamarin](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-winui) and [.NET MAUI applications](https://help.syncfusion.com/document-processing/word/word-library/net/create-word-document-in-maui).
It is a non-UI component that provides a full-fledged document instance model similar to the Microsoft Office COM libraries to iterate with the document elements explicitly and perform necessary manipulation. It is built from scratch in C# and does not require Microsoft Word to be installed in the machine. It supports Word 97-2003 and later version documents.
@@ -18,8 +19,8 @@ T> If you encounter issues while using the .NET Word library in ASP.NET Core, re
* Support to [create Word document](https://help.syncfusion.com/document-processing/word/word-library/net/getting-started) from scratch.
* Support to open, modify and save existing Word documents.
* Advanced [Mail merge](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-mail-merge) support with different data sources.
-* Ability to create or edit Word 97-2003 and later version documents, and convert them to commonly used file formats such as [RTF](https://help.syncfusion.com/document-processing/word/word-library/net/rtf), [WordML](https://help.syncfusion.com/document-processing/word/word-library/net/word-file-formats#word-processing-xml-xml), [TXT](https://help.syncfusion.com/document-processing/word/word-library/net/text), [HTML](https://help.syncfusion.com/document-processing/word/word-library/net/html) and vice versa.
-* Ability to export a Word document as an [Image](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/word-to-image), [PDF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf) file, and [EPUB](https://help.syncfusion.com/document-processing/word/word-library/net/word-to-epub) in high quality.
+* Ability to create or edit Word 97-2003 and later version documents, and convert them to commonly used file formats such as [RTF](https://help.syncfusion.com/document-processing/word/conversions/rtf-conversions), [WordML](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-processing-xml-xml), [TXT](https://help.syncfusion.com/document-processing/word/conversions/text-conversions), [HTML](https://help.syncfusion.com/document-processing/word/conversions/html-conversions) and vice versa.
+* Ability to export a Word document as an [Image](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/word-to-image), [PDF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf) file, and [EPUB](https://help.syncfusion.com/document-processing/word/conversions/word-to-epub-conversion) in high quality.
* Ability to [merge](https://help.syncfusion.com/document-processing/word/word-library/net/word-document/merging-word-documents) and [split](https://help.syncfusion.com/document-processing/word/word-library/net/word-document/split-word-documents) Word documents.
* Support to [compare](https://help.syncfusion.com/document-processing/word/word-library/net/word-document/compare-word-documents) two DOCX format documents.
* Ability to create and manipulate [charts](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-charts), [Shapes](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-shapes), and [Group shape](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-shapes#grouping-shapes) in DOCX and WordML format documents.
@@ -47,3 +48,5 @@ T> If you encounter issues while using the .NET Word library in ASP.NET Core, re
* [Supported file formats](https://help.syncfusion.com/document-processing/word/word-library/net/support-file-formats)
* [Assemblies required](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [NuGet packages required](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
+
+N> 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/Performance-metrics.md b/Document-Processing/Word/Word-Library/NET/Performance-metrics.md
index a8d6122110..df5211203e 100644
--- a/Document-Processing/Word/Word-Library/NET/Performance-metrics.md
+++ b/Document-Processing/Word/Word-Library/NET/Performance-metrics.md
@@ -1,6 +1,6 @@
---
title: Word library Performance benchmark results | Syncfusion
-description: Know about the performance benchmark results of Syncfusion® .NET Word library with different document sizes
+description: Know about the performance benchmark results of the .NET Word library with different document sizes
platform: document-processing
control: DocIO
documentation: UG
@@ -8,7 +8,7 @@ documentation: UG
# .NET Word library performance benchmarks
-The Syncfusion® .NET Word library (DocIO) provides high-performance APIs to create, read, edit, and convert Word documents programmatically. This performance benchmark report highlights the speed and efficiency of key operations, demonstrating how DocIO handles large-scale document processing in real-world scenarios.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) provides high-performance APIs to create, read, edit, and convert Word documents programmatically. This performance benchmark report highlights the speed and efficiency of key operations, demonstrating how DocIO handles large-scale document processing in real-world scenarios.
## Environment
diff --git a/Document-Processing/Word/Word-Library/NET/Silverlight.md b/Document-Processing/Word/Word-Library/NET/Silverlight.md
index 5ebfefea79..42fefc7093 100644
--- a/Document-Processing/Word/Word-Library/NET/Silverlight.md
+++ b/Document-Processing/Word/Word-Library/NET/Silverlight.md
@@ -1,6 +1,6 @@
---
-title: Working with Silverlight using Syncfusion® Word library
-description: Creating a Silverlight application, load the Word document and save the document with Syncfusion® Word library
+title: Working with Silverlight using the .NET Word library
+description: Creating a Silverlight application, load the Word document and save the document with the .NET Word Library
platform: document-processing
control: DocIO
documentation: UG
diff --git a/Document-Processing/Word/Word-Library/NET/Support-File-Formats.md b/Document-Processing/Word/Word-Library/NET/Support-File-Formats.md
index efdc4ff51e..2433535661 100644
--- a/Document-Processing/Word/Word-Library/NET/Support-File-Formats.md
+++ b/Document-Processing/Word/Word-Library/NET/Support-File-Formats.md
@@ -8,7 +8,7 @@ documentation: UG
# Supported File Formats in .NET Word Library
-Syncfusion® .NET Word Library (DocIO) supports all major native file formats of Microsoft Word, such as [DOC](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-binary-97-2003-format), [DOCX](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-document-docx), [RTF](https://help.syncfusion.com/document-processing/word/conversions/rtf-conversions), [DOT](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-97-2003-template-dot), [DOTX](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-template-dotx), [DOCM](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#macros-docm-dotm), and more. It also supports conversion for major native file formats to [HTML](https://help.syncfusion.com/document-processing/word/conversions/html-conversions), [Markdown](https://help.syncfusion.com/document-processing/word/conversions/word-to-markdown-conversion), [PDF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf) and [image](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/word-to-image).
+Syncfusion® [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) supports all major native file formats of Microsoft Word, such as [DOC](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-binary-97-2003-format), [DOCX](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-document-docx), [RTF](https://help.syncfusion.com/document-processing/word/conversions/rtf-conversions), [DOT](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-97-2003-template-dot), [DOTX](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#word-template-dotx), [DOCM](https://help.syncfusion.com/document-processing/word/conversions/word-file-formats-conversions#macros-docm-dotm), and more. It also supports conversion for major native file formats to [HTML](https://help.syncfusion.com/document-processing/word/conversions/html-conversions), [Markdown](https://help.syncfusion.com/document-processing/word/conversions/word-to-markdown-conversion), [PDF](https://help.syncfusion.com/document-processing/word/conversions/word-to-pdf/net/word-to-pdf) and [image](https://help.syncfusion.com/document-processing/word/conversions/word-to-image/net/word-to-image).
The following table describes the supported file formats and their conversions in DocIO.
diff --git a/Document-Processing/Word/Word-Library/NET/WinRT.md b/Document-Processing/Word/Word-Library/NET/WinRT.md
index 9aaa279d9d..ab3f8123d4 100644
--- a/Document-Processing/Word/Word-Library/NET/WinRT.md
+++ b/Document-Processing/Word/Word-Library/NET/WinRT.md
@@ -1,6 +1,6 @@
---
-title: Working with Word document with WinRT using Syncfusion® Word library
-description: Create a WinRT application , load the Word document and save the Word document with Syncfusion® Word library
+title: Working with Word document with WinRT using the .NET Word library
+description: Create a WinRT application , load the Word document and save the Word document with the .NET Word Library
platform: document-processing
control: DocIO
documentation: UG
diff --git a/Document-Processing/Word/Word-Library/NET/Windows-Phone.md b/Document-Processing/Word/Word-Library/NET/Windows-Phone.md
index 2591141bc9..10ba3e61be 100644
--- a/Document-Processing/Word/Word-Library/NET/Windows-Phone.md
+++ b/Document-Processing/Word/Word-Library/NET/Windows-Phone.md
@@ -1,6 +1,6 @@
---
-title: Working with Windows phone using Syncfusion® Word library
-description: Create a Windows phone application, load the word document and save the word document with Syncfusion® Word library
+title: Working with Windows phone using the .NET Word library
+description: Create a Windows phone application, load the word document and save the word document with the .NET Word Library
platform: document-processing
control: DocIO
documentation: UG
diff --git a/Document-Processing/Word/Word-Library/NET/Word-Conversion.md b/Document-Processing/Word/Word-Library/NET/Word-Conversion.md
index 265dc52704..411d12c82c 100644
--- a/Document-Processing/Word/Word-Library/NET/Word-Conversion.md
+++ b/Document-Processing/Word/Word-Library/NET/Word-Conversion.md
@@ -8,7 +8,7 @@ documentation: UG
# Working with Document Conversions
-The [.NET Word Library](https://www.syncfusion.com/document-processing/word-framework/net) or DocIO provides a support to convert documents from one format to another format. Each file format document can be categorized as flow layout document or fixed layout document.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) or DocIO provides a support to convert documents from one format to another format. Each file format document can be categorized as flow layout document or fixed layout document.
**Flow layout document:**
@@ -28,7 +28,7 @@ The [.NET Word Library](https://www.syncfusion.com/document-processing/word-fram
Essential® DocIO can convert various flow document as fixed document by using our layout engine. Following conversions are supported by Essential® DocIO.
* Microsoft Word file format Conversions.
-* [Word to PDF](https://www.syncfusion.com/document-processing/word-framework/net/word-to-pdf-conversion).
+* [Word to PDF](https://www.syncfusion.com/document-sdk/net-word-library/word-to-pdf-conversion).
* [Word to Image](/document-processing/word/conversions/word-to-image/net/word-to-image).
* [Word to RTF](/document-processing/word/word-library/net/rtf).
* [Word to Text](/document-processing/word/word-library/net/text).
diff --git a/Document-Processing/Word/Word-Library/NET/Word-document/Compare-Word-documents.md b/Document-Processing/Word/Word-Library/NET/Word-document/Compare-Word-documents.md
index e766aaa48e..ea797ad22a 100644
--- a/Document-Processing/Word/Word-Library/NET/Word-document/Compare-Word-documents.md
+++ b/Document-Processing/Word/Word-Library/NET/Word-document/Compare-Word-documents.md
@@ -21,7 +21,7 @@ To quickly start comparing two Word documents, please check out this video:
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms for comparing Word documents using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms for comparing Word documents using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [Compare Word documents assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [Compare Word documents NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
@@ -246,7 +246,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to compare Word documents using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/comparedocuments#/tailwind).
+* Explore how to compare Word documents using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/comparedocuments#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Word-document/Merging-Word-documents.md b/Document-Processing/Word/Word-Library/NET/Word-document/Merging-Word-documents.md
index a569ba4a18..21b8ea0ad2 100644
--- a/Document-Processing/Word/Word-Library/NET/Word-document/Merging-Word-documents.md
+++ b/Document-Processing/Word/Word-Library/NET/Word-document/Merging-Word-documents.md
@@ -11,7 +11,7 @@ You can merge multiple Word documents into single Word document by using DocIO
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms to merge Word documents using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms to merge Word documents using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [Merge Word documents assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [Merge Word documents NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
diff --git a/Document-Processing/Word/Word-Library/NET/Word-document/Split-Word-documents.md b/Document-Processing/Word/Word-Library/NET/Word-document/Split-Word-documents.md
index 35788c5b34..7324de4a34 100644
--- a/Document-Processing/Word/Word-Library/NET/Word-document/Split-Word-documents.md
+++ b/Document-Processing/Word/Word-Library/NET/Word-document/Split-Word-documents.md
@@ -7,7 +7,7 @@ documentation: UG
---
# Split Word documents
-Syncfusion® Word Library allows you to split the large Word document into number of smaller word documents by the sections, headings, bookmarks, and placeholder text in programmatically.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) allows you to split the large Word document into number of smaller word documents by the sections, headings, bookmarks, and placeholder text in programmatically.
By using this feature, you can be able to split/extract the necessary parts from the original document for further processing.
@@ -18,7 +18,7 @@ To quickly start splitting Word documents, please check out this video:
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms to split Word documents using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms to split Word documents using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [Split Word documents assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [Split Word documents NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
@@ -641,7 +641,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to split a Word document by section using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/splitbysection#/tailwind).
-* See how to split a Word document by heading using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/splitbyheading#/tailwind).
-* See how to split a Word document by bookmark using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/splitbybookmark#/tailwind).
-* See how to split a Word document by placeholder using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/splitbyplaceholder#/tailwind).
\ No newline at end of file
+* Explore how to split a Word document by section using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/splitbysection#/tailwind).
+* See how to split a Word document by heading using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/splitbyheading#/tailwind).
+* See how to split a Word document by bookmark using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/splitbybookmark#/tailwind).
+* See how to split a Word document by placeholder using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/splitbyplaceholder#/tailwind).
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Working-With-Content-Controls.md b/Document-Processing/Word/Word-Library/NET/Working-With-Content-Controls.md
index 4e402e2561..1cd81916c5 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-With-Content-Controls.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-With-Content-Controls.md
@@ -2599,8 +2599,8 @@ N> In the above-mentioned code samples, for Xamarin platforms the document is sa
## Online Demo
-* Explore how to fill a form and protect the content controls in an existing Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/formfillingandprotection#/tailwind).
-* See how to map custom XML parts to content controls in the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/xmlmapping#/tailwind).
+* Explore how to fill a form and protect the content controls in an existing Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/formfillingandprotection#/tailwind).
+* See how to map custom XML parts to content controls in the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/xmlmapping#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-With-Images.md b/Document-Processing/Word/Word-Library/NET/Working-With-Images.md
index 41eec458d4..9f92204443 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-With-Images.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-With-Images.md
@@ -697,7 +697,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to insert an image into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/imageinsertion#/tailwind).
+* Explore how to insert an image into the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/imageinsertion#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-With-OLE-Objects.md b/Document-Processing/Word/Word-Library/NET/Working-With-OLE-Objects.md
index 7c3024514d..f0a89b5d25 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-With-OLE-Objects.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-With-OLE-Objects.md
@@ -540,7 +540,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to insert an OLE Object into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/insertoleobject#/tailwind).
+* Explore how to insert an OLE Object into the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/insertoleobject#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md b/Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md
index 308b346c96..178a4f920e 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Bookmarks.md
@@ -1130,8 +1130,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to insert bookmarks into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/bookmarks#/tailwind).
-* See how to navigate between the bookmarks in a Word document and edit its content using bookmark navigation functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/bookmarknavigation#/tailwind).
+* Explore how to insert bookmarks into the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/bookmarks#/tailwind).
+* See how to navigate between the bookmarks in a Word document and edit its content using bookmark navigation functionality using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/bookmarknavigation#/tailwind).
## See Also
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 759ad1d46a..5fac394763 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Charts.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Charts.md
@@ -471,7 +471,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Creating a Chart from a Database
-Create a chart in a Word document using the .NET Word Library by utilizing the values retrieved from the database.
+Create a chart in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) by utilizing the values retrieved from the database.
The following code example illustrates how to create a chart in a Word document from a database.
@@ -1432,8 +1432,8 @@ N>These charts are supported only in Word 2016 and are not supported in the prev
## Online Demo
-* Explore how to insert a bar chart into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/barchart#/tailwind).
-* See how to insert a pie chart into the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/piechart#/tailwind).
+* Explore how to insert a bar chart into the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/barchart#/tailwind).
+* See how to insert a pie chart into the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/piechart#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
index eb8482cb94..9fddd4cb80 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Fields.md
@@ -187,7 +187,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Get field code
-You can get the field code of a specific field using its [FieldCode](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WField.html#Syncfusion_DocIO_DLS_WField_FieldCode) property.
+You can get the field code of a specific field using its [FieldCode](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WField.html#Syncfusion_DocIO_DLS_WField_FieldCode) property.
The following code example explains how to get the field code of a specific field in a Word document.
@@ -1818,7 +1818,7 @@ N> For more information about the fields supported by Essential®
## Online Demo
-* Explore how to update fields in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/updatefields#/tailwind).
+* Explore how to update fields in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/updatefields#/tailwind).
## See Also
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 f40aa00128..2a4d2f6ba2 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
@@ -5,7 +5,7 @@ platform: document-processing
control: DocIO
documentation: UG
---
-# Working with Find and Replace
+# Working with Find and Replace in Word Library
You can search a particular text you like to change and replace it with another text or part of the document.
@@ -1926,9 +1926,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to find a specific text pattern using regular expression and highlight it in an existing Word document using find functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/findandhighlight#/tailwind).
-* See how to replace a specific text in the Word document with another text using the find and replace functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/simplereplace#/tailwind).
-* See how to replace a specific content in the Word document with another document using the find and replace functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/advancedreplace#/tailwind).
+* Explore how to find a specific text pattern using regular expression and highlight it in an existing Word document using find functionality using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/findandhighlight#/tailwind).
+* See how to replace a specific text in the Word document with another text using the find and replace functionality using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/simplereplace#/tailwind).
+* See how to replace a specific content in the Word document with another document using the find and replace functionality using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/advancedreplace#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Footnotes-and-endnotes.md b/Document-Processing/Word/Word-Library/NET/Working-with-Footnotes-and-endnotes.md
index 7db088632d..7e6ec08113 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Footnotes-and-endnotes.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Footnotes-and-endnotes.md
@@ -892,4 +892,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to insert the footnotes and endnotes in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/footnotesandendnotes#/tailwind).
+* Explore how to insert the footnotes and endnotes in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/footnotesandendnotes#/tailwind).
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Form-Fields.md b/Document-Processing/Word/Word-Library/NET/Working-with-Form-Fields.md
index 92e8971c24..ff09531b5e 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Form-Fields.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Form-Fields.md
@@ -570,7 +570,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to create a simple job application form and fill the form using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/forms#/tailwind).
+* Explore how to create a simple job application form and fill the form using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/forms#/tailwind).
## See also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Ink.md b/Document-Processing/Word/Word-Library/NET/Working-with-Ink.md
index d10db85883..4d10dd2dc0 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Ink.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Ink.md
@@ -7,7 +7,7 @@ documentation: UG
---
# Working with Ink Elements
-An Ink annotation is a freehand drawing or handwritten input composed of stroke points that conveys signatures, notes, or sketches directly on a page. You can add and modify Ink in Word documents using Syncfusion® Word library (DocIO).
+An Ink annotation is a freehand drawing or handwritten input composed of stroke points that conveys signatures, notes, or sketches directly on a page. You can add and modify Ink in Word documents using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
N> DocIO supports Ink only in DOCX format documents.
@@ -744,7 +744,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Limitations
-The .NET Word Library (DocIO) has the following limitations when creating Ink programmatically or processing Ink from an existing Word document.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) has the following limitations when creating Ink programmatically or processing Ink from an existing Word document.
**Document Processing Functionalities**
@@ -772,5 +772,5 @@ During Word-to-PDF and Word-to-Image conversions, Syncfusion Word Library uses f
## Online Demo
-* Explore how to create a Word document with Ink using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/createink#/tailwind).
-* Explore how to edit a Word document with Ink using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/editink#/tailwind).
+* Explore how to create a Word document with Ink using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/createink#/tailwind).
+* Explore how to edit a Word document with Ink using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/editink#/tailwind).
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-LaTeX.md b/Document-Processing/Word/Word-Library/NET/Working-with-LaTeX.md
index 8fa3920e56..04af146130 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-LaTeX.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-LaTeX.md
@@ -1664,7 +1664,7 @@ The following table demonstrates the LaTeX equivalent to professional format Rig
### Apply style to characters
-Apply styles to characters, such as bold and bold-italic, for equations in a Word document using LaTeX with the .NET Word Library. Apply the following styles using LaTeX commands.
+Apply styles to characters, such as bold and bold-italic, for equations in a Word document using LaTeX with the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library). Apply the following styles using LaTeX commands.
@@ -1749,7 +1749,7 @@ document.Save("Result.docx", FormatType.Docx)
### Apply scripts to the equation
-Apply scripts, such as double-struck, fraktur, and more, to equations in a Word document using LaTeX with the .NET Word Library. Apply the following scripts using LaTeX commands.
+Apply scripts, such as double-struck, fraktur, and more, to equations in a Word document using LaTeX with the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library). Apply the following scripts using LaTeX commands.
@@ -1924,7 +1924,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Apply Math Justification
-Apply justification, such as Left, Right, and more to the equation in a Word document using the .NET Word Library.
+Apply justification, such as Left, Right, and more to the equation in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library).
The following code examples show how to apply the justification to equations in a Word document.
@@ -2064,8 +2064,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to create a Word document with mathematical equations using LaTeX and the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/createusinglatex#/tailwind).
-* See how to modify a mathematical equation using LaTeX in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/editusinglatex#/tailwind).
+* Explore how to create a Word document with mathematical equations using LaTeX and the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/createusinglatex#/tailwind).
+* See how to modify a mathematical equation using LaTeX in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/editusinglatex#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Macros.md b/Document-Processing/Word/Word-Library/NET/Working-with-Macros.md
index 3f2722bd5c..7fc557f117 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Macros.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Macros.md
@@ -104,4 +104,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to preserve the macros in macro-enabled documents using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/macropreservation#/tailwind).
+* Explore how to preserve the macros in macro-enabled documents using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/macropreservation#/tailwind).
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Mathematical-Equation.md b/Document-Processing/Word/Word-Library/NET/Working-with-Mathematical-Equation.md
index cfbddb9e40..218152451f 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Mathematical-Equation.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Mathematical-Equation.md
@@ -9,7 +9,7 @@ documentation: UG
Equations in Word document are combination of mathematical symbols or text. For example, you can create a Fourier series equation in Word document.
-The .NET Word Library (DocIO) offers two ways to create and modify equations in Word document.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) offers two ways to create and modify equations in Word document.
* [Using WMath DOM](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-mathematical-equation#types-of-equation).
* [Using LaTeX](https://help.syncfusion.com/document-processing/word/word-library/net/working-with-latex).
@@ -2103,8 +2103,8 @@ By executing the above code example, it generates output Word document as follow
## Online Demo
-* Explore how to create a Word document with mathematical equations using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/createequation#/tailwind).
-* See how to modify a mathematical equation in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/editequation#/tailwind).
+* Explore how to create a Word document with mathematical equations using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/createequation#/tailwind).
+* See how to modify a mathematical equation in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/editequation#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Paragraph.md b/Document-Processing/Word/Word-Library/NET/Working-with-Paragraph.md
index 5e81b7b62c..0f4529e153 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Paragraph.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Paragraph.md
@@ -1733,9 +1733,9 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to apply built-in and custom styles to the contents of the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/styles#/tailwind).
-* See how to create a Word document with right-to-left language text using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/rtl#/tailwind).
-* See how to insert breaks to the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/insertbreak#/tailwind).
+* Explore how to apply built-in and custom styles to the contents of the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/styles#/tailwind).
+* See how to create a Word document with right-to-left language text using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/rtl#/tailwind).
+* See how to insert breaks to the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/insertbreak#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Sections.md b/Document-Processing/Word/Word-Library/NET/Working-with-Sections.md
index d8231768fd..d73f3c6d3f 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Sections.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Sections.md
@@ -1520,7 +1520,7 @@ N> * And also, it is not feasible to get the page-wise details from Word documen
## Online Demo
-* Explore how to insert headers and footers to the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/headerandfooter#/tailwind).
+* Explore how to insert headers and footers to the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/headerandfooter#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Security.md b/Document-Processing/Word/Word-Library/NET/Working-with-Security.md
index 4204f1cce1..f380d2eec4 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Security.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Security.md
@@ -278,7 +278,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Editable ranges
-An **editable range** is a portion of a Word document that allows editing even when the document is protected. In the Syncfusion .NET Word library (DocIO), editable ranges are represented using the **EditableRange** class. You can define these ranges programmatically to allow user edits within protected documents.
+An **editable range** is a portion of a Word document that allows editing even when the document is protected. In the [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO), editable ranges are represented using the **EditableRange** class. You can define these ranges programmatically to allow user edits within protected documents.
### Add an editable range
@@ -925,5 +925,5 @@ N> 2. The **SingleUser** and **EditorGroup** properties cannot be set simultaneo
## Online Demo
-* Explore how to encrypt and decrypt the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/encryptanddecrypt#/tailwind).
-* See how to protect the Word document from editing using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/documentprotection#/tailwind).
+* Explore how to encrypt and decrypt the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/encryptanddecrypt#/tailwind).
+* See how to protect the Word document from editing using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/documentprotection#/tailwind).
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Shapes.md b/Document-Processing/Word/Word-Library/NET/Working-with-Shapes.md
index 26aec9e12c..9ff2566e65 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Shapes.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Shapes.md
@@ -1244,8 +1244,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to create a Word document with shapes using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/autoshapes#/tailwind).
-* See how to create a Word document with group shapes using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/groupshapes#/tailwind).
+* Explore how to create a Word document with shapes using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/autoshapes#/tailwind).
+* See how to create a Word document with group shapes using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/groupshapes#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-SmartArts.md b/Document-Processing/Word/Word-Library/NET/Working-with-SmartArts.md
index 86532c16f1..1d18b9ada5 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-SmartArts.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-SmartArts.md
@@ -7,7 +7,7 @@ documentation: UG
---
# Working with SmartArt
-A SmartArt diagram is a visual representation of information that helps effectively communicate ideas in documents. You can add and modify SmartArt diagrams in Word documents using the Syncfusion® Word library (DocIO).
+A SmartArt diagram is a visual representation of information that helps effectively communicate ideas in documents. You can add and modify SmartArt diagrams in Word documents using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
## Create SmartArt
@@ -1865,7 +1865,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Limitations
-The .NET Word Library (DocIO) has the following limitations when creating SmartArt programmatically or processing SmartArt from an existing Word document.
+The [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) has the following limitations when creating SmartArt programmatically or processing SmartArt from an existing Word document.
**Document Processing Functionalities**
@@ -2027,5 +2027,5 @@ SmartArt typically contains graphic properties, including bounds information for
## Online Demo
-* Explore how to create a Word document with SmartArt using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/createsmartart#/tailwind).
-* Explore how to edit a Word document with SmartArt using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/editsmartart#/tailwind).
+* Explore how to create a Word document with SmartArt using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/createsmartart#/tailwind).
+* Explore how to edit a Word document with SmartArt using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/editsmartart#/tailwind).
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Table-Of-Contents.md b/Document-Processing/Word/Word-Library/NET/Working-with-Table-Of-Contents.md
index 650c5f4b7f..9bd75ddfc3 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Table-Of-Contents.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Table-Of-Contents.md
@@ -1084,7 +1084,7 @@ With this feature, you can create a Table of Figures, tables, charts, and more,
N> Update the SEQ fields in the Word document by calling the [UpdateDocumentFields](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WordDocument.html#Syncfusion_DocIO_DLS_WordDocument_UpdateDocumentFields) API and then update the Table of Contents by calling the [UpdateTableOfContents](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WordDocument.html#Syncfusion_DocIO_DLS_WordDocument_UpdateTableOfContents) to build the Table of Figures.
-The following code example illustrates how to add a Table of Figures in a Word document using the .NET Word Library (DocIO).
+The following code example illustrates how to add a Table of Figures in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
N> Refer to the appropriate tabs in the code snippets section: ***C# [Cross-platform]*** for ASP.NET Core, Blazor, Xamarin, UWP, .NET MAUI, and WinUI; ***C# [Windows-specific]*** for WinForms and WPF; ***VB.NET [Windows-specific]*** for VB.NET applications.
@@ -1651,8 +1651,8 @@ By executing the program, you will get the **Word document** as follows.
## Online Demo
-* Explore how to insert and update the table of figures in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/tableoffigures#/tailwind).
-* See how to insert and update the table of contents in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/tableofcontents#/tailwind).
+* Explore how to insert and update the table of figures in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/tableoffigures#/tailwind).
+* See how to insert and update the table of contents in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/tableofcontents#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md b/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
index a3f63c4688..0ce607f8ec 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Tables.md
@@ -2130,8 +2130,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to format a table in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/formattable#/tailwind).
-* See how to apply built-in and custom styles to the tables of the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/tablestyles#/tailwind).
+* Explore how to format a table in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/formattable#/tailwind).
+* See how to apply built-in and custom styles to the tables of the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/tablestyles#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/Working-with-Word-document.md b/Document-Processing/Word/Word-Library/NET/Working-with-Word-document.md
index 665ebd1f66..4ba48f70b5 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Word-document.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Word-document.md
@@ -1073,8 +1073,8 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to clone and merge Word documents using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/cloneandmerge#/tailwind).
-* See how to apply various document settings to the Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/documentsettings#/tailwind).
+* Explore how to clone and merge Word documents using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/cloneandmerge#/tailwind).
+* See how to apply various document settings to the Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/documentsettings#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/faqs/multithreading-in-word-library-faqs.md b/Document-Processing/Word/Word-Library/NET/faqs/multithreading-in-word-library-faqs.md
index 59c34905ca..2770067e24 100644
--- a/Document-Processing/Word/Word-Library/NET/faqs/multithreading-in-word-library-faqs.md
+++ b/Document-Processing/Word/Word-Library/NET/faqs/multithreading-in-word-library-faqs.md
@@ -11,7 +11,7 @@ The frequently asked questions regarding multithreading and thread-safety suppor
## Does the Word library support multithreading and thread-safety?
-Yes, the Syncfusion® Word library is thread-safe, allowing you to create multiple instances of the [WordDocument](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WordDocument.html) class to load the same file as multiple copies or different Word files and save them using multithreading in C#.
+Yes, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) is thread-safe, allowing you to create multiple instances of the [WordDocument](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WordDocument.html) class to load the same file as multiple copies or different Word files and save them using multithreading in C#.
### Multithreading Word document reading using tasks
diff --git a/Document-Processing/Word/Word-Library/NET/faqs/paragraph-and-paragraph-items-faqs.md b/Document-Processing/Word/Word-Library/NET/faqs/paragraph-and-paragraph-items-faqs.md
index 255cd60974..f79ab2d108 100644
--- a/Document-Processing/Word/Word-Library/NET/faqs/paragraph-and-paragraph-items-faqs.md
+++ b/Document-Processing/Word/Word-Library/NET/faqs/paragraph-and-paragraph-items-faqs.md
@@ -529,7 +529,7 @@ When converting HTML to Word documents using the Microsoft Word application, the

-Similarly, the .NET Word Library (DocIO) also follows this behavior when appending HTML content using the AppendHTML(String) method.
+Similarly, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) also follows this behavior when appending HTML content using the AppendHTML(String) method.
As a result, you may notice extra spacing in the paragraphs, even if the input HTML doesn’t specify spacing values in the tags.
diff --git a/Document-Processing/Word/Word-Library/NET/faqs/tables-faqs.md b/Document-Processing/Word/Word-Library/NET/faqs/tables-faqs.md
index a17db4eaf6..b5ee327c8b 100644
--- a/Document-Processing/Word/Word-Library/NET/faqs/tables-faqs.md
+++ b/Document-Processing/Word/Word-Library/NET/faqs/tables-faqs.md
@@ -341,7 +341,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## How can I obtain the height of a cell or row in a Word document using the DocIO library?
-In Syncfusion® .NET Word Library (DocIO), you can get or set the height of a table row using the [Height](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WTableRow.html#Syncfusion_DocIO_DLS_WTableRow_Height) property and define its behavior with the [HeightType](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WTableRow.html#Syncfusion_DocIO_DLS_WTableRow_HeightType) property, such as `AtLeast` or `Exactly`. The row height applies uniformly across all cells in the row and automatically adjusts based on the content.
+In [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO), you can get or set the height of a table row using the [Height](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WTableRow.html#Syncfusion_DocIO_DLS_WTableRow_Height) property and define its behavior with the [HeightType](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WTableRow.html#Syncfusion_DocIO_DLS_WTableRow_HeightType) property, such as `AtLeast` or `Exactly`. The row height applies uniformly across all cells in the row and automatically adjusts based on the content.
This behavior aligns with Microsoft Word's functionality, where row height is managed at the row level rather than for individual cells, ensuring consistent formatting across the table.
diff --git a/Document-Processing/Word/Word-Library/NET/faqs/word-document-faqs.md b/Document-Processing/Word/Word-Library/NET/faqs/word-document-faqs.md
index 2ce421c731..dd1ded042a 100644
--- a/Document-Processing/Word/Word-Library/NET/faqs/word-document-faqs.md
+++ b/Document-Processing/Word/Word-Library/NET/faqs/word-document-faqs.md
@@ -204,7 +204,7 @@ Essential® DocIO library uses Points for measurement properties i
## How to convert Units (cm, mm, or inches) to Points for DocIO?
-Syncfusion® .NET Word Library (DocIO) uses points as the default unit for various measurements, such as margins, indentation, and spacing. If you have measurements in centimeters (cm), millimeters (mm), or inches, you'll need to convert them to points before using them in DocIO code.
+[.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) uses points as the default unit for various measurements, such as margins, indentation, and spacing. If you have measurements in centimeters (cm), millimeters (mm), or inches, you'll need to convert them to points before using them in DocIO code.
### Conversion Formulas for Units to Points
@@ -555,7 +555,7 @@ In DocIO, if the structure is incorrect, an exception is thrown. Otherwise, DocI
## Is custom chart templates (.crtx) supported in Word Library?
-No, the .NET Word Library does not support custom chart templates (.crtx files).
+No, the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) does not support custom chart templates (.crtx files).
These templates are part of Microsoft Excel's UI and are stored outside the document. Since the Word Library works programmatically and doesn't rely on external UI-based templates, applying .crtx files isn't supported.
@@ -606,7 +606,7 @@ For more information on working with Bookmark, refer to the documentation [here]
## How to preserve formatting of source document while inserting in a bookmark location in another document?
-When inserting a source document into a destination document at a specific bookmark location using the .NET Word Library DocIO, the formatting from the source document may not be preserved by default. This occurs because the destination document can override styles during the import process.
+When inserting a source document into a destination document at a specific bookmark location using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) DocIO, the formatting from the source document may not be preserved by default. This occurs because the destination document can override styles during the import process.
To retain the original formatting of the source document, the [ImportOptions](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.ImportOptions.html) property should be set to [ImportOptions.KeepSourceFormatting](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.ImportOptions.html#Syncfusion_DocIO_DLS_ImportOptions_KeepSourceFormatting) before performing the insertion. This ensures that all styles, fonts, and formatting from the source document are preserved in the destination document.
diff --git a/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-events.md b/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-events.md
index 0f9bff2284..1d60dbd672 100644
--- a/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-events.md
+++ b/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-events.md
@@ -910,7 +910,7 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to format the mail merged data using mail merge events using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/mailmergeevent#/tailwind).
+* Explore how to format the mail merged data using mail merge events using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/mailmergeevent#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-for-group.md b/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-for-group.md
index eabea6b92d..371668a474 100644
--- a/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-for-group.md
+++ b/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-for-group.md
@@ -533,4 +533,4 @@ You can download a complete working sample from [GitHub](https://github.com/Sync
## Online Demo
-* Explore how to do a mail merge for a group in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/employeereport#/tailwind).
\ No newline at end of file
+* Explore how to do a mail merge for a group in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/employeereport#/tailwind).
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-for-nested-groups.md b/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-for-nested-groups.md
index 09c23abada..38f4b0d8af 100644
--- a/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-for-nested-groups.md
+++ b/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-for-nested-groups.md
@@ -748,4 +748,4 @@ By executing the above code example, it generates the resultant Word document as
## Online Demo
-* Explore how to do a mail merge for a nested group in a Word document using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/nestedmailmerge#/tailwind).
\ No newline at end of file
+* Explore how to do a mail merge for a nested group in a Word document using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/nestedmailmerge#/tailwind).
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-options.md b/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-options.md
index 588a20c733..379e69121d 100644
--- a/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-options.md
+++ b/Document-Processing/Word/Word-Library/NET/mail-merge/mail-merge-options.md
@@ -2026,7 +2026,7 @@ N> This [StartAtNewPage](https://help.syncfusion.com/cr/document-processing/Sync
## Remove mail merge settings
-To **restore a Word mail merge main document to a normal Word document** using Microsoft Word application, you have to process the steps suggested in this [article](https://support.microsoft.com/en-us/topic/how-to-restore-a-mail-merge-main-document-to-a-normal-word-document-in-word-8c956d1d-3457-b728-adc1-0cc94da819fe) manually. You can achieve this programmatically in just 2 lines of code using Syncfusion® Word library.
+To **restore a Word mail merge main document to a normal Word document** using Microsoft Word application, you have to process the steps suggested in this [article](https://support.microsoft.com/en-us/topic/how-to-restore-a-mail-merge-main-document-to-a-normal-word-document-in-word-8c956d1d-3457-b728-adc1-0cc94da819fe) manually. You can achieve this programmatically in just 2 lines of code using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library).
For example, consider that you have a template Word document linked with the data source for mail merge process. When opening the document using Microsoft Word application, it prompts a window as shown. You can remove the mail merge settings (unlink the data source) to open it as a normal Word document without this pop-up.
diff --git a/Document-Processing/Word/Word-Library/NET/working-with-mail-merge.md b/Document-Processing/Word/Word-Library/NET/working-with-mail-merge.md
index 10126c2ab7..a02a7d7dc4 100644
--- a/Document-Processing/Word/Word-Library/NET/working-with-mail-merge.md
+++ b/Document-Processing/Word/Word-Library/NET/working-with-mail-merge.md
@@ -81,7 +81,7 @@ To quickly get started with performing a mail merge in a Word document, please c
## Assemblies and NuGet packages required
-Refer to the following links for assemblies and NuGet packages required based on platforms for performing mail merge using the .NET Word Library (DocIO).
+Refer to the following links for assemblies and NuGet packages required based on platforms for performing mail merge using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO).
* [Mail merge assemblies](https://help.syncfusion.com/document-processing/word/word-library/net/assemblies-required)
* [Mail merge NuGet packages](https://help.syncfusion.com/document-processing/word/word-library/net/nuget-packages-required)
@@ -292,7 +292,7 @@ You can restart the list numbering in a Word document during Mail merge. For fur
## Online Demo
-* Explore how to generate a letter using mail merge functionality using the .NET Word Library (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/letterformat#/tailwind).
+* Explore how to generate a letter using mail merge functionality using the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) (DocIO) in a live demo [here](https://document.syncfusion.com/demos/word/letterformat#/tailwind).
## See Also
diff --git a/Document-Processing/Word/Word-Library/overview.md b/Document-Processing/Word/Word-Library/overview.md
index 8c03ee0958..563a056e42 100644
--- a/Document-Processing/Word/Word-Library/overview.md
+++ b/Document-Processing/Word/Word-Library/overview.md
@@ -1,6 +1,7 @@
---
title: Word Document Processing Library | Syncfusion
-description: Syncfusion® Word document processing library allows you create, read and write Word documents through code in .NET and Java applications without Microsoft Office dependencies.
+canonical_url: "https://www.syncfusion.com/document-sdk/net-word-library"
+description: The .NET Word document processing library allows you create, read and write Word documents through code in .NET and Java applications without Microsoft Office dependencies.
platform: document-processing
control: general
documentation: UG
@@ -11,3 +12,4 @@ keywords: Word, SDK, Automation, API, create, read, write
Syncfusion® Word Document Processing library is a class library used to create, read, and write Word documents through code in .NET [Windows Forms, WPF, ASP.NET MVC, ASP.NET Core, Blazor, MAUI] and Java applications without Microsoft Office dependencies. It supports various Word processing functionalities like mail merge, find and replace, bookmarks, split and merge documents, compare documents, and more. It eases you developers to just integrate this library to achieve the required Word document processing functionalities and concentrate on core logics of your application.
+N> 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-Processor/asp-net-core/getting-started-core.md b/Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md
index db7339ae7e..ee44249fb7 100644
--- a/Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md
+++ b/Document-Processing/Word/Word-Processor/asp-net-core/getting-started-core.md
@@ -38,7 +38,7 @@ Alternatively, you can utilize the following package manager command to achieve
{% tabs %}
{% highlight C# tabtitle="Package Manager" %}
-Install-Package Syncfusion.EJ2.AspNet.Core -Version {{ site.releaseversion }}
+Install-Package Syncfusion.EJ2.AspNet.Core
{% endhighlight %}
{% endtabs %}
@@ -59,18 +59,15 @@ Open `~/Pages/_ViewImports.cshtml` file and import the `Syncfusion.EJ2` TagHelpe
### Add Themes and Script References
-Here, the theme and scripts are referenced using CDN inside the `` of `~/Pages/Shared/_Layout.cshtml` file as follows,
+Include the required stylesheet and script references in the `` section of `~/Pages/Shared/_Layout.cshtml` file to apply proper layout and theme styling.
{% tabs %}
{% highlight cshtml tabtitle="~/_Layout.cshtml" %}
-
- ...
-
-
-
-
-
+
+
+
+
{% endhighlight %}
{% endtabs %}
@@ -84,11 +81,8 @@ Also, register the script manager `` at the end of `` in the
{% tabs %}
{% highlight cshtml tabtitle="~/_Layout.cshtml" %}
-
- ...
-
-
-
+
+
{% endhighlight %}
{% endtabs %}
diff --git a/Document-Processing/Word/Word-Processor/asp-net-mvc/getting-started.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/getting-started.md
index cf0bd8adb2..3a3a5820c7 100644
--- a/Document-Processing/Word/Word-Processor/asp-net-mvc/getting-started.md
+++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/getting-started.md
@@ -37,7 +37,7 @@ Alternatively, you can utilize the following package manager command to achieve
{% tabs %}
{% highlight C# tabtitle="Package Manager" %}
-Install-Package Syncfusion.EJ2.MVC5 -Version {{ site.ej2version }}
+Install-Package Syncfusion.EJ2.MVC5
{% endhighlight %}
{% endtabs %}
@@ -46,14 +46,12 @@ N> This package includes dependencies such as [Newtonsoft.Json](https://www.nug
### Add namespace
-Add **Syncfusion.EJ2** namespace reference in `Web.config` under `Views` folder.
+Add the **Syncfusion.EJ2** namespace reference to the `` section in the `~/Views/Web.config` file.
{% tabs %}
{% highlight C# tabtitle="Web.config" %}
-
-
-
+
{% endhighlight %}
{% endtabs %}
@@ -65,13 +63,10 @@ Here, the theme and script is referred using CDN inside the `` of `~/Views
{% tabs %}
{% highlight cshtml tabtitle="~/_Layout.cshtml" %}
-
- ...
-
-
-
-
-
+
+
+
+
{% endhighlight %}
{% endtabs %}
@@ -85,11 +80,8 @@ Also, register the script manager `EJS().ScriptManager()` at the end of ``
{% tabs %}
{% highlight cshtml tabtitle="~/_Layout.cshtml" %}
-
- ...
-
- @Html.EJS().ScriptManager()
-
+
+@Html.EJS().ScriptManager()
{% endhighlight %}
{% endtabs %}
diff --git a/Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md b/Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md
index 09378263f5..e1fcfd179c 100644
--- a/Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md
+++ b/Document-Processing/Word/Word-Processor/blazor/getting-started/client-side-application.md
@@ -41,8 +41,8 @@ Alternatively, you can utilize the following package manager command to achieve
{% tabs %}
{% highlight C# tabtitle="Package Manager" %}
-Install-Package Syncfusion.Blazor.WordProcessor -Version {{ site.releaseversion }}
-Install-Package Syncfusion.Blazor.Themes -Version {{ site.releaseversion }}
+Install-Package Syncfusion.Blazor.WordProcessor
+Install-Package Syncfusion.Blazor.Themes
{% endhighlight %}
{% endtabs %}
@@ -86,8 +86,8 @@ cd BlazorApp
{% highlight c# tabtitle="Package Manager" %}
-dotnet add package Syncfusion.Blazor.WordProcessor -v {{ site.releaseversion }}
-dotnet add package Syncfusion.Blazor.Themes -v {{ site.releaseversion }}
+dotnet add package Syncfusion.Blazor.WordProcessor
+dotnet add package Syncfusion.Blazor.Themes
dotnet restore
{% endhighlight %}
@@ -129,7 +129,6 @@ builder.Services.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.
builder.Services.AddSyncfusionBlazor();
await builder.Build().RunAsync();
-....
{% endhighlight %}
{% endtabs %}
@@ -141,11 +140,10 @@ Add the following stylesheet and script to the head section of **~/index.html**
{% tabs %}
{% highlight html tabtitle="~/index.html" %}
-
- ....
-
-
-
+
+
+
+
{% endhighlight %}
{% endtabs %}
diff --git a/Document-Processing/Word/Word-Processor/blazor/getting-started/web-app.md b/Document-Processing/Word/Word-Processor/blazor/getting-started/web-app.md
index 7cf78064bd..b1a0dc6026 100644
--- a/Document-Processing/Word/Word-Processor/blazor/getting-started/web-app.md
+++ b/Document-Processing/Word/Word-Processor/blazor/getting-started/web-app.md
@@ -40,8 +40,8 @@ Alternatively, you can utilize the following package manager command to achieve
{% tabs %}
{% highlight C# tabtitle="Package Manager" %}
-Install-Package Syncfusion.Blazor.WordProcessor -Version {{ site.releaseversion }}
-Install-Package Syncfusion.Blazor.Themes -Version {{ site.releaseversion }}
+Install-Package Syncfusion.Blazor.WordProcessor
+Install-Package Syncfusion.Blazor.Themes
{% endhighlight %}
{% endtabs %}
@@ -88,8 +88,8 @@ If you utilize `WebAssembly` or `Auto` render modes in the Blazor Web App need t
{% highlight c# tabtitle="Package Manager" %}
-dotnet add package Syncfusion.Blazor.WordProcessor -v {{ site.releaseversion }}
-dotnet add package Syncfusion.Blazor.Themes -v {{ site.releaseversion }}
+dotnet add package Syncfusion.Blazor.WordProcessor
+dotnet add package Syncfusion.Blazor.Themes
dotnet restore
{% endhighlight %}
@@ -126,13 +126,14 @@ Register the Syncfusion® Blazor service in
{% tabs %}
{% highlight c# tabtitle="Program.cs" %}
-....
+// Other code Snippet
+
using Syncfusion.Blazor;
-....
+// Register Syncfusion Blazor services along with other service registrations
builder.Services.AddSyncfusionBlazor();
-....
+// Other code Snippet
{% endhighlight %}
{% endtabs %}
@@ -141,20 +142,26 @@ N> If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, registe
### Add Themes and Script References
-The theme stylesheet and script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets). Include the stylesheet reference in the `` section and the script reference at the end of the `` in the **~/Components/App.razor** file as shown below:
+The theme stylesheet and script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets).
+
+Include the stylesheet reference in the `` section of the **~/Components/App.razor** file as shown below:
+
+{% tabs %}
+{% highlight razor tabtitle="~/App.razor" %}
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+Include the script reference at the end of the `` section in the **~/Components/App.razor** file.
{% tabs %}
{% highlight razor tabtitle="~/App.razor" %}
-
- ....
-
-
-....
-
- ....
-
-
+
+
{% endhighlight %}
{% endtabs %}
diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md b/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md
index 9d86528cd8..826e2f76a3 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es5/getting-started.md
@@ -45,41 +45,38 @@ Add the following CDN references inside the `` section of your `index.html
{% tabs %}
{% highlight html tabtitle="index.html" %}
-...
-
- Syncfusion JavaScript Document Editor
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-...
+Syncfusion JavaScript Document Editor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{% endhighlight %}
{% endtabs %}
diff --git a/Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md b/Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md
index ae90fbe675..daba938f36 100644
--- a/Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md
+++ b/Document-Processing/Word/Word-Processor/vue/getting-started-vue-3.md
@@ -21,16 +21,61 @@ This article provides a step-by-step guide for setting up a [Vite](https://vitej
### Create a Vue application
-To create a new Vue application, run the following command.
+Use [Vite](https://vitejs.dev/) to quickly scaffold a Vue 3 project. Run one of the following commands to create a new project:
```bash
-npm create vite@latest documenteditor-app -- --template vue
+npm create vite@latest
```
-Next, you will be prompted with "Install with npm and start now?". Select **Yes**. Move into the created project using the following command:
+or
```bash
-cd documenteditor-app
+yarn create vite
+```
+
+After running the command, follow the interactive prompts shown below to configure the project:
+
+Step 1: Define the project name: Specify the project name directly. This guide uses `documenteditor-app`.
+
+```bash
+? Project name: » documenteditor-app
+```
+
+Step 2: Select `Vue` as the framework to target Vue 3.
+
+```bash
+? Select a framework: » - Use arrow-keys. Return to submit.
+Vanilla
+> Vue
+ React
+ Preact
+ Lit
+ Svelte
+ Others
+```
+
+Step 3: Choose `JavaScript` as the variant to build the Vite project with JavaScript and Vue.
+
+```bash
+? Select a variant: » - Use arrow-keys. Return to submit.
+> JavaScript
+ TypeScript
+ Customize with create-vue ↗
+ Nuxt ↗
+```
+
+Step 4: After the scaffold completes, install the project dependencies:
+
+```bash
+cd documenteditor-app
+npm install
+```
+
+or
+
+```bash
+cd documenteditor-app
+yarn install
```
### Install the Document Editor packages
@@ -45,12 +90,11 @@ To install the Document Editor component, use the following command:
### Add CSS reference
-Add the following Document Editor and dependent component style references to the `
{% endhighlight %}
{% endtabs %}