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..b63ebc3ed4 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
@@ -1,5 +1,6 @@
---
title: Extract data in ASP.NET Core | Syncfusion
+canonical_url: "https://www.syncfusioninternal.com/document-sdk/net-pdf-data-extraction"
description: Learn how to extract data from PDF in ASP.NET Core with step‑by‑step guidance using Syncfusion .NET Core Data extraction library.
platform: document-processing
control: SmartDataExtractor
@@ -13,7 +14,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 +102,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/Extract-Data-in-Console.md b/Document-Processing/Data-Extraction/NET/Extract-Data-in-Console.md
index 9876cacf4c..a556984521 100644
--- a/Document-Processing/Data-Extraction/NET/Extract-Data-in-Console.md
+++ b/Document-Processing/Data-Extraction/NET/Extract-Data-in-Console.md
@@ -1,6 +1,6 @@
---
title: Extract Data in Console Application | Syncfusion
-description: Learn how to extract data in a Console Application by using the Syncfusion Smart Data Extractor efficiently.
+description: Learn how to extract data in a Console Application by using the .NET Smart Data Extractor Library efficiently.
platform: document-processing
control: SmartDataExtractor
documentation: UG
@@ -18,7 +18,7 @@ The Syncfusion® Smart Data Extractor is a .NET library used to ex
**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 from the [official website](https://code.visualstudio.com/download).
+* Install Visual Studio: Download and install Visual Studio from the [official website](https://code.visualstudio.com/download?_exp_download=fb315fc982).
Step 1: Create a new C# Console Application project.

@@ -74,7 +74,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=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).
@@ -156,7 +156,7 @@ The following steps illustrates Extracting Data from PDF document in console 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: Download and install Visual Studio from the [official website](https://code.visualstudio.com/download).
+* Install Visual Studio: Download and install Visual Studio from the [official website](https://code.visualstudio.com/download?_exp_download=fb315fc982).
**Steps to Extract Data from PDF using .NET Framework**
diff --git a/Document-Processing/Data-Extraction/NET/Extract-Data-in-WPF.md b/Document-Processing/Data-Extraction/NET/Extract-Data-in-WPF.md
index 1cf5f85df7..a2ea7f8f35 100644
--- a/Document-Processing/Data-Extraction/NET/Extract-Data-in-WPF.md
+++ b/Document-Processing/Data-Extraction/NET/Extract-Data-in-WPF.md
@@ -1,6 +1,6 @@
---
title: Extract Data in WPF Application | Syncfusion
-description: Learn how to extract data in a WPF application with step‑by‑step guidance using the Syncfusion Smart Data Extractor library.
+description: Learn how to extract data in a WPF application with step‑by‑step guidance using the .NET Smart Data Extractor Library.
platform: document-processing
control: SmartDataExtractor
documentation: UG
diff --git a/Document-Processing/Data-Extraction/NET/Extract-Data-in-Windows-Forms.md b/Document-Processing/Data-Extraction/NET/Extract-Data-in-Windows-Forms.md
index 613b590592..3e507e02cb 100644
--- a/Document-Processing/Data-Extraction/NET/Extract-Data-in-Windows-Forms.md
+++ b/Document-Processing/Data-Extraction/NET/Extract-Data-in-Windows-Forms.md
@@ -1,6 +1,6 @@
---
title: Extract Data from PDF in Windows Forms | Syncfusion
-description: Extract tables, text, and form fields from PDF documents in Windows Forms using the Syncfusion Smart Data Extractor library.
+description: Extract tables, text, and form fields from PDF documents in Windows Forms using the .NET Smart Data Extractor Library.
platform: document-processing
control: SmartDataExtractor
documentation: UG
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/data-extractor-overview.md b/Document-Processing/Data-Extraction/NET/data-extractor-overview.md
index f293217708..29ae34de48 100644
--- a/Document-Processing/Data-Extraction/NET/data-extractor-overview.md
+++ b/Document-Processing/Data-Extraction/NET/data-extractor-overview.md
@@ -1,5 +1,6 @@
---
title: Data Extraction and Conversion in .NET | Syncfusion
+canonical_url: "https://www.syncfusioninternal.com/document-sdk/net-pdf-data-extraction"
description: Syncfusion Data Extraction is a .NET library that extracts tables, forms, text, and images from PDF or image files, and outputs JSON or Markdown.
platform: document-processing
control: DataExtraction
@@ -7,6 +8,6 @@ documentation: UG
keywords: Assemblies
---
-# Welcome to Syncfusion Smart Data Extractor Library
+# Welcome to .NET Smart Data Extractor Library
-Syncfusion® **Smart Data Extractor** is a robust, deterministic C# library built to capture complete document structures from PDFs and images. Optimized for .NET workflows, it interprets visual layout patterns—lines, boxes, labels, and alignment—to accurately identify and extract *tables, text blocks, images, headers, footers, and form fields*. Each extracted element includes per‑field confidence scores, enabling precise validation, seamless export, and smooth integration into applications.
\ No newline at end of file
+The .NET **Smart Data Extractor** is a robust, deterministic C# library built to capture complete document structures from PDFs and images. Optimized for .NET workflows, it interprets visual layout patterns—lines, boxes, labels, and alignment—to accurately identify and extract *tables, text blocks, images, headers, footers, and form fields*. Each extracted element includes per‑field confidence scores, enabling precise validation, seamless export, and smooth integration into applications.
\ No newline at end of file
diff --git a/Document-Processing/Data-Extraction/NET/how-to-download-and-install.md b/Document-Processing/Data-Extraction/NET/how-to-download-and-install.md
index 15fb57d637..87e7dabdb4 100644
--- a/Document-Processing/Data-Extraction/NET/how-to-download-and-install.md
+++ b/Document-Processing/Data-Extraction/NET/how-to-download-and-install.md
@@ -1,7 +1,7 @@
---
layout: post
title: Installing Syncfusion Data Extraction - Syncfusion
-description: Learn how to install the Syncfusion Smart Data Extractor library for extracting structured data from PDFs and images in .NET applications.
+description: Learn how to install the .NET Smart Data Extractor Library for extracting structured data from PDFs and images in .NET applications.
platform: document-processing
control: Installation and Deployment
documentation: ug
diff --git a/Document-Processing/Data-Extraction/NET/ocr-overview.md b/Document-Processing/Data-Extraction/NET/ocr-overview.md
index 90a46c93ec..2d884cd87c 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-overview.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-overview.md
@@ -1,5 +1,6 @@
---
title: Intro to OCR Processor | Syncfusion
+canonical_url: "https://www.syncfusion.com/document-sdk/net-pdf-library/ocr-process"
description: This page introduces the Syncfusion OCR Processor, highlighting its purpose, main features, and how to begin optical character recognition in .NET apps.
platform: document-processing
control: OCRProcessor
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..9f5913589b 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
@@ -1,5 +1,6 @@
---
title: Getting started with OCR processor | Syncfusion
+canonical_url: "https://www.syncfusion.com/document-sdk/net-pdf-library/ocr-process"
description: This section provides an introduction to getting started with the OCR processor and explains the basic concepts and workflow involved
platform: document-processing
control: PDF
@@ -7,7 +8,7 @@ documentation: UG
---
# Getting started with OCR processor
-To quickly get started with extracting text from scanned PDF documents in .NET using the Syncfusion® OCR processor Library, refer to this video tutorial:
+To quickly get started with extracting text from scanned PDF documents in .NET using the .NET OCR processor library, refer to this video tutorial:
{% youtube "https://www.youtube.com/watch?v=VhN7ETn0vyA" %}
## Prerequisites
@@ -15,19 +16,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 +45,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 +80,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 +127,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 +157,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/NuGet-Packages-Required.md b/Document-Processing/Data-Extraction/NET/ocr-processor/NuGet-Packages-Required.md
index 08292135b6..ad6a495572 100644
--- a/Document-Processing/Data-Extraction/NET/ocr-processor/NuGet-Packages-Required.md
+++ b/Document-Processing/Data-Extraction/NET/ocr-processor/NuGet-Packages-Required.md
@@ -1,11 +1,11 @@
---
title: NuGet Packages for OCR | Syncfusion
-description: This section illustrates the NuGet packages required to use Syncfusion OCR processor library in various platforms and frameworks
+description: This section illustrates the NuGet packages required to use .NET OCR processor library in various platforms and frameworks
platform: document-processing
control: PDF
documentation: UG
---
-## NuGet Packages Required for OCR Processor
+# NuGet Packages Required for OCR Processor
To work with the OCR Processor, the following NuGet packages need to be installed in your application from [nuget.org](https://www.nuget.org/).
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 117503bcdc..8fe6013bba 100644
--- a/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Edit.md
+++ b/Document-Processing/PDF/PDF-Viewer/maui/Form-Filling-Edit.md
@@ -1,256 +1,256 @@
----
-layout: post
-title: Edit Form Fields in .NET MAUI PDF Viewer | Syncfusion
-description: Learn how to edit PDF form fields programmatically using the Syncfusion® .NET MAUI PDF Viewer (SfPdfViewer) control.
-platform: document-processing
-control: SfPdfViewer
-documentation: ug
-keywords: .net maui pdf viewer, .net maui view pdf, pdf viewer in .net maui, .net maui open pdf, maui pdf viewer, maui pdf view
----
-
-# Edit Form Fields in .NET MAUI PDF Viewer (SfPdfViewer)
-
-The [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) allows you to programmatically set, modify, and read values for all supported form field types. Use the [FormFields](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_FormFields) collection to retrieve fields by name and cast them to the appropriate type before modifying.
-
-## Editing form fields programmatically
-
-All form field edits shown below should be placed in your page's code-behind (`MainPage.xaml.cs`). The document must be fully loaded before accessing [FormFields](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_FormFields) — call these from the [DocumentLoaded](https://help.syncfusion.com/cr/document-processing/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_DocumentLoaded") event handler or a button click after the document is open.
-
-### Editing text form fields
-
-A text form field can be modified using the [Text](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.TextFormField.html#Syncfusion_Maui_PdfViewer_TextFormField_Text) property. The following code snippet illustrates retrieving a text form field named "name" from the PDF Viewer.
-
-{% tabs %}
-{% highlight C# tabtitle="MainPage.xaml.cs" %}
-
-// Call after DocumentLoaded fires, or from a button_Clicked handler.
-FormField formField = pdfViewer.FormFields.Where(x => x.Name == "name").FirstOrDefault();
-
-if (formField is TextFormField nameTextBox)
-{
- // Set the value of the "name" text field.
-}
-{% endhighlight %}
-{% endtabs %}
-
-### Editing checkbox form fields
-
-By modifying the [IsChecked](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.CheckboxFormField.html#Syncfusion_Maui_PdfViewer_CheckboxFormField_IsChecked) property, the checkbox field can be checked or unchecked programmatically. The following code snippet illustrates retrieving a checkbox form field named "newsletter" from the PDF Viewer.
-
-{% tabs %}
-{% highlight C# %}
-
-FormField formField = PdfViewer.FormFields.Where(x => x.Name == "newsletter").FirstOrDefault();
-
-if (formField is CheckboxFormField checkBox)
-{
- // Mark the checkbox as checked.
- checkBox.IsChecked = true;
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-### Editing combo box form fields
-
-The [SelectedItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ComboBoxFormField.html#Syncfusion_Maui_PdfViewer_ComboBoxFormField_SelectedItem) property can be used to programmatically choose an item from the combo box. The [SelectedItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ComboBoxFormField.html#Syncfusion_Maui_PdfViewer_ComboBoxFormField_SelectedItem) should be one of the values from the [ComboBoxFormField.Items](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ComboBoxFormField.html#Syncfusion_Maui_PdfViewer_ComboBoxFormField_Items) array. The following code snippet illustrates retrieving a combobox form field named "state" from the PDF Viewer.
-
-{% tabs %}
-{% highlight C# %}
-
-FormField formField = PdfViewer.FormFields.Where(x => x.Name == "state").FirstOrDefault();
-
-if (formField is ComboBoxFormField comboBox)
-{
- // Select the desired item from the combo box.
- comboBox.SelectedItem = comboBox.Items[4];
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-### Editing list box form fields
-
-The [SelectedItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ListBoxFormField.html#Syncfusion_Maui_PdfViewer_ListBoxFormField_SelectedItems) property can be used to programmatically choose an item from the list box. The [SelectedItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ListBoxFormField.html#Syncfusion_Maui_PdfViewer_ListBoxFormField_SelectedItems) should contain only the values from the [ListBoxFormFields.Items](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ListBoxFormField.html#Syncfusion_Maui_PdfViewer_ListBoxFormField_Items) array. One or more selections are supported by the list box. The below code snippet illustrates modifying a single-select list box form field named "courses" from the PDF Viewer.
-
-{% tabs %}
-{% highlight C# %}
-
-FormField formField = PdfViewer.FormFields.Where(x => x.Name == "courses").FirstOrDefault();
-
-if (formField is ListBoxFormField listBox)
-{
- // Select the desired item from the list box.
- listBox.SelectedItems = new ObservableCollection { listBox.Items[0] };
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-The below code snippet illustrates modifying a multi-select list box form field named "courses" from the PDF Viewer.
-
-{% tabs %}
-{% highlight C# %}
-
-FormField formField = PdfViewer.FormFields.Where(x => x.Name == "courses").FirstOrDefault();
-
-if (formField is ListBoxFormField listBox)
-{
- // Select the desired item from the list box.
- listBox.SelectedItems = new System.Collections.ObjectModel.ObservableCollection { listBox.Items[1], listBox.Items[2], listBox.Items[3] };
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-
-### Editing radio button form fields
-
-Programmatically select an item from the radio buttons using the [SelectedItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.RadioButtonFormField.html#Syncfusion_Maui_PdfViewer_RadioButtonFormField_SelectedItem) property. The [SelectedItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.RadioButtonFormField.html#Syncfusion_Maui_PdfViewer_RadioButtonFormField_SelectedItem) should be one of the values from the [RadioButtonFormField.Items](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.RadioButtonFormField.html#Syncfusion_Maui_PdfViewer_RadioButtonFormField_Items) array. The following code snippet illustrates retrieving a radio button form field named "gender" from the PDF Viewer.
-
-{% tabs %}
-{% highlight C# %}
-
-FormField formField = PdfViewer.FormFields.Where(x => x.Name == "gender").FirstOrDefault();
-
-if (formField is RadioButtonFormField radioButton)
-{
- // Select the desired item from the radio buttons.
- radioButton.SelectedItem = radioButton.Items[0];
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-### Editing signature form fields
-
-Programmatically, add a signature to an unsigned signature field by creating and assigning an ink annotation to the [SignatureFormField.Signature](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SignatureFormField.html#Syncfusion_Maui_PdfViewer_SignatureFormField_Signature) property. The following code snippet illustrates retrieving a signature form field named "signature" from the PDF Viewer.
-
-{% tabs %}
-{% highlight C# %}
-
-SignatureFormField? signature = PdfViewer.FormFields.Where(x => x.Name == "signature").FirstOrDefault() as SignatureFormField;
-if (signature != null)
-{
- List> inkPointsCollection = new();
- inkPointsCollection.Add(new List { 10f, 10f, 10f, 20f, 20f, 20f, 30f, 30f, 30f, 40f, 40f, 40f, 50f, 60f });
- InkAnnotation inkSignature = new InkAnnotation(inkPointsCollection, signature.PageNumber);
- inkSignature.Color = Colors.Red;
- // Add the created handwritten signature to the signature form field.
- signature.Signature = inkSignature;
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-The [Signature](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SignatureFormField.html#Syncfusion_Maui_PdfViewer_SignatureFormField_Signature) property is of type [InkAnnotation](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.InkAnnotation.html) and it will behave like an ink after signing. If the PDF document is saved, the signature will be preserved as an ink annotation in the saved document.
-
-#### 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.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.
-
-{% tabs %}
-{% highlight c# %}
-
-SignatureFormField? signatureFormField;
-pdfviewer.SignatureModalViewAppearing += PdfViewer_SignatureModalViewAppearing;
-
-private void PdfViewer_SignatureModalViewAppearing(object? Sender, FormFieldModalViewAppearingEventArgs e)
-{
- e.Cancel = true;
- signatureFormField = e.FormField as SignatureFormField;
-
- // Implement your own UI for creating a signature.
- ShowCustomDialog();
-}
-
-Private void customDialogOkButton_Clicked(object sender, EventArgs e)
-{
- //Get the signature in the form of a Stream instance (possibly converted from an image of the user's freehand drawing)
- signatureImageStream = GetSignatureImageStream();
-
- // Create a stamp annotation. The bounds values are not necessary since the stamp will be automatically fit over the signature form field.
- StampAnnotation signatureStamp = new StampAnnotation(signatureImageStream, signatureFormField.PageNumber, new RectF(0, 0, 0, 0));
-
- signatureFormField.Signature = signatureStamp;
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-### Button form fields
-
-Button form fields will be rendered in the PDF viewer. But the PDF viewer supports only the `GoTo` actions that navigates to a particular location in the PDF document alone. Other types of button actions are not supported.
-
-## Flatten form fields only on save
-
-The [FlattenOnSave](https://help.syncfusion.com/cr/document-processing/Syncfusion.Maui.PdfViewer.FormField.html#Syncfusion_Maui_PdfViewer_FormField_FlattenOnSave) property converts form fields into non-editable content only when the PDF document is saved. This means the form fields remain editable while the document is open, and are flattened (made part of the document content) during the save operation, preventing any further modification afterward.
-
-### Flatten specific form fields
-
-You can selectively flatten specific form fields, such as signature fields, by iterating through the form field collection.
-
-{% tabs %}
-{% highlight c# %}
-
-foreach (var item in pdfViewer.FormFields)
-{
- //Iterate Only signature form field and flatten it
- if (item is SignatureFormField signature)
- {
- item.FlattenOnSave = true;
- }
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-### Flatten all form fields
-
-To flatten all form fields in the document, set the FlattenOnSave property for each field:
-
-{% tabs %}
-{% highlight c# %}
-
-//Iterate all the form fields and set flatten
-foreach (var item in pdfViewer.FormFields)
-{
- item.FlattenOnSave = true;
-}
-
-{% endhighlight %}
-{% endtabs %}
-
-## Controlling form field editing at the viewer Level
-
-The `AllowEditFormFields` property is used to control form field editing at the viewer level. By default, editing is enabled, allowing users to interact with all supported form fields. When this property is set to false, all form fields become non-editable, making the document effectively read-only without modifying individual field properties. This behavior applies to all form field types and takes effect immediately on the loaded document.
-
-You can disable editing programmatically using the following:
-
-{% tabs %}
-{% highlight xaml %}
-
-{% endhighlight %}
-
-{% highlight c# %}
-// Disable form field editing
-pdfViewer.AllowEditFormFields = false;
-{% endhighlight %}
-{% endtabs %}
-
-This property supports dynamic changes at runtime, meaning you can enable or disable form field editing at the viewer level based on requirements, and the changes will be applied instantly.
-
-N>Setting AllowEditFormFields to false does not modify the ReadOnly property of individual form fields. It acts as an additional layer of control, and a field remains non-editable if either its ReadOnly property is true or viewer-level editing is disabled
-
-## See Also
-- [Form Filling Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-overview)
-- [Form Fields Collection](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-collection)
-- [Show and Hide Form Fields](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-show-hide)
-- [Customize Form Fields](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-customization)
-- [Form Field Events](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-events)
-- [Import and Export Form Data](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-import-export)
-- [Electronic Signature](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/signature)
+---
+layout: post
+title: Edit Form Fields in .NET MAUI PDF Viewer | Syncfusion
+description: Learn how to edit PDF form fields programmatically using the Syncfusion® .NET MAUI PDF Viewer (SfPdfViewer) control.
+platform: document-processing
+control: SfPdfViewer
+documentation: ug
+keywords: .net maui pdf viewer, .net maui view pdf, pdf viewer in .net maui, .net maui open pdf, maui pdf viewer, maui pdf view
+---
+
+# Edit Form Fields in .NET MAUI PDF Viewer (SfPdfViewer)
+
+The [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html) allows you to programmatically set, modify, and read values for all supported form field types. Use the [FormFields](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_FormFields) collection to retrieve fields by name and cast them to the appropriate type before modifying.
+
+## Editing form fields programmatically
+
+All form field edits shown below should be placed in your page's code-behind (`MainPage.xaml.cs`). The document must be fully loaded before accessing [FormFields](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_FormFields) — call these from the [DocumentLoaded](https://help.syncfusion.com/cr/document-processing/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_DocumentLoaded") event handler or a button click after the document is open.
+
+### Editing text form fields
+
+A text form field can be modified using the [Text](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.TextFormField.html#Syncfusion_Maui_PdfViewer_TextFormField_Text) property. The following code snippet illustrates retrieving a text form field named "name" from the PDF Viewer.
+
+{% tabs %}
+{% highlight C# tabtitle="MainPage.xaml.cs" %}
+
+// Call after DocumentLoaded fires, or from a button_Clicked handler.
+FormField formField = pdfViewer.FormFields.Where(x => x.Name == "name").FirstOrDefault();
+
+if (formField is TextFormField nameTextBox)
+{
+ // Set the value of the "name" text field.
+}
+{% endhighlight %}
+{% endtabs %}
+
+### Editing checkbox form fields
+
+By modifying the [IsChecked](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.CheckboxFormField.html#Syncfusion_Maui_PdfViewer_CheckboxFormField_IsChecked) property, the checkbox field can be checked or unchecked programmatically. The following code snippet illustrates retrieving a checkbox form field named "newsletter" from the PDF Viewer.
+
+{% tabs %}
+{% highlight C# %}
+
+FormField formField = PdfViewer.FormFields.Where(x => x.Name == "newsletter").FirstOrDefault();
+
+if (formField is CheckboxFormField checkBox)
+{
+ // Mark the checkbox as checked.
+ checkBox.IsChecked = true;
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+### Editing combo box form fields
+
+The [SelectedItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ComboBoxFormField.html#Syncfusion_Maui_PdfViewer_ComboBoxFormField_SelectedItem) property can be used to programmatically choose an item from the combo box. The [SelectedItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ComboBoxFormField.html#Syncfusion_Maui_PdfViewer_ComboBoxFormField_SelectedItem) should be one of the values from the [ComboBoxFormField.Items](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ComboBoxFormField.html#Syncfusion_Maui_PdfViewer_ComboBoxFormField_Items) array. The following code snippet illustrates retrieving a combobox form field named "state" from the PDF Viewer.
+
+{% tabs %}
+{% highlight C# %}
+
+FormField formField = PdfViewer.FormFields.Where(x => x.Name == "state").FirstOrDefault();
+
+if (formField is ComboBoxFormField comboBox)
+{
+ // Select the desired item from the combo box.
+ comboBox.SelectedItem = comboBox.Items[4];
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+### Editing list box form fields
+
+The [SelectedItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ListBoxFormField.html#Syncfusion_Maui_PdfViewer_ListBoxFormField_SelectedItems) property can be used to programmatically choose an item from the list box. The [SelectedItems](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ListBoxFormField.html#Syncfusion_Maui_PdfViewer_ListBoxFormField_SelectedItems) should contain only the values from the [ListBoxFormFields.Items](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.ListBoxFormField.html#Syncfusion_Maui_PdfViewer_ListBoxFormField_Items) array. One or more selections are supported by the list box. The below code snippet illustrates modifying a single-select list box form field named "courses" from the PDF Viewer.
+
+{% tabs %}
+{% highlight C# %}
+
+FormField formField = PdfViewer.FormFields.Where(x => x.Name == "courses").FirstOrDefault();
+
+if (formField is ListBoxFormField listBox)
+{
+ // Select the desired item from the list box.
+ listBox.SelectedItems = new ObservableCollection { listBox.Items[0] };
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+The below code snippet illustrates modifying a multi-select list box form field named "courses" from the PDF Viewer.
+
+{% tabs %}
+{% highlight C# %}
+
+FormField formField = PdfViewer.FormFields.Where(x => x.Name == "courses").FirstOrDefault();
+
+if (formField is ListBoxFormField listBox)
+{
+ // Select the desired item from the list box.
+ listBox.SelectedItems = new System.Collections.ObjectModel.ObservableCollection { listBox.Items[1], listBox.Items[2], listBox.Items[3] };
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+
+### Editing radio button form fields
+
+Programmatically select an item from the radio buttons using the [SelectedItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.RadioButtonFormField.html#Syncfusion_Maui_PdfViewer_RadioButtonFormField_SelectedItem) property. The [SelectedItem](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.RadioButtonFormField.html#Syncfusion_Maui_PdfViewer_RadioButtonFormField_SelectedItem) should be one of the values from the [RadioButtonFormField.Items](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.RadioButtonFormField.html#Syncfusion_Maui_PdfViewer_RadioButtonFormField_Items) array. The following code snippet illustrates retrieving a radio button form field named "gender" from the PDF Viewer.
+
+{% tabs %}
+{% highlight C# %}
+
+FormField formField = PdfViewer.FormFields.Where(x => x.Name == "gender").FirstOrDefault();
+
+if (formField is RadioButtonFormField radioButton)
+{
+ // Select the desired item from the radio buttons.
+ radioButton.SelectedItem = radioButton.Items[0];
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+### Editing signature form fields
+
+Programmatically, add a signature to an unsigned signature field by creating and assigning an ink annotation to the [SignatureFormField.Signature](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SignatureFormField.html#Syncfusion_Maui_PdfViewer_SignatureFormField_Signature) property. The following code snippet illustrates retrieving a signature form field named "signature" from the PDF Viewer.
+
+{% tabs %}
+{% highlight C# %}
+
+SignatureFormField? signature = PdfViewer.FormFields.Where(x => x.Name == "signature").FirstOrDefault() as SignatureFormField;
+if (signature != null)
+{
+ List> inkPointsCollection = new();
+ inkPointsCollection.Add(new List { 10f, 10f, 10f, 20f, 20f, 20f, 30f, 30f, 30f, 40f, 40f, 40f, 50f, 60f });
+ InkAnnotation inkSignature = new InkAnnotation(inkPointsCollection, signature.PageNumber);
+ inkSignature.Color = Colors.Red;
+ // Add the created handwritten signature to the signature form field.
+ signature.Signature = inkSignature;
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+The [Signature](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SignatureFormField.html#Syncfusion_Maui_PdfViewer_SignatureFormField_Signature) property is of type [InkAnnotation](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.InkAnnotation.html) and it will behave like an ink after signing. If the PDF document is saved, the signature will be preserved as an ink annotation in the saved document.
+
+#### 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.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.
+
+{% tabs %}
+{% highlight c# %}
+
+SignatureFormField? signatureFormField;
+pdfviewer.SignatureModalViewAppearing += PdfViewer_SignatureModalViewAppearing;
+
+private void PdfViewer_SignatureModalViewAppearing(object? Sender, FormFieldModalViewAppearingEventArgs e)
+{
+ e.Cancel = true;
+ signatureFormField = e.FormField as SignatureFormField;
+
+ // Implement your own UI for creating a signature.
+ ShowCustomDialog();
+}
+
+Private void customDialogOkButton_Clicked(object sender, EventArgs e)
+{
+ //Get the signature in the form of a Stream instance (possibly converted from an image of the user's freehand drawing)
+ signatureImageStream = GetSignatureImageStream();
+
+ // Create a stamp annotation. The bounds values are not necessary since the stamp will be automatically fit over the signature form field.
+ StampAnnotation signatureStamp = new StampAnnotation(signatureImageStream, signatureFormField.PageNumber, new RectF(0, 0, 0, 0));
+
+ signatureFormField.Signature = signatureStamp;
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+### Button form fields
+
+Button form fields will be rendered in the PDF viewer. But the PDF viewer supports only the `GoTo` actions that navigates to a particular location in the PDF document alone. Other types of button actions are not supported.
+
+## Flatten form fields only on save
+
+The [FlattenOnSave](https://help.syncfusion.com/cr/document-processing/Syncfusion.Maui.PdfViewer.FormField.html#Syncfusion_Maui_PdfViewer_FormField_FlattenOnSave) property converts form fields into non-editable content only when the PDF document is saved. This means the form fields remain editable while the document is open, and are flattened (made part of the document content) during the save operation, preventing any further modification afterward.
+
+### Flatten specific form fields
+
+You can selectively flatten specific form fields, such as signature fields, by iterating through the form field collection.
+
+{% tabs %}
+{% highlight c# %}
+
+foreach (var item in pdfViewer.FormFields)
+{
+ //Iterate Only signature form field and flatten it
+ if (item is SignatureFormField signature)
+ {
+ item.FlattenOnSave = true;
+ }
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+### Flatten all form fields
+
+To flatten all form fields in the document, set the FlattenOnSave property for each field:
+
+{% tabs %}
+{% highlight c# %}
+
+//Iterate all the form fields and set flatten
+foreach (var item in pdfViewer.FormFields)
+{
+ item.FlattenOnSave = true;
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+## Controlling form field editing at the viewer Level
+
+The `AllowEditFormFields` property is used to control form field editing at the viewer level. By default, editing is enabled, allowing users to interact with all supported form fields. When this property is set to false, all form fields become non-editable, making the document effectively read-only without modifying individual field properties. This behavior applies to all form field types and takes effect immediately on the loaded document.
+
+You can disable editing programmatically using the following:
+
+{% tabs %}
+{% highlight xaml %}
+
+{% endhighlight %}
+
+{% highlight c# %}
+// Disable form field editing
+pdfViewer.AllowEditFormFields = false;
+{% endhighlight %}
+{% endtabs %}
+
+This property supports dynamic changes at runtime, meaning you can enable or disable form field editing at the viewer level based on requirements, and the changes will be applied instantly.
+
+N>Setting AllowEditFormFields to false does not modify the ReadOnly property of individual form fields. It acts as an additional layer of control, and a field remains non-editable if either its ReadOnly property is true or viewer-level editing is disabled
+
+## See Also
+- [Form Filling Overview](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-overview)
+- [Form Fields Collection](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-collection)
+- [Show and Hide Form Fields](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-show-hide)
+- [Customize Form Fields](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-customization)
+- [Form Field Events](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-events)
+- [Import and Export Form Data](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/form-filling-import-export)
+- [Electronic Signature](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/maui/signature)
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/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/uwp/Concepts-and-Features/Viewing-PDF.md b/Document-Processing/PDF/PDF-Viewer/uwp/Concepts-and-Features/Viewing-PDF.md
index 22373c525e..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# %}
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/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..021d45257b 100644
--- a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core-Web-API.md
+++ b/Document-Processing/PowerPoint/Conversions/PowerPoint-To-Image/NET/Convert-PowerPoint-to-Image-in-ASP-NET-Core-Web-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert PowerPoint to Image in ASP.NET Core Web API
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET Core Web API**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and **convert PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **convert a PowerPoint to image in ASP.NET Core Web API**.
## Steps to convert PowerPoint to Image programmatically
@@ -164,6 +164,6 @@ Upon executing the program, the **image** will be generated as follows.

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

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

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

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

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

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

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

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

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

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

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

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [convert PowerPoint Presentation to PDF](https://document.syncfusion.com/demos/powerpoint/pptxtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/Conversions/PowerPoint-To-PDF/NET/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..08bfe0728e 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Create-PowerPoint-Presentation-in-ASP-NET-Core-WEB-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Create, read and edit a PowerPoint in ASP.NET Core Web API
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint in ASP.NET Core Web API**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **create a PowerPoint in ASP.NET Core Web API**.
## Steps to Create a PowerPoint programmatically:
@@ -191,6 +191,6 @@ Upon executing the program, the **PowerPoint Presentation** will be generated as

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

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

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

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

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

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md
index 8ade560360..bd9667d91f 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-ASP-NET.md
@@ -8,9 +8,9 @@ documentation: UG
# Open and save Presentation in ASP.NET
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in ASP.NET**.
-N> This ASP.NET Web Form platform is deprecated, you can use the same product from ASP.NET Core platform. For more information on migrating the .NET PowerPoint library 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
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
index 73d4b1d7d6..882adc74d4 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-Presentation-in-AWS-Elastic-Beanstalk.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in AWS Elastic Beanstalk
-Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in AWS Elastic Beanstalk**.
+Syncfusion® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, edit and convert PowerPoint documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save a Presentation in AWS Elastic Beanstalk**.
## Steps to open and save Presentation in AWS Elastic Beanstalk
@@ -133,4 +133,4 @@ By executing the program, you will get the **PowerPoint document** as follows.

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

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

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

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

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

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

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

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

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

-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-in-Console-application.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-in-Console-application.md
index 9ca9246604..ba88675c30 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-in-Console-application.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Open-and-Save-PowerPoint-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Open and save Presentation in Console application
-Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Console application**.
+Syncfusion® PowerPoint is a [.NET PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, and edit **PowerPoint presentation** programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, you can **open and save Presentation in Console application**.
## Open and save Presentation using .NET Core and Latest
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Overview.md
index 71c7c5a604..d9d939a247 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
@@ -7,7 +8,7 @@ documentation: UG
---
# Overview of PowerPoint Presentation
-The PowerPoint framework is a feature rich [.NET PowerPoint class library](https://www.syncfusion.com/document-processing/powerpoint-framework/net) that can be used by developers to create, read, and write Microsoft PowerPoint files by using C#, VB.NET, and managed C++ code. The library can be used in [Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-wpf), [ASP.NET Web Forms](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-web-forms), [ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp), [Blazor](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-blazor), [UWP](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-uwp), [Xamarin](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-winui) and [.NET MAUI](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-maui) applications.
+The PowerPoint framework is a feature rich [.NET PowerPoint class library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) that can be used by developers to create, read, and write Microsoft PowerPoint files by using C#, VB.NET, and managed C++ code. The library can be used in [Windows Forms](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-windows-forms), [WPF](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-wpf), [ASP.NET Web Forms](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-web-forms), [ASP.NET MVC](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-mvc), [ASP.NET Core](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp), [Blazor](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-blazor), [UWP](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-uwp), [Xamarin](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-xamarin), [WinUI](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-winui) and [.NET MAUI](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/create-read-edit-powerpoint-files-in-maui) applications.
It is a non-UI component that provides a full-fledged PowerPoint presentation instance that facilitates accessing and manipulating the presentations without any dependency of Microsoft Office COM libraries and Microsoft Office.
@@ -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..0c2d32f92a 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
@@ -8,7 +8,7 @@ keywords: PowerPoint animation, slide animation, shape animation, pptx animation
---
# Working with Animations in PowerPoint Library
-[Animations](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library/powerpoint-animation) are visual effects for the objects in PowerPoint presentation and animation helps to make a PowerPoint presentation more dynamic. Animation effects can be grouped into four categories.,
+[Animations](https://www.syncfusion.com/document-sdk/net-powerpoint-library/powerpoint-animations-and-transitions) are visual effects for the objects in PowerPoint presentation and animation helps to make a PowerPoint presentation more dynamic. Animation effects can be grouped into four categories.,
1. Entrance
2. Emphasis
@@ -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..d17554d3a8 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Tables.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/Working-with-Tables.md
@@ -8,7 +8,7 @@ keywords: PowerPoint, slide, table, format-table, rows, columns, pptx
---
# Working with PowerPoint Tables
-A [table](https://www.syncfusion.com/document-processing/powerpoint-framework/net/powerpoint-library/powerpoint-tables) in PowerPoint presentation is used to arrange document content in rows and columns. [ITable](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.ITable.html) instance represents a table in PowerPoint presentation. A table must contain at least one row.
+A [table](https://www.syncfusion.com/document-sdk/net-powerpoint-library/powerpoint-tables) in PowerPoint presentation is used to arrange document content in rows and columns. [ITable](https://help.syncfusion.com/cr/document-processing/Syncfusion.Presentation.ITable.html) instance represents a table in PowerPoint presentation. A table must contain at least one row.
N> Adding more than 75 rows/columns not supported in the PowerPoint presentation using Microsoft PowerPoint application. It shows alert when you attempt to insert a table with more than 75 rows/columns, which is one of the behaviors of Microsoft PowerPoint and Essential® Presentation does the same.
@@ -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..f63f486872 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-core-c-sharp.md
@@ -593,6 +593,6 @@ pptxDoc.Close();
{% endtabs %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md
index 90932c6f2f..a42c584e71 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-mvc.md
@@ -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.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-web-forms.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-web-forms.md
index f572dd9b0c..80664290d9 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-web-forms.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-asp-net-web-forms.md
@@ -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.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md
index 48049cc778..902828ee4d 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-blazor.md
@@ -8,7 +8,7 @@ documentation: UG
# Create PowerPoint Document in Blazor
-Syncfusion® Essential® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/net-core) used to create, read, and edit **PowerPoint** documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **create a PowerPoint document in Blazor**.
+Syncfusion® Essential® PowerPoint is a [.NET Core PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) used to create, read, and edit **PowerPoint** documents programmatically without **Microsoft PowerPoint** or interop dependencies. Using this library, a **create a PowerPoint document in Blazor**.
## Blazor Web App Server Application
@@ -786,7 +786,7 @@ Upon executing the program, the **PowerPoint document** will be generated as fol
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
@@ -1412,6 +1412,6 @@ N> While the PowerPoint library works in WASM Standalone app, server-side deploy
Kindly explore the [supported and unsupported features of PowerPoint library in Blazor](https://help.syncfusion.com/document-processing/powerpoint/powerpoint-library/net/supported-and-unsupported-features).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/blazor) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-linux.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-linux.md
index f08343d034..62e17ccb1a 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-linux.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-linux.md
@@ -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.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-mac.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-mac.md
index 7a0707cc7d..6863183dd2 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-mac.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-mac.md
@@ -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.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-maui.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-maui.md
index fd3131b639..b8ea07d2f8 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-maui.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-maui.md
@@ -7,7 +7,7 @@ documentation: UG
---
# Create, read and edit a PowerPoint file in .NET MAUI
-Syncfusion® Essential® Presentation is a [.NET MAUI PowerPoint library](https://www.syncfusion.com/powerpoint-framework/maui/powerpoint-library) used to create, read, and edit PowerPoint documents programmatically without Microsoft PowerPoint or interop dependencies. Using this library, you can create a PowerPoint document in .NET MAUI.
+Syncfusion® Essential® Presentation is a [.NET PowerPoint library](https://www.syncfusion.com/powerpoint-framework/maui/powerpoint-library) used to create, read, and edit PowerPoint documents programmatically without Microsoft PowerPoint or interop dependencies. Using this library, you can create a PowerPoint document in .NET MAUI.
## Steps to create PowerPoint file in .NET MAUI
@@ -709,6 +709,6 @@ saveService.SaveAndView("Output.pptx", "application/vnd.openxmlformats-officedoc
{% endtabs %}
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/maui) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-uwp.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-uwp.md
index 47fde43b39..fb11690440 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-uwp.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-uwp.md
@@ -8,7 +8,7 @@ documentation: ug
# Create, read and edit a PowerPoint file in UWP
-You can create or edit a PowerPoint file with the Syncfusion® [UWP PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp/powerpoint-library). The below are the steps.
+You can create or edit a PowerPoint file with the Syncfusion® [UWP PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in UWP
@@ -233,6 +233,6 @@ pptxDoc.Close();
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/UWP/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/uwp) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-windows-forms.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-windows-forms.md
index c1b61395e0..e8adf33339 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-windows-forms.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-windows-forms.md
@@ -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.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-winui.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-winui.md
index 462a0b2b4b..9fb32d637b 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-winui.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-winui.md
@@ -148,7 +148,7 @@ pptxDoc.Save(outputStream);
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/WinUI/WinUI-Desktop-app/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/winui) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
@@ -350,6 +350,6 @@ async void Save(MemoryStream stream)
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/WinUI/WinUI-UWP-app/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/winui) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-wpf.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-wpf.md
index d345cd064e..4b70333a36 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-wpf.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-wpf.md
@@ -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.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-xamarin.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-xamarin.md
index a3f0c80d95..af38977607 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-xamarin.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/create-read-edit-powerpoint-files-in-xamarin.md
@@ -8,7 +8,7 @@ keywords: Working with presentation library in Xamarin Platform
---
# Create, read and edit a PowerPoint file in Xamarin
-You can create or edit a PowerPoint file with the Syncfusion® [Xamarin PowerPoint library](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin/powerpoint-library). The below are the steps.
+You can create or edit a PowerPoint file with the Syncfusion® [Xamarin PowerPoint library](https://www.syncfusion.com/document-sdk/net-powerpoint-library). The below are the steps.
## Create a PowerPoint file in Xamarin
@@ -307,6 +307,6 @@ Xamarin.Forms.DependencyService.Get().SaveAndView("Output.pptx", "applica
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PowerPoint-Examples/tree/master/Getting-started/Xamarin/Read-and-edit-PowerPoint-presentation).
-Click [here](https://www.syncfusion.com/document-processing/powerpoint-framework/xamarin) to explore the rich set of Syncfusion® PowerPoint Library (Presentation) features.
+Looking for the full .NET PowerPoint Library component overview, features, pricing, and documentation? Visit the [.NET PowerPoint Library](https://www.syncfusion.com/document-sdk/net-powerpoint-library) page.
An online sample link to [create a PowerPoint Presentation](https://document.syncfusion.com/demos/powerpoint/default#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/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/NET/installation/offline-installer/how-to-download.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/offline-installer/how-to-download.md
index 3b103b28f5..bf009eb0e3 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/offline-installer/how-to-download.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/offline-installer/how-to-download.md
@@ -10,7 +10,7 @@ documentation: ug
# Downloading Syncfusion® PowerPoint offline installer
-[Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net) controls will be included in the Syncfusion® PowerPoint installer. You can either download the licensed installer or try our trial installer depending on your license.
+[Presentation](https://www.syncfusion.com/document-sdk/net-powerpoint-library) controls will be included in the Syncfusion® PowerPoint installer. You can either download the licensed installer or try our trial installer depending on your license.
- Trial Installer
- Licensed Installer
diff --git a/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/web-installer/how-to-download.md b/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/web-installer/how-to-download.md
index f4c9ec0847..b16bc5fa1e 100644
--- a/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/web-installer/how-to-download.md
+++ b/Document-Processing/PowerPoint/PowerPoint-Library/NET/installation/web-installer/how-to-download.md
@@ -10,7 +10,7 @@ documentation: ug
# Downloading Syncfusion® PowerPoint web Installer
-[Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net) controls will be included in the Syncfusion® PowerPoint installer. You can either download the licensed installer or try our trial installer depending on your license.
+[Presentation](https://www.syncfusion.com/document-sdk/net-powerpoint-library) controls will be included in the Syncfusion® PowerPoint installer. You can either download the licensed installer or try our trial installer depending on your license.
- Trial Installer
- Licensed Installer
diff --git a/Document-Processing/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-Azure.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-Azure.md
index eb8f1e2f2a..15684d6f85 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-Azure.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-Azure.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to Image in Azure Platform
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to image in Azure services** within a few lines of code.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, **convert a Word document to image in Azure services** within a few lines of code.
N> If this is your first time working with Azure, please refer to the dedicated Azure development resources. This section explains how to convert Word documents to image in C# using the .NET Word (DocIO) library in Azure.
diff --git a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core-WEB-API.md b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core-WEB-API.md
index 665cccfe8d..6d5a4904c7 100644
--- a/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/Word/Conversions/Word-To-Image/NET/Convert-Word-Document-to-Image-in-ASP-NET-Core-WEB-API.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to Image in ASP.NET Core Web API
-Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-processing/word-framework/net-core/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET Core Web API**.
+Syncfusion® DocIO is a [.NET Core Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to image in ASP.NET Core Web API**.
## Steps to convert Word document to Image in programmatically:
@@ -167,6 +167,6 @@ Upon executing the program, the **image** will be generated as follows.

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

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

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

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

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

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

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

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

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

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

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

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

-Click [here](https://www.syncfusion.com/document-processing/word-framework/xamarin) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
An online sample link to [convert Word document to 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..5cf3e80959 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-Pdf-in-Window-Forms.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-Document-to-Pdf-in-Window-Forms.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word document to PDF in Windows Forms
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Windows Forms**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert a Word document to PDF in Windows Forms**.
## Steps to convert Word document to PDF in Windows Forms
@@ -250,6 +250,6 @@ By executing the program, you will get the **PDF document** as follows.
{% endtabcontents %}
-Click [here](https://www.syncfusion.com/document-processing/word-framework/net) to explore the rich set of Syncfusion® Word library (DocIO) features.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md
index 5bd20ce9c3..3f14b44c7a 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/Convert-Word-document-to-PDF-in-Console-application.md
@@ -8,7 +8,7 @@ documentation: UG
# Convert Word to PDF in Console application
-Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-processing/word-framework/net/word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word to PDF in Console application**.
+Syncfusion® DocIO is a [.NET Word library](https://www.syncfusion.com/document-sdk/net-word-library) used to create, read, edit, and **convert Word documents** programmatically without **Microsoft Word** or interop dependencies. Using this library, you can **convert Word to PDF in Console application**.
## Convert Word to PDF using .NET Core and Latest
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/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..260c15a04c 100644
--- a/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf-linux-docker.md
+++ b/Document-Processing/Word/Conversions/Word-To-PDF/NET/word-to-pdf-linux-docker.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
An online sample link to [convert Word document to PDF](https://document.syncfusion.com/demos/word/wordtopdf#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Conversions/Word-To-PDF/NET/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..bad94d4a70 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-ASP-NET-Core-WEB-API.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-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..23e82fa2e3 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v1.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-v1.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-Document-in-Azure-Functions-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..26093887ff 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-MVC.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET-MVC.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET.md b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET.md
index d138f1bd5c..2ab4284403 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-ASP-NET.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-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..adae011eaa 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WPF.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-WPF.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-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..7502aaa216 100644
--- a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Windows-Forms.md
+++ b/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-Windows-Forms.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
An online sample link to [create a Word document](https://document.syncfusion.com/demos/word/helloworld#/tailwind) in ASP.NET Core.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Create-Word-document-in-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..1cc29367ac 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-Save-Word-Document-in-ASP-NET-Core-WEB-API.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-Save-Word-Document-in-ASP-NET-Core-WEB-API.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-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..e9c4352e8b 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-MVC.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET-MVC.md
@@ -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
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET.md b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET.md
index e6076ab9ec..415ceafa3b 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-ASP-NET.md
@@ -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
+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-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..b679313ba8 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v1.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Azure-Functions-v1.md
@@ -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.
+Looking for the full .NET Word Library overview, features, pricing, and documentation? Visit the [.NET Word Library](https://www.syncfusion.com/document-sdk/net-word-library) page.
diff --git a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-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..78aa77636c 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WPF.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-WPF.md
@@ -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
+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-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..67b2c6f642 100644
--- a/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Windows-Forms.md
+++ b/Document-Processing/Word/Word-Library/NET/Open-and-save-Word-document-in-Windows-Forms.md
@@ -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
+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-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..db08861e8d 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.
@@ -799,7 +799,7 @@ Customize the **chart axes** by changing the title, border, font, rotation angle
## Add Data Table
-To add a data table to a chart, enable the [HasDataTable](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WChart.html#Syncfusion_DocIO_DLS_WChart_HasDataTable) property of the [WChart](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.WChart.html) class. By default, it is false, hiding the data table. Setting this property to true displays the data table beneath the chart.
+To add a data table to a chart, enable the [HasDataTable](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WChart.html#Syncfusion_DocIO_DLS_WChart_HasDataTable) property of the [WChart](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.WChart.html) class. By default, it is false, hiding the data table. Setting this property to true displays the data table beneath the chart.
The following code example illustrates how to add data table for chart.
@@ -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..82e8757466 100644
--- a/Document-Processing/Word/Word-Library/NET/Working-with-Find-and-Replace.md
+++ b/Document-Processing/Word/Word-Library/NET/Working-with-Find-and-Replace.md
@@ -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.
@@ -23,142 +23,142 @@ The following table illustrates the supported overloads for Find and Replace fun
Finds the text based on specified string, taking into the consideration of caseSensitive and wholeWord options.
{{ '[Find first occurrence using string example.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-text-in-Word-document)' | markdownify }}
Finds the text based on specified regular expression.
{{ '[Find first occurrence using regex example.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-with-formatted-text)' | markdownify }}
Finds and returns all entries of the specified regular expression.
{{ '[Find all and replace text with merge field.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-with-merge-field)' | markdownify }}
Finds the next entry of the specified text from the specified text body item, taking into the consideration of caseSensitive and wholeWord options.
{{ '[Find next occurrence using string example.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next)' | markdownify }}
Finds the next entry of the specified regular expression from the specified text body item.
{{ '[Find next occurrence using regex example.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next-and-replace-with-formatted-text)' | markdownify }}
Finds the first entry of specified pattern of text in single-line mode which is extended to several paragraph in the document, taking into the consideration of caseSensitive and wholeWord options.
{{ '[Find first text using string that extend to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-find-next-paragraphs)' | markdownify }}
Finds the first entry of specified pattern of text in single-line mode which is extended to several paragraph in the document.
{{ '[Find first text using string that extend to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-extended-to-several-paragraphs)' | markdownify }}
Finds the next entry of the specified text from the specified text body item in single-line mode which is extended to several paragraph in the document, taking into the consideration of caseSensitive and wholeWord options.
{{ '[Find next using string that extended to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-find-next-paragraphs)' | markdownify }}
Finds the next entry of the specified pattern of text in single-line mode which is extended to several paragraph in the document.
{{ '[Find next using regex that extended to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next-multiline-text-and-replace-text)' | markdownify }}
Replaces all entries of given string in the document with another Word document, taking into consideration case sensitive, whole word options.
{{ '[Find and replace text with Word document.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-with-Word-document)' | markdownify }}
Replaces all entries of given string in the document with another Word document, taking into consideration case sensitive, whole word and formatting options.
{{ '[Find and replace text with Word document with formatting.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-with-Word-document)' | markdownify }}
Replaces all entries of given string in the document with TextBodyPart, taking into consideration case sensitive, whole word options.
{{ '[Find and replace text with image.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-with-image)' | markdownify }}
Replaces all entries of given string in the document with TextBodyPart, taking into consideration case sensitive, whole word and formatting options.
{{ '[Find and replace text with document element with formatting.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-with-body-part)' | markdownify }}
Replaces all entries of given string in the document with TextSelection, taking into consideration case sensitive and whole word options.
{{ '[Find and replace text with another selected text.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next-multiline-text-and-replace-text)' | markdownify }}
Replaces all entries of given string in the document with TextSelection, taking into consideration case sensitive, whole word and formatting options.
{{ '[Find and replace text with another selected text with formatting.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-with-formatted-text)' | markdownify }}
Replaces all entries of given string in the document with replace string, taking into consideration of case sensitive and whole word options.
{{ '[Find and replace text with another text.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-all)' | markdownify }}
Replaces all entries of given regular expression in the document with the another word document along with its formatting.
{{ '[Find and replace text with HTML.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-in-Word-with-HTML)' | markdownify }}
Replaces all entries of given regular expression in the document with the TextBodyPart.
{{ '[Replace text with content control.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-with-content-control)' | markdownify }}
Replaces all entries of given regular expression in the document with the TextBodyPart along with its formatting.
{{ '[Replace text in headers and footers.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-in-headers-and-footers)' | markdownify }}
Replaces the specified regular expression with a TextSelection in the document.
{{ '[Replace text within table.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-within-table)' | markdownify }}
Replaces all entries of the given System.Text.RegularExpressions.Regex with the replace string.
{{ '[Find and replace all using regex.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-pattern-text-with-normal-text)' | markdownify }}
Replaces all entries of given string which is extended to several paragraphs in the document with TextBodyPart, taking into consideration case sensitive, whole word options.
{{ '[Find and replace multiple paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-multiple-paragraphs)' | markdownify }}
Replaces all entries of given string which is extended to several paragraph in the document with TextSelection, taking into consideration case sensitive and whole word options.
{{ '[Replace text with another formatted text.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-next-and-replace-with-formatted-text)' | markdownify }}
Replaces all entries of given string which is extended to several paragraphs in the document with replace string, taking into consideration of case sensitive and whole word options.
{{ '[Replace paragraphs with text.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-paragraphs-with-text)' | markdownify }}
Replaces all entries of given regular expression text which is extended to several paragraph in the document with the TextBodyPart.
{{ '[Find and replace text with page break.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Find-and-replace-text-with-page-break)'| markdownify }}
Replaces all entries of given regular expression text which is extended to several paragraph in the document with the TextSelection.
{{ '[Replace text extended to several paragraphs.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-text-extended-to-several-paragraphs)' | markdownify }}
Replaces all entries of the specified pattern text, which is extended to several paragraph, with replace text.
{{ '[Replace multiline text with single line.](https://github.com/SyncfusionExamples/DocIO-Examples/tree/main/Find-and-Replace/Replace-multiline-text-with-single-line)' | markdownify }}
@@ -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/mail-merge-faqs.md b/Document-Processing/Word/Word-Library/NET/faqs/mail-merge-faqs.md
index 22962a3e9b..7905d654a3 100644
--- a/Document-Processing/Word/Word-Library/NET/faqs/mail-merge-faqs.md
+++ b/Document-Processing/Word/Word-Library/NET/faqs/mail-merge-faqs.md
@@ -188,7 +188,7 @@ if (!(dynamicObject as IDictionary).ContainsKey(node.LocalName))
If you perform mail merge in stages, such as merging some fields first and others later, unused merge fields may be removed after the first execution. This happens because DocIO clears unused fields by default.
-To resolve this, set the [ClearFields](https://help.syncfusion.com/cr/file-formats/Syncfusion.DocIO.DLS.MailMerge.html#Syncfusion_DocIO_DLS_MailMerge_ClearFields) property to false before the first merge to retain all merge fields for later use.
+To resolve this, set the [ClearFields](https://help.syncfusion.com/cr/document-processing/Syncfusion.DocIO.DLS.MailMerge.html#Syncfusion_DocIO_DLS_MailMerge_ClearFields) property to false before the first merge to retain all merge fields for later use.
The following example demonstrates how to prevent merge fields from being removed during multiple mail merge operations.
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/angular/restrict-editing.md b/Document-Processing/Word/Word-Processor/angular/restrict-editing.md
index 6ff239e998..4d38e16330 100644
--- a/Document-Processing/Word/Word-Processor/angular/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/angular/restrict-editing.md
@@ -1,44 +1,307 @@
---
layout: post
-title: Restrict editing in Angular Document editor component | Syncfusion
-description: Learn here all about Restrict editing in Syncfusion Angular Document editor component of Syncfusion Essential JS 2 and more.
+title: Restrict Editing in Angular DOCX Editor | Syncfusion
+description: Learn how to enable Restrict Editing in the Angular DOCX Editor to securely manage document access and control user modifications.
platform: document-processing
control: Restrict editing
documentation: ug
domainurl: ##DomainURL##
---
-# Restrict Editing in Angular Document editor component
+# Restrict Editing in Angular DOCX Editor
-Document Editor provides support to restrict editing. When the protected document includes range permission, then unique user or user group only authorized to edit separate text area.
+Syncfusion® Angular DOCX Editor (Document Editor) provides support for restricting editing within a document. It enables control over how and where content can be modified. This helps limit editing so only specific sections of the document can be changed.
-## Set current user
+## Configure on client side
-You can use the `currentUser` property to authorize the current document user by name, email, or user group name.
+Document Editor provides options to protect and unprotect a document using the [enforceProtection](https://ej2.syncfusion.com/angular/documentation/api/document-editor/editor#enforceprotection) and [stopProtection](https://ej2.syncfusion.com/angular/documentation/api/document-editor/editor#stopprotection) APIs, enabling various restricting editing operations.
-The following code shows how to set currentUser
+### Read only mode
-```typescript
-this.container.documentEditor.currentUser = 'engineer@mycompany.com';
-```
+Document Editor supports protecting a document in read-only mode, where users can only view the content without making changes.
+
+The following example code illustrates how to enforce or remove read-only protection in the Document Editor.
-## Highlighting the text area
+{% tabs %}
+{% highlight ts tabtitle="app.component.ts" %}
-You can highlight the editable region of the current user using the `userColor` property.
+import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documenteditor'
+import { Component, ViewChild } from '@angular/core';
+import { ToolbarService, DocumentEditorContainerComponent } from '@syncfusion/ej2-angular-documenteditor';
+@Component({
+imports: [
+ DocumentEditorContainerModule
+ ],
+standalone: true,
+ selector: 'app-container',
+ // specifies the template string for the DocumentEditorContainer component
+ template: `
+
+ `,
+ providers: [ToolbarService]
+})
+export class AppComponent {
+ @ViewChild('document_editor')
+ public container?: DocumentEditorContainerComponent;
-The following code shows how to set userColor.
+ onCreated() {
+ if ((this.container as DocumentEditorContainerComponent ).documentEditor.isDocumentLoaded) {
+ let sfdt : any= {"sfdt":"UEsDBAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAc2ZkdO1aS28bNxD+K4vtVQj0ft3qV5zEdozYSREkPlArrpYW99El145iGCiSUy8FCqRFDw3QWw9F0QAN0KCX/hgDDtr0R3SGpKRdWVLkWJUcIDLgITl8zHxDfuRy98QOI8l89pTuuW1pN2Wc0JxNvJbddAkXNGcL6tjNRycoo9huntjRsd2sFoo5O/LsZq0BCe5DAmRspDSyZaTXtpulas52jWy7kd3MgwypTrSYFjCSvUOPd0mH2jmbBq7dhOYuSlDHrC+pkswN7GYBJNUy6gQCOvg8Ji3mQPvACblQGvrlsZK8JR3VVGseHZzCoMq7yEXXWu1YoJRg1gnouNQy7mjZMnlPiyMUWIyj1AE2kCXoXUgwyN6kpM2CjlUAUziaruo6aiBXPNVNXMjaq4SzVsygHpQjFlqDqbTOJSP5wKUjJZkCGI0p5xY7puQRRqF9RAOZxNT6Ioy7wlrtOZwK+xQgvyLaLgv0NEK4q320d8LYJ3wi1MWhn8WxuIxUmOZEzpIetVzmSCZZmAjLCf2IBD0rDKxjjzme0o+2FcSPOLXaRJIWEVRYBFSYaucsBjmLk7hDc5afcMkCAj0HhFs+CRKXONAPTiUz0A2E8QCAUfZ7Csurz+LpOBrQDjCAtrv4IekS3KRL8NONlhHPaOGenuIETi/AgiGmfebD4oBdwLoXwuxPEVRhQFAX67C2qpIvVjCNqVIJU0hOOq2pbEzvhtLGacYqwIkrQcSRv9Q2pqVrpCR6ExRKEC3MBsaFVNmQD/ZLsz13cdR++jgYpI+d/mY+jIErjEXS5Wh4HygoactjTapmg6Rmz/XAahuwEEa6vjYk0qLtSV+b5LraUqQoVSBkT7a0Tnq+jrNjBM6Ruy4wKG7zPjl0hVZwNQFRy4EAMQZyuLdYW6zjSShDZs4X8xv5EvzHv7JKlW3cWrAxJbPUcsTUWjA9XYTLvg2UC7XO37w5e/b67NkfZ8+fnz37bWDNJgkg3va7n7/99+VX1j+///TuxXe6GA8jb3/9+u2ff6Uro0fn3796+/rV+Q/f/P3LCyjFE8vYGbhJW/FYxb5HcB18HnQECQiqoHBdeli40yMcAVihyrAHMM/amL+ZHGJne16cSNy573g+5rfDkK+Eser2DtaE8ZKgo1vECWTvEXKEDVa1S+tJ5FGfYYVVj2IXuxzcgjNbQKWFRWGXYmAfMob2bDMnDkXoSushs1YIU4PvM1wdKd0mA8YgPaKdQyu2H1grIcfKa/RIFQDSilX2KUe7bpJEEl/1RnAW2ltEetjBXi/Gk+S6kOBWh/LQWm9TIVB1N+5hV3dgSmkft3nPVwWxZF0s2CJhCAVrYXfVgy1b9ccCWMP2LdEFrIi1G0rVMlT4ogAzSTDw7QGjcmzU7sMsyDiNBUmMSNNQxabHXUIDNSX8QJ1lmfJ4JekglFuUcnJM2pRa929hcRiFmQ5vexD0TYpW3CYKNBQBFdTap09wBm4xgdjt0U5oOtnu6XnQI4FP4n69na6CYR0Wnq+A404XJxdDZie65V3hk3SdXY8gIihEZAIRTAgEqA4nq+gkFUzUUSv2CacZEPYJcAXVmiSjwWAobaLUrgqgMR8J0mfBTFSUJo7KTCRUmYmEKjOQELDG+Y8vZySe91FOf34ZoulnDb2shnGbXY1d1kgS7FJYPp/IZa7k0o/UJ0q51pSibgfwOGjjnPlsw/xsdVLuDShmcF42h6urHC/x4Fg3B8cbhXIDf7VqoVIvlIvDg+SFp+SRO4F5XAQET4au9fkufSkyB2fVzUtRn4sLk579q9krj8FhzFUxKa7XyisViMnwQaM6CsCwSRqGVGkGjFT5mOL3AFOcHzDF/izI1xqFarVayddqxXyjXMs+TxQn4VaajttGpdyoZnArLRG30sJxK027a5qMW2GjVKuWMrgVl4hbeeG4lS/ixvrPqrPNN9ZKNVgSbpWF41aZztpTlueyMKouHKPqpTBKL8VFY7RGXZJwae2SmHRiEnnWRhhIDVihf112YXOAEzCJs5WuK1m3Jjt5gbsnu3XtuPQSbpXHuXVNqe4SblXGRmv5THQJF6qXdGFRRDGjCzSeD7EaqoS+zM0/8GwJtue2vsGVh4p3JV7iqrd2sHdX6xl1pa8+SF3xK7ozdmbNHgu7QjhvfjOisBGG8mNAwdiZNXtuKMCDd0o3LzTM21VHXHyBkPFtZPTRNVaboz3T35YUs29L3nNEqH3Y8VNTwCVXugnj8HVYGp/+NJh2gqp96BZyFXNnJNH6NQ1wfdJzWf5GZSpmJfWbY4jrs4S4Pvnw838aPGOQG9c0yI1pq3g50W7MEu3G9AW9tLAfIJ74ah6iwLV0fC1jk32iJfM7QgcXP786scXVPxoY/657pk8JTgY5/cXO48cJ7J8l84GMcx2NK/eNCxb7McunaH000Tr9D1BLAQIUAAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAAAAAAAAAAAAAAAAAAABzZmR0UEsFBgAAAAABAAEAMgAAADkHAAAAAA=="};
+ (this.container as DocumentEditorContainerComponent).serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/';
+ //Open the default document in Document Editor
+ (this.container as DocumentEditorContainerComponent).documentEditor.open(sfdt);
+ }
+ }
+ enforceProtection() {
+ //enforce protection
+ (this.container as DocumentEditorContainerComponent).documentEditor.editor.enforceProtection('123', 'ReadOnly');
+ }
+
+ stopProtection() {
+ //stop the document protection
+ (this.container as DocumentEditorContainerComponent).documentEditor.editor.stopProtection('123');
+ }
+}
-```typescript
-this.container.documentEditor.userColor = '#fff000';
-```
+{% endhighlight %}
+{% endtabs %}
+
+### Form filling mode
+
+Document Editor supports protecting a document with form-filling restrictions, allowing users to edit only form fields.
+
+The following example code illustrates how to enforce or remove form-filling restrictions in the Document Editor.
+
+{% tabs %}
+{% highlight ts tabtitle="app.component.ts" %}
+
+import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documenteditor'
+import { Component, ViewChild } from '@angular/core';
+import { ToolbarService, DocumentEditorContainerComponent } from '@syncfusion/ej2-angular-documenteditor';
+@Component({
+imports: [
+ DocumentEditorContainerModule
+ ],
+standalone: true,
+ selector: 'app-container',
+ // specifies the template string for the DocumentEditorContainer component
+ template: `
+
+ `,
+ providers: [ToolbarService]
+})
+export class AppComponent {
+ @ViewChild('document_editor')
+ public container?: DocumentEditorContainerComponent;
+
+ onCreated() {
+ if ((this.container as DocumentEditorContainerComponent ).documentEditor.isDocumentLoaded) {
+ let sfdt : any= { "sfdt": "UEsDBAoAAAAIAGlfyVyMVz+kgAMAAL0ZAAAEAAAAc2ZkdM1YW2+bMBT+K5H3GlUBEgi8Vd2iPexSbXmYVOXBgB2smsvAbdpGkab91P2S+QYJzaW0TQhRpM/BHJ/P5/t8gliCNGMkJk/oJw4Z8Fh+h/oARj7wMKQF6oMCBcC7WQrMcuAtQbYAnm2YfZBFwHNcPqAxH3DMNTKNvsYoBJ5l9wHWGOIMeAOOKVIDnyjgmcA3tLiGcwT6ACUYeDwcC+TTOSkRSSQ4AZ7BESnM5knBF7jMoU8CHp8EKS3kDPq9kEh9FshQNXMzW/GkcncZFlvzw7wQyDitJZ+jTGE+V+jr35GCewEcC5YI4mkeQ8rzUsFTTgRqVaKLya8QmW37OqOZWALGyOuBVX/XLZhJ6hFGpUxYFHQJRPIpemCGqJncJ+cHgOClkBG5KRkeU1X6ezUlKrpa7U7o36qQ9frVfRXjyfcfX6effk1rU4KpuXtNFfXvz9/N74ENGweoGTVqM3FnmzKeOuGLbrkMwxwVxdsNY57YMGZ3DWMKw8xEcWTJZ5XIVd8j1QgXTzzWEOXj0VeQEj8nvBR3crOF2rMPVbFVf+EhIrsKEqONMBisV8awNoV5q0MbVzjxdxmMkkR3TIVYI1Nk/UICVKB7JdUbSmnVmjXbW5G1HC+SarwISn+tHYwLzYhhqgYhW6jur1sw0l090sYqSoPFKn+mIIyYdiDGimCQxpmu/CPzNUtRByD+Pj5M5AfI4/Uoz0/tkOnF31fV5+c0eVinEP4TGT8jGJJk3jOOlfRFKcV/8qaWFwPHNWzbHg0cxxy4Q6currHd4pTT7brTe1/IPGJCGVlfczIaujZ4Zt71TXUL6+vqf3aj1W0WqHcVwRy8UMXyJnWM26H7EWF4R1nvGuZwnsMs6k3ShFXc9kzXOK6eb8RszQ6vc4O5zw1Wu24wm7jB3O8G61xuKLlZHRXY2iewebBixsRybOuIAltNBLb2C3w6ug0FHnZU4OG2wGT94NfeCR42EXi4S+BT020o8KijAo92nOAWdR010XW08+CeVU67o3Lar5Lz6H3YbiKn/Uo5W2i/TkfldN7Wfo+uq9NEV+et7bcFgccdFXi87wFqcDE6WDNLfo4o8biJxOP9j1CnJNxQZLejIruHTvF51HabqO0ePtBdkB3lx9F89+uq7ZcytYLK2mkWJalJmrLzk9IsxCtIKl8r88WowiBWmOufDwpJPC/ksv8BUEsBAhQACgAAAAgAaV/JXIxXP6SAAwAAvRkAAAQAAAAAAAAAAAAAAAAAAAAAAHNmZHRQSwUGAAAAAAEAAQAyAAAAogMAAAAA" };
+ (this.container as DocumentEditorContainerComponent).serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/';
+ //Open the default document in Document Editor
+ (this.container as DocumentEditorContainerComponent).documentEditor.open(sfdt);
+ }
+ }
+ enforceProtection() {
+ //enforce protection
+ (this.container as DocumentEditorContainerComponent).documentEditor.editor.enforceProtection('123', 'ReadOnly');
+ }
+
+ stopProtection() {
+ //stop the document protection
+ (this.container as DocumentEditorContainerComponent).documentEditor.editor.stopProtection('123');
+ }
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+### Comments only mode
+
+Document Editor supports protecting a document in comments-only mode, allowing users to add or edit comments only.
+
+The following example code illustrates how to enforce and remove comments-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight ts tabtitle="app.component.ts" %}
+
+import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documenteditor'
+import { Component, ViewChild } from '@angular/core';
+import { ToolbarService, DocumentEditorContainerComponent } from '@syncfusion/ej2-angular-documenteditor';
+@Component({
+imports: [
+ DocumentEditorContainerModule
+ ],
+standalone: true,
+ selector: 'app-container',
+ // specifies the template string for the DocumentEditorContainer component
+ template: `
+
+ `,
+ providers: [ToolbarService]
+})
+export class AppComponent {
+ @ViewChild('document_editor')
+ public container?: DocumentEditorContainerComponent;
+
+ onCreated() {
+ if ((this.container as DocumentEditorContainerComponent ).documentEditor.isDocumentLoaded) {
+ let sfdt : any= {"sfdt":"UEsDBAoAAAAIALBkyVwLdNuZlgcAANcqAAAEAAAAc2ZkdO1aT2/cNhb/KgJ7dYMZzYzmz6127LqJnRiJm6Lb+sCRyBFjSdSKlJ2pEaBIT70UWKC72MMW2NseFosWaIEt9rIfJkCC3fZD9D2S8vzxzGRcT2dcIBMjT+KjyPd+7/FHiuIFkbkWqfiMPeaRJj1dlGyL0LhPepwmim0RxULS++QCZV6Q3gXJz0kvqPtbJI9Jr92FiySFC5CFk9rJvpNxRHqNYItwJyOek14NpGT2oi+sgJ7IA3Z+RAeMbBGWcdKDxzlKUBeiksxIwTPSq4NkVuaDTEED7xW0L0J4PgtlooyG/fHcyKSvQ/Oo1Xxy8hw6Nd7lHF3rR4VCqcGsC9Al2spiYGXf3cdWnKHAYuylA7CBbEDrSoNBZJ/RSGQDrw6mJGi6qRuajrj6zD7C4Zbs0ET0CwH1oByxsBq8GtdxOnWfcTZVMlEAvQnj3Hr71EmOUYjOWKbLgnkfyeJUeTvDMGGKPAfIb4g2F5lNI4Q7qNB+IIuUJnOh9kd++jNxmaqwyIktT8fMI+iIaQG7CrXNKwEpTqK0y89k+yyI+ED0WdnvsKgc1V/UIxehFlrIUl1tv76C9r1QpjnNhp7MvPNYhLHxZdpPRdM8YV5ENe1TxZRHQYVX0ZYn4M5LaDFgW15aJlpkFOzNaOKlNCs5DaEdTHvX0R0M+QkE0VgWm7jffMQtjrkL8AkmG+Hr75JtwE22AT95vol45mv39Dkm8PjQqjsSPRYpDA6YsbxHErJ/jEzrl2R6tY6ITJWa38JrvGo08AqJ1F5b2p3RuqPfWZqZCnDiRhAlyLVmyrWSO6mpnbCVEdQKN9kmynKhTC7ndreUOMVeq+vz7PL6PKwWHqMYcOUs0jxBwyugoCTS53YCcJM5c+uDGKwmgIVykqfWkNyKKNapNYlzaylSlClQeqj7Vqfj1MY5dAJz5CEHXsYlSUqfcmUViUlA1CZAgBgDPZoHvQMxiDWUIefW/NperQH/47+muWoatsaHGV2mVqgW1oL05AgXuQeUC7Ve/fjjyxc/vHzx75dffPHyxbeX1uzTDOJNfvrHn37+5nPv/9///aev/2yLceH0+l9fvv7Pf8cro0ev/vLd6x++e/XXr/73z6+hFFdXMzNwn/WLmYrjmOI4eC8bKJpRVEHhro6x8MGQJgjANjOGPYE8i/D+/fIpNvY4LkqNq4z7cYr3h1Im27Iwzd7HmtBfmQ3sE0UJt48oPcMHdqxLu2Ues1RghZ2YYRNHCbgF68uMaQ+L5CnDwH4sBNpzKMJCKsm197HwtqkwnR8LHB1jun0BjEGH1DqHVhw+8bZlgpXvsjNTAEgbVjlmCdr1Pi01TU1rFLOQHFAdYwOPhwWueneVBrcGLJHebsSUQtXDYohN3YeUsj4eJsPUFBRanGLBAZUSCu7K050YpmzTnshgDJMP1ClgRb0jqc2T0uCLAsyk2aVvTwTTM6P2IWTBhNNYUBaINJMmNsOEU5aZlEgzs+4WxuPtcoBQHjCW0HMaMeZ9+AEWy1xONHgvhqDvM7TiHjWgociYYt4xe4YZeCAUYveYDaRr5HBo82BIs5QWVb0HpwaGXRh4qQEuCU8xuQQyO7VPPlQpHa9zFFNEBIXKXSCyOYEA1dP5KjZPBYk6bcUxTdgECMcUuIJZTTmhwWAYbWnU3ATQmY8EmYpsKSoaJ47WUiTUWoqEWkuQELDGq799syTxvIlyqvxyRFPdOnrZkUUkbsYud2mZHTEYPm/JZaXkUkXqLaXcakoxOxm4HCSYM+/suR8xK+XhJcVcrpfd4uomy0tcOHbcwvFOvdnFXzuotzr1pj9aSF55o5/av1jFpkX2bORaxXfjGzgrcNbsEvl2XVyft08RTG7PXC7GuImJv9tubrcgJqMXjWAagNEj4zCMlU6AMVY+o/gNwPirA8avsqDW7taDIGjV2m2/1m22J98n/Hm4NRbjttdqdoMJ3BobxK2xdtwai/bF5uNW32u0g8YEbv4GcWuuHbfmVdxE9a66XL6J/tgDG8KttXbcWotZe8Hw3BRGwdoxCq6F0fhQXDdGdxmnZaK9I1rQQUHz2NuTmbaA1avtsiuTA6yAaTFZ6baSdX++k1e4e75bt45Lr+FWc5Zbt5TqruFWa2a0Ns9E13AhuKYL6yKKJV1gxWqI1VEltOV2/oFnGzA9R3YHVz81vKtxE9d8YYS5O+hMqFuV+mRsi9/QnbNz0uyZsBuEa+63JAp7UurfAwrOzkmzV4YCvHiP6VaFhvsSHKqrHxAmfJvqfXqMtVdoz+KvJf7k15I3LBHav275aSngmiPdhXH0OWwcnyoNFq2g2r92CrmJuUuSaOeWBrgz772sdqe1ELOG+a0wxJ1lQtyZv/j5LQ1eMsjdWxrk7qJRvJlod5eJdnfxgN5Y2E8QT/w0D1FIrAxTe6BnwfEYqIxb5SWDmaBUZkLGA2/Er/nBuzX46x7X/V6j3au173Rq/h9IdTTMnhWyx2ceMQ5zYoSHdGRGi6HHZeGljGaAlzvoErnsCe3hAbhyJj6zUqQDZRMOj69dEHXzgwyzv78vdbxhdMTIOvjppyXM6Q3nS3gbjWtWxmXrPWDzNlq/m2g9/wVQSwECFAAKAAAACACwZMlcC3TbmZYHAADXKgAABAAAAAAAAAAAAAAAAAAAAAAAc2ZkdFBLBQYAAAAAAQABADIAAAC4BwAAAAA="};
+ (this.container as DocumentEditorContainerComponent).serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/';
+ //Open the default document in Document Editor
+ (this.container as DocumentEditorContainerComponent).documentEditor.open(sfdt);
+ }
+ }
+ enforceProtection() {
+ //enforce protection
+ (this.container as DocumentEditorContainerComponent).documentEditor.editor.enforceProtection('123', 'ReadOnly');
+ }
+
+ stopProtection() {
+ //stop the document protection
+ (this.container as DocumentEditorContainerComponent).documentEditor.editor.stopProtection('123');
+ }
+}
+
+{% endhighlight %}
+{% endtabs %}
+
+### Track changes only mode
+
+Document Editor supports protecting a document in revisions-only mode, allowing users to view the document and make corrections while tracking all changes. Users cannot accept or reject tracked changes; only the author can review and finalize them later.
+
+The following example code illustrates how to enforce and remove revisions-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight ts tabtitle="app.component.ts" %}
+
+import { DocumentEditorContainerModule } from '@syncfusion/ej2-angular-documenteditor'
+import { Component, ViewChild } from '@angular/core';
+import { ToolbarService, DocumentEditorContainerComponent } from '@syncfusion/ej2-angular-documenteditor';
+@Component({
+imports: [
+ DocumentEditorContainerModule
+ ],
+standalone: true,
+ selector: 'app-container',
+ // specifies the template string for the DocumentEditorContainer component
+ template: `
+
+ `,
+ providers: [ToolbarService]
+})
+export class AppComponent {
+ @ViewChild('document_editor')
+ public container?: DocumentEditorContainerComponent;
+
+ onCreated() {
+ if ((this.container as DocumentEditorContainerComponent ).documentEditor.isDocumentLoaded) {
+ let sfdt : any= {"sfdt":"UEsDBAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAc2ZkdO1aS28bNxD+K4vtVQj0ft3qV5zEdozYSREkPlArrpYW99El145iGCiSUy8FCqRFDw3QWw9F0QAN0KCX/hgDDtr0R3SGpKRdWVLkWJUcIDLgITl8zHxDfuRy98QOI8l89pTuuW1pN2Wc0JxNvJbddAkXNGcL6tjNRycoo9huntjRsd2sFoo5O/LsZq0BCe5DAmRspDSyZaTXtpulas52jWy7kd3MgwypTrSYFjCSvUOPd0mH2jmbBq7dhOYuSlDHrC+pkswN7GYBJNUy6gQCOvg8Ji3mQPvACblQGvrlsZK8JR3VVGseHZzCoMq7yEXXWu1YoJRg1gnouNQy7mjZMnlPiyMUWIyj1AE2kCXoXUgwyN6kpM2CjlUAUziaruo6aiBXPNVNXMjaq4SzVsygHpQjFlqDqbTOJSP5wKUjJZkCGI0p5xY7puQRRqF9RAOZxNT6Ioy7wlrtOZwK+xQgvyLaLgv0NEK4q320d8LYJ3wi1MWhn8WxuIxUmOZEzpIetVzmSCZZmAjLCf2IBD0rDKxjjzme0o+2FcSPOLXaRJIWEVRYBFSYaucsBjmLk7hDc5afcMkCAj0HhFs+CRKXONAPTiUz0A2E8QCAUfZ7Csurz+LpOBrQDjCAtrv4IekS3KRL8NONlhHPaOGenuIETi/AgiGmfebD4oBdwLoXwuxPEVRhQFAX67C2qpIvVjCNqVIJU0hOOq2pbEzvhtLGacYqwIkrQcSRv9Q2pqVrpCR6ExRKEC3MBsaFVNmQD/ZLsz13cdR++jgYpI+d/mY+jIErjEXS5Wh4HygoactjTapmg6Rmz/XAahuwEEa6vjYk0qLtSV+b5LraUqQoVSBkT7a0Tnq+jrNjBM6Ruy4wKG7zPjl0hVZwNQFRy4EAMQZyuLdYW6zjSShDZs4X8xv5EvzHv7JKlW3cWrAxJbPUcsTUWjA9XYTLvg2UC7XO37w5e/b67NkfZ8+fnz37bWDNJgkg3va7n7/99+VX1j+///TuxXe6GA8jb3/9+u2ff6Uro0fn3796+/rV+Q/f/P3LCyjFE8vYGbhJW/FYxb5HcB18HnQECQiqoHBdeli40yMcAVihyrAHMM/amL+ZHGJne16cSNy573g+5rfDkK+Eser2DtaE8ZKgo1vECWTvEXKEDVa1S+tJ5FGfYYVVj2IXuxzcgjNbQKWFRWGXYmAfMob2bDMnDkXoSushs1YIU4PvM1wdKd0mA8YgPaKdQyu2H1grIcfKa/RIFQDSilX2KUe7bpJEEl/1RnAW2ltEetjBXi/Gk+S6kOBWh/LQWm9TIVB1N+5hV3dgSmkft3nPVwWxZF0s2CJhCAVrYXfVgy1b9ccCWMP2LdEFrIi1G0rVMlT4ogAzSTDw7QGjcmzU7sMsyDiNBUmMSNNQxabHXUIDNSX8QJ1lmfJ4JekglFuUcnJM2pRa929hcRiFmQ5vexD0TYpW3CYKNBQBFdTap09wBm4xgdjt0U5oOtnu6XnQI4FP4n69na6CYR0Wnq+A404XJxdDZie65V3hk3SdXY8gIihEZAIRTAgEqA4nq+gkFUzUUSv2CacZEPYJcAXVmiSjwWAobaLUrgqgMR8J0mfBTFSUJo7KTCRUmYmEKjOQELDG+Y8vZySe91FOf34ZoulnDb2shnGbXY1d1kgS7FJYPp/IZa7k0o/UJ0q51pSibgfwOGjjnPlsw/xsdVLuDShmcF42h6urHC/x4Fg3B8cbhXIDf7VqoVIvlIvDg+SFp+SRO4F5XAQET4au9fkufSkyB2fVzUtRn4sLk579q9krj8FhzFUxKa7XyisViMnwQaM6CsCwSRqGVGkGjFT5mOL3AFOcHzDF/izI1xqFarVayddqxXyjXMs+TxQn4VaajttGpdyoZnArLRG30sJxK027a5qMW2GjVKuWMrgVl4hbeeG4lS/ixvrPqrPNN9ZKNVgSbpWF41aZztpTlueyMKouHKPqpTBKL8VFY7RGXZJwae2SmHRiEnnWRhhIDVihf112YXOAEzCJs5WuK1m3Jjt5gbsnu3XtuPQSbpXHuXVNqe4SblXGRmv5THQJF6qXdGFRRDGjCzSeD7EaqoS+zM0/8GwJtue2vsGVh4p3JV7iqrd2sHdX6xl1pa8+SF3xK7ozdmbNHgu7QjhvfjOisBGG8mNAwdiZNXtuKMCDd0o3LzTM21VHXHyBkPFtZPTRNVaboz3T35YUs29L3nNEqH3Y8VNTwCVXugnj8HVYGp/+NJh2gqp96BZyFXNnJNH6NQ1wfdJzWf5GZSpmJfWbY4jrs4S4Pvnw838aPGOQG9c0yI1pq3g50W7MEu3G9AW9tLAfIJ74ah6iwLV0fC1jk32iJfM7QgcXP786scXVPxoY/657pk8JTgY5/cXO48cJ7J8l84GMcx2NK/eNCxb7McunaH000Tr9D1BLAQIUAAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAAAAAAAAAAAAAAAAAAABzZmR0UEsFBgAAAAABAAEAMgAAADkHAAAAAA=="};
+ (this.container as DocumentEditorContainerComponent).serviceUrl = 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/';
+ //Open the default document in Document Editor
+ (this.container as DocumentEditorContainerComponent).documentEditor.open(sfdt);
+ }
+ }
+ enforceProtection() {
+ //enforce protection
+ (this.container as DocumentEditorContainerComponent).documentEditor.editor.enforceProtection('123', 'ReadOnly');
+ }
+
+ stopProtection() {
+ //stop the document protection
+ (this.container as DocumentEditorContainerComponent).documentEditor.editor.stopProtection('123');
+ }
+}
+
+{% endhighlight %}
+{% endtabs %}
-You can toggle the highlight the editable region value using the "highlightEditableRanges" property.
+### Format restrictions
-The following code shows how to toggle the highlight editable region value.
+Enforces document protection using the specified credentials. In the [enforceProtection](https://ej2.syncfusion.com/angular/documentation/api/document-editor/editor#enforceprotection-1) method, the second parameter represents limitToFormatting, and the third parameter represents isReadOnly.
-```typescript
-container.documentEditor.documentEditorSettings.highlightEditableRanges = true;
-```
+{% tabs %}
+{% highlight ts tabtitle="app.component.ts" %}
+
+this.container.documentEditor.editor.enforceProtection('password', true, true);
+
+{% endhighlight %}
+{% endtabs %}
+
+## Configure on server side
+
+The above-mentioned hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service as shown below.
+
+The Document Editor client requires a server-side API to generate a hash from the specified password and salt values, which is necessary for the restrict editing functionality.
+
+For more information on configuring restrict editing on the server side, refer to the following:
+
+- [Web Service for Restrict editing in ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/angular/web-services/core#restrict-editing)
+
+- [Web Service for Restrict editing in ASP.NET MVC](https://help.syncfusion.com/document-processing/word/word-processor/angular/web-services/mvc#restrict-editing)
+
+- [Web Service for Restrict editing in Java](https://help.syncfusion.com/document-processing/word/word-processor/angular/web-services/java#restrict-editing)
+
+## Set current user
+
+The [currentUser](https://ej2.syncfusion.com/angular/documentation/api/document-editor-container/documenteditor#currentuser) property can be used to authorize the current document user by name, email, or user group.
+
+The following code example demonstrates how to set the currentUser.
+
+{% tabs %}
+{% highlight ts tabtitle="app.component.ts" %}
+
+this.container.documentEditor.currentUser = 'engineer@mycompany.com';
+
+{% endhighlight %}
+{% endtabs %}
+
+## Protect document with editable region
+User can select a specific section and mark it as an editable region, allowing modification only in that part. The rest of the document remains protected from any changes.
+
+### Insert editable region
+Use the [insertEditingRegion](https://ej2.syncfusion.com/angular/documentation/api/document-editor/editor#inserteditingregion) method to mark specific paragraphs as editable.This allows you to control editing by giving access to all users or only selected users.
+
+The following example shows how to insert an editable region.
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+// Allow editing for all users
+this.container.documentEditor.editor.insertEditingRegion();
+
+// pass a username to restrict access
+this.container.documentEditor.editor.insertEditingRegion("User Name");
+
+{% endhighlight %}
+{% endtabs %}
+
+### Highlight color for editable region
+
+The [userColor](https://ej2.syncfusion.com/angular/documentation/api/document-editor-container/index-default#usercolor) property can be used to highlight the editable region of the current user.
+
+The following code example demonstrates how to set the userColor.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+this.container.documentEditor.userColor = '#fff000';
+
+{% endhighlight %}
+{% endtabs %}
+
+### Enable or disable editable region highlighting
+
+The [highlightEditableRanges](https://ej2.syncfusion.com/angular/documentation/api/document-editor-container/documenteditorsettingsmodel#highlighteditableranges) property can be used to toggle the highlighting of editable regions.
+
+The following code example demonstrates how to enable or disable editable region highlighting.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+this.container.documentEditor.documentEditorSettings.highlightEditableRanges = true;
+
+{% endhighlight %}
+{% endtabs %}
## Restrict Editing Pane
@@ -64,14 +327,4 @@ The following code shows Restrict Editing Pane. To unprotect the document, use p
{% previewsample "/document-processing/samples/document-editor/angular/document-editor-container-cs1" %}
-> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property.
-
-## Online Demo
-
-Explore how to restrict editing and protect Word documents in the Angular Document Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/angular/#/tailwind3/document-editor/document-protection).
-
-## See Also
-
-* [How to protect the document in form filling mode](./form-fields#protect-the-document-in-form-filling-mode)
-* [How to protect the document in comments only mode](./comments#protect-the-document-in-comments-only-mode)
-* [How to protect the document in track changes only mode](./track-changes#protect-the-document-in-track-changes-only-mode)
\ No newline at end of file
+N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
diff --git a/Document-Processing/Word/Word-Processor/angular/web-services/core.md b/Document-Processing/Word/Word-Processor/angular/web-services/core.md
index b7597be627..a9b921381d 100644
--- a/Document-Processing/Word/Word-Processor/angular/web-services/core.md
+++ b/Document-Processing/Word/Word-Processor/angular/web-services/core.md
@@ -56,7 +56,7 @@ The following example code illustrates how to write a Web API for importing Word
The web browsers do not support to display metafile images like EMF and WMF and also TIFF format images. As a fallback approach, you can convert the metafile/TIFF format image to raster image using any image converter in the `MetafileImageParsed` event and this fallback raster image will be displayed in the client-side Document editor component.
->Note: In `MetafileImageParsedEventArgs` event argument, you can get the metafile stream using `MetafileStream` property and you can get the `IsMetafile` boolean value to determine whether the image is meta file images(WMF,EMF) or Tiff format images. In below example, we have converted the TIFF to raster image in `ConvertTiffToRasterImage()` method using `Bitmiracle https://www.nuget.org/packages/BitMiracle.LibTiff.NET`.
+>Note: In `MetafileImageParsedEventArgs` event argument, you can get the metafile stream using `MetafileStream` property and you can get the `IsMetafile` boolean value to determine whether the image is meta file images(WMF,EMF) or TIFF format images. In below example, we have converted the TIFF to raster image in `ConvertTiffToRasterImage()` method using `Bitmiracle https://www.nuget.org/packages/BitMiracle.LibTiff.NET`.
The following example code illustrates how to use `MetafileImageParsed` event for creating fallback raster image for metafile present in a Word document.
@@ -225,11 +225,11 @@ The following example code illustrates how to write a Web API for restrict editi
[HttpPost]
[EnableCors("AllowAllOrigins")]
[Route("RestrictEditing")]
- public string[] RestrictEditing([FromBody]CustomRestrictParameter param)
+ public string[] RestrictEditing([FromBody] CustomRestrictParameter param)
{
- if (param.passwordBase64 == "" && param.passwordBase64 == null)
+ if (param.passwordBase64 == "" || param.passwordBase64 == null)
return null;
- return WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount);
+ return WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount, param.algorithmSid);
}
public class CustomRestrictParameter
@@ -237,6 +237,7 @@ The following example code illustrates how to write a Web API for restrict editi
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
+ public string algorithmSid { get; set; }
}
```
diff --git a/Document-Processing/Word/Word-Processor/angular/web-services/mvc.md b/Document-Processing/Word/Word-Processor/angular/web-services/mvc.md
index 7650b525ba..1decda18e8 100644
--- a/Document-Processing/Word/Word-Processor/angular/web-services/mvc.md
+++ b/Document-Processing/Word/Word-Processor/angular/web-services/mvc.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Mvc in Angular Document editor component
+# MVC in Angular Document editor component
DocumentEditor depends on server side interaction for below listed operations can be written in ASP.NET MVC using [Syncfusion.EJ2.WordEditor.AspNet.Mvc5](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc5) or [Syncfusion.EJ2.WordEditor.AspNet.Mvc4](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc4).
@@ -96,11 +96,11 @@ The following example code illustrates how to write a Web API for restrict editi
[HttpPost]
[EnableCors("*", "*", "*")]
[Route("RestrictEditing")]
- public string[] RestrictEditing([FromBody]CustomRestrictParameter param)
+ public string[] RestrictEditing([FromBody] CustomRestrictParameter param)
{
- if (param.passwordBase64 == "" && param.passwordBase64 == null)
+ if (param.passwordBase64 == "" || param.passwordBase64 == null)
return null;
- return Syncfusion.EJ2.DocumentEditor.WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount);
+ return Syncfusion.EJ2.DocumentEditor.WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount, param.algorithmSid);
}
public class CustomRestrictParameter
@@ -108,6 +108,7 @@ The following example code illustrates how to write a Web API for restrict editi
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
+ public string algorithmSid { get; set; }
}
```
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-core/restrict-editing.md b/Document-Processing/Word/Word-Processor/asp-net-core/restrict-editing.md
index bc4b28b45e..a694517da1 100644
--- a/Document-Processing/Word/Word-Processor/asp-net-core/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/asp-net-core/restrict-editing.md
@@ -22,15 +22,52 @@ The following code shows how to set currentUser
container.documentEditor.currentUser = 'engineer@mycompany.com';
```
-## Highlighting the text area
-
-You can highlight the editable region of the current user using the `userColor` property.
-
-The following code shows how to set userColor.
-
-```typescript
+## Protect document with editable region
+User can select a specific section and mark it as an editable region, allowing modification only in that part. The rest of the document remains protected from any changes.
+
+### Insert editable region
+Use the `insertEditingRegion` method to mark specific paragraphs as editable.This allows you to control editing by giving access to all users or only selected users.
+
+The following example shows how to insert an editable region.
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+// Allow editing for all users
+container.documentEditor.editor.insertEditingRegion();
+
+// pass a username to restrict access
+container.documentEditor.editor.insertEditingRegion("User Name");
+
+{% endhighlight %}
+{% endtabs %}
+
+### Highlight color for editable region
+
+The `userColor` property can be used to highlight the editable region of the current user.
+
+The following code example demonstrates how to set the userColor.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
container.documentEditor.userColor = '#fff000';
-```
+
+{% endhighlight %}
+{% endtabs %}
+
+### Enable or disable editable region highlighting
+
+The `highlightEditableRanges` property can be used to toggle the highlighting of editable regions.
+
+The following code example demonstrates how to enable or disable editable region highlighting.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+container.documentEditor.documentEditorSettings.highlightEditableRanges = true;
+
+{% endhighlight %}
+{% endtabs %}
## Restrict Editing Pane
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/asp-net-mvc/restrict-editing.md b/Document-Processing/Word/Word-Processor/asp-net-mvc/restrict-editing.md
index 537a77a84c..0bdb1d6406 100644
--- a/Document-Processing/Word/Word-Processor/asp-net-mvc/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/asp-net-mvc/restrict-editing.md
@@ -22,15 +22,52 @@ The following code shows how to set currentUser
container.documentEditor.currentUser = 'engineer@mycompany.com';
```
-## Highlighting the text area
-
-You can highlight the editable region of the current user using the `userColor` property.
-
-The following code shows how to set userColor.
-
-```typescript
+## Protect document with editable region
+User can select a specific section and mark it as an editable region, allowing modification only in that part. The rest of the document remains protected from any changes.
+
+### Insert editable region
+Use the `insertEditingRegion` method to mark specific paragraphs as editable.This allows you to control editing by giving access to all users or only selected users.
+
+The following example shows how to insert an editable region.
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+// Allow editing for all users
+container.documentEditor.editor.insertEditingRegion();
+
+// pass a username to restrict access
+container.documentEditor.editor.insertEditingRegion("User Name");
+
+{% endhighlight %}
+{% endtabs %}
+
+### Highlight color for editable region
+
+The `userColor` property can be used to highlight the editable region of the current user.
+
+The following code example demonstrates how to set the userColor.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
container.documentEditor.userColor = '#fff000';
-```
+
+{% endhighlight %}
+{% endtabs %}
+
+### Enable or disable editable region highlighting
+
+The `highlightEditableRanges` property can be used to toggle the highlighting of editable regions.
+
+The following code example demonstrates how to enable or disable editable region highlighting.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+container.documentEditor.documentEditorSettings.highlightEditableRanges = true;
+
+{% endhighlight %}
+{% endtabs %}
## Restrict Editing Pane
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/blazor/restrict-editing.md b/Document-Processing/Word/Word-Processor/blazor/restrict-editing.md
index ece7464b32..c5025297e2 100644
--- a/Document-Processing/Word/Word-Processor/blazor/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/blazor/restrict-editing.md
@@ -33,13 +33,47 @@ The following code example shows how to restrict or protect editing for the enti
}
```
-## Allows changes to certain portion of the document
+## Protect document with editable region
+User can select a specific section and mark it as an editable region, allowing modification only in that part. The rest of the document remains protected from any changes.
-Also, at some situations, you might need to allow changes for a certain portion of the document alone. Microsoft Word allows you to [make changes to parts of a Word document](https://support.microsoft.com/en-us/office/allow-changes-to-parts-of-a-protected-document-187ed01c-8795-43e1-9fd0-c9fca419dadf?ui=en-us&rs=en-us&ad=us). Likewise, the document editor control allows the users to make changes to certain parts of a document using similar user interface.
+### Insert editable region
+Use the [InsertEditingRegionAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DocumentEditor.EditorModule.html#Syncfusion_Blazor_DocumentEditor_EditorModule_InsertEditingRegionAsync) method to mark specific paragraphs as editable.This allows you to control editing by giving access to all users
-
+The following example shows how to insert an editable region.
+```cshtml
+
+container.DocumentEditor.Editor.InsertEditingRegionAsync();
+
+```
+
+### Highlight color for editable region
+
+The [UserColor](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DocumentEditor.SfDocumentEditor.html#Syncfusion_Blazor_DocumentEditor_SfDocumentEditor_UserColor) property can be used to highlight the editable region of the current user.
+
+The following code example demonstrates how to set the userColor.
+
+```cshtml
+
+
+
+```
+
+### Enable or disable editable region highlighting
+
+The [HighlightEditableRanges](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.DocumentEditor.DocumentEditorSettingsModel.html#Syncfusion_Blazor_DocumentEditor_DocumentEditorSettingsModel_HighlightEditableRanges) property can be used to toggle the highlighting of editable regions.
+
+The following code example demonstrates how to enable or disable editable region highlighting.
+
+```cshtml
+
+
-
+@code {
+
+ public DocumentEditorSettingsModel settings = new DocumentEditorSettingsModel() { HighlightEditableRanges = false };
+}
+
+```
## Online Demo
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/javascript-es5/restrict-editing.md b/Document-Processing/Word/Word-Processor/javascript-es5/restrict-editing.md
index 9a49171a16..aeaaf33be2 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es5/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es5/restrict-editing.md
@@ -1,36 +1,487 @@
---
layout: post
-title: Restrict editing in JavaScript (ES5) Document Editor Control
-description: Learn here all about Restrict editing in Syncfusion JavaScript (ES5) Document Editor control of Syncfusion Essential JS 2 and more.
+title: Restrict editing in JavaScript (ES5) DOCX Editor | Syncfusion
+description: Learn how to enable Restrict Editing in the JavaScript (ES5) DOCX Editor to securely manage document access and control user modifications.
platform: document-processing
control: Restrict editing
documentation: ug
domainurl: ##DomainURL##
---
-# Restrict Editing in JavaScript (ES5) Document Editor Control
+# Restrict Editing in JavaScript (ES5) DOCX Editor
-Document Editor provides support to restrict editing. When the protected document includes range permission, then unique user or user group only authorized to edit separate text area.
+Syncfusion® JavaScript (ES5) DOCX Editor (Document Editor) provides support for restricting editing within a document. It enables control over how and where content can be modified. This helps limit editing so only specific sections of the document can be changed.
+
+## Configure on client side
+
+Document Editor provides options to protect and unprotect a document using the [enforceProtection](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/editor#enforceprotection) and [stopProtection](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/editor#stopprotection) APIs, enabling various restricting editing operations.
+
+### Read only mode
+
+Document Editor supports protecting a document in read-only mode, where users can only view the content without making changes.
+
+The following example code illustrates how to enforce or remove read-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight js tabtitle="index.js" %}
+
+var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' });
+container.appendTo('#container');
+
+var sfdt = {"sfdt":"UEsDBAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAc2ZkdO1aS28bNxD+K4vtVQj0ft3qV5zEdozYSREkPlArrpYW99El145iGCiSUy8FCqRFDw3QWw9F0QAN0KCX/hgDDtr0R3SGpKRdWVLkWJUcIDLgITl8zHxDfuRy98QOI8l89pTuuW1pN2Wc0JxNvJbddAkXNGcL6tjNRycoo9huntjRsd2sFoo5O/LsZq0BCe5DAmRspDSyZaTXtpulas52jWy7kd3MgwypTrSYFjCSvUOPd0mH2jmbBq7dhOYuSlDHrC+pkswN7GYBJNUy6gQCOvg8Ji3mQPvACblQGvrlsZK8JR3VVGseHZzCoMq7yEXXWu1YoJRg1gnouNQy7mjZMnlPiyMUWIyj1AE2kCXoXUgwyN6kpM2CjlUAUziaruo6aiBXPNVNXMjaq4SzVsygHpQjFlqDqbTOJSP5wKUjJZkCGI0p5xY7puQRRqF9RAOZxNT6Ioy7wlrtOZwK+xQgvyLaLgv0NEK4q320d8LYJ3wi1MWhn8WxuIxUmOZEzpIetVzmSCZZmAjLCf2IBD0rDKxjjzme0o+2FcSPOLXaRJIWEVRYBFSYaucsBjmLk7hDc5afcMkCAj0HhFs+CRKXONAPTiUz0A2E8QCAUfZ7Csurz+LpOBrQDjCAtrv4IekS3KRL8NONlhHPaOGenuIETi/AgiGmfebD4oBdwLoXwuxPEVRhQFAX67C2qpIvVjCNqVIJU0hOOq2pbEzvhtLGacYqwIkrQcSRv9Q2pqVrpCR6ExRKEC3MBsaFVNmQD/ZLsz13cdR++jgYpI+d/mY+jIErjEXS5Wh4HygoactjTapmg6Rmz/XAahuwEEa6vjYk0qLtSV+b5LraUqQoVSBkT7a0Tnq+jrNjBM6Ruy4wKG7zPjl0hVZwNQFRy4EAMQZyuLdYW6zjSShDZs4X8xv5EvzHv7JKlW3cWrAxJbPUcsTUWjA9XYTLvg2UC7XO37w5e/b67NkfZ8+fnz37bWDNJgkg3va7n7/99+VX1j+///TuxXe6GA8jb3/9+u2ff6Uro0fn3796+/rV+Q/f/P3LCyjFE8vYGbhJW/FYxb5HcB18HnQECQiqoHBdeli40yMcAVihyrAHMM/amL+ZHGJne16cSNy573g+5rfDkK+Eser2DtaE8ZKgo1vECWTvEXKEDVa1S+tJ5FGfYYVVj2IXuxzcgjNbQKWFRWGXYmAfMob2bDMnDkXoSushs1YIU4PvM1wdKd0mA8YgPaKdQyu2H1grIcfKa/RIFQDSilX2KUe7bpJEEl/1RnAW2ltEetjBXi/Gk+S6kOBWh/LQWm9TIVB1N+5hV3dgSmkft3nPVwWxZF0s2CJhCAVrYXfVgy1b9ccCWMP2LdEFrIi1G0rVMlT4ogAzSTDw7QGjcmzU7sMsyDiNBUmMSNNQxabHXUIDNSX8QJ1lmfJ4JekglFuUcnJM2pRa929hcRiFmQ5vexD0TYpW3CYKNBQBFdTap09wBm4xgdjt0U5oOtnu6XnQI4FP4n69na6CYR0Wnq+A404XJxdDZie65V3hk3SdXY8gIihEZAIRTAgEqA4nq+gkFUzUUSv2CacZEPYJcAXVmiSjwWAobaLUrgqgMR8J0mfBTFSUJo7KTCRUmYmEKjOQELDG+Y8vZySe91FOf34ZoulnDb2shnGbXY1d1kgS7FJYPp/IZa7k0o/UJ0q51pSibgfwOGjjnPlsw/xsdVLuDShmcF42h6urHC/x4Fg3B8cbhXIDf7VqoVIvlIvDg+SFp+SRO4F5XAQET4au9fkufSkyB2fVzUtRn4sLk579q9krj8FhzFUxKa7XyisViMnwQaM6CsCwSRqGVGkGjFT5mOL3AFOcHzDF/izI1xqFarVayddqxXyjXMs+TxQn4VaajttGpdyoZnArLRG30sJxK027a5qMW2GjVKuWMrgVl4hbeeG4lS/ixvrPqrPNN9ZKNVgSbpWF41aZztpTlueyMKouHKPqpTBKL8VFY7RGXZJwae2SmHRiEnnWRhhIDVihf112YXOAEzCJs5WuK1m3Jjt5gbsnu3XtuPQSbpXHuXVNqe4SblXGRmv5THQJF6qXdGFRRDGjCzSeD7EaqoS+zM0/8GwJtue2vsGVh4p3JV7iqrd2sHdX6xl1pa8+SF3xK7ozdmbNHgu7QjhvfjOisBGG8mNAwdiZNXtuKMCDd0o3LzTM21VHXHyBkPFtZPTRNVaboz3T35YUs29L3nNEqH3Y8VNTwCVXugnj8HVYGp/+NJh2gqp96BZyFXNnJNH6NQ1wfdJzWf5GZSpmJfWbY4jrs4S4Pvnw838aPGOQG9c0yI1pq3g50W7MEu3G9AW9tLAfIJ74ah6iwLV0fC1jk32iJfM7QgcXP786scXVPxoY/657pk8JTgY5/cXO48cJ7J8l84GMcx2NK/eNCxb7McunaH000Tr9D1BLAQIUAAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAAAAAAAAAAAAAAAAAAABzZmR0UEsFBgAAAAABAAEAMgAAADkHAAAAAA=="};
+container.documentEditor.open(JSON.stringify(sfdt));
+
+document.getElementById('enforceProtection').addEventListener('click', function () {
+ //enforce protection
+ container.documentEditor.editor.enforceProtection('123', 'ReadOnly');
+});
+
+document.getElementById('stopProtection').addEventListener('click', function () {
+ //stop the document protection
+ container.documentEditor.editor.stopProtection('123');
+});
+
+{% endhighlight %}
+{% highlight html tabtitle="index.html" %}
+
+
+ Essential JS 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Form filling mode
+
+Document Editor supports protecting a document with form-filling restrictions, allowing users to edit only form fields.
+
+The following example code illustrates how to enforce or remove form-filling restrictions in the Document Editor.
+
+{% tabs %}
+{% highlight js tabtitle="index.js" %}
+
+var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' });
+container.appendTo('#container');
+
+var sfdt = { "sfdt": "UEsDBAoAAAAIAGlfyVyMVz+kgAMAAL0ZAAAEAAAAc2ZkdM1YW2+bMBT+K5H3GlUBEgi8Vd2iPexSbXmYVOXBgB2smsvAbdpGkab91P2S+QYJzaW0TQhRpM/BHJ/P5/t8gliCNGMkJk/oJw4Z8Fh+h/oARj7wMKQF6oMCBcC7WQrMcuAtQbYAnm2YfZBFwHNcPqAxH3DMNTKNvsYoBJ5l9wHWGOIMeAOOKVIDnyjgmcA3tLiGcwT6ACUYeDwcC+TTOSkRSSQ4AZ7BESnM5knBF7jMoU8CHp8EKS3kDPq9kEh9FshQNXMzW/GkcncZFlvzw7wQyDitJZ+jTGE+V+jr35GCewEcC5YI4mkeQ8rzUsFTTgRqVaKLya8QmW37OqOZWALGyOuBVX/XLZhJ6hFGpUxYFHQJRPIpemCGqJncJ+cHgOClkBG5KRkeU1X6ezUlKrpa7U7o36qQ9frVfRXjyfcfX6effk1rU4KpuXtNFfXvz9/N74ENGweoGTVqM3FnmzKeOuGLbrkMwxwVxdsNY57YMGZ3DWMKw8xEcWTJZ5XIVd8j1QgXTzzWEOXj0VeQEj8nvBR3crOF2rMPVbFVf+EhIrsKEqONMBisV8awNoV5q0MbVzjxdxmMkkR3TIVYI1Nk/UICVKB7JdUbSmnVmjXbW5G1HC+SarwISn+tHYwLzYhhqgYhW6jur1sw0l090sYqSoPFKn+mIIyYdiDGimCQxpmu/CPzNUtRByD+Pj5M5AfI4/Uoz0/tkOnF31fV5+c0eVinEP4TGT8jGJJk3jOOlfRFKcV/8qaWFwPHNWzbHg0cxxy4Q6currHd4pTT7brTe1/IPGJCGVlfczIaujZ4Zt71TXUL6+vqf3aj1W0WqHcVwRy8UMXyJnWM26H7EWF4R1nvGuZwnsMs6k3ShFXc9kzXOK6eb8RszQ6vc4O5zw1Wu24wm7jB3O8G61xuKLlZHRXY2iewebBixsRybOuIAltNBLb2C3w6ug0FHnZU4OG2wGT94NfeCR42EXi4S+BT020o8KijAo92nOAWdR010XW08+CeVU67o3Lar5Lz6H3YbiKn/Uo5W2i/TkfldN7Wfo+uq9NEV+et7bcFgccdFXi87wFqcDE6WDNLfo4o8biJxOP9j1CnJNxQZLejIruHTvF51HabqO0ePtBdkB3lx9F89+uq7ZcytYLK2mkWJalJmrLzk9IsxCtIKl8r88WowiBWmOufDwpJPC/ksv8BUEsBAhQACgAAAAgAaV/JXIxXP6SAAwAAvRkAAAQAAAAAAAAAAAAAAAAAAAAAAHNmZHRQSwUGAAAAAAEAAQAyAAAAogMAAAAA" };
+container.documentEditor.open(JSON.stringify(sfdt));
+
+document.getElementById('enforceProtection').addEventListener('click', function () {
+ //enforce protection
+ container.documentEditor.editor.enforceProtection('123', 'FormFieldsOnly');
+});
+
+document.getElementById('stopProtection').addEventListener('click', function () {
+ //stop the document protection
+ container.documentEditor.editor.stopProtection('123');
+});
+
+{% endhighlight %}
+{% highlight html tabtitle="index.html" %}
+
+
+ Essential JS 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Comments only mode
+
+Document Editor supports protecting a document in comments-only mode, allowing users to add or edit comments only.
+
+The following example code illustrates how to enforce and remove comments-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight js tabtitle="index.js" %}
+
+var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' });
+container.appendTo('#container');
+
+var sfdt = {"sfdt":"UEsDBAoAAAAIALBkyVwLdNuZlgcAANcqAAAEAAAAc2ZkdO1aT2/cNhb/KgJ7dYMZzYzmz6127LqJnRiJm6Lb+sCRyBFjSdSKlJ2pEaBIT70UWKC72MMW2NseFosWaIEt9rIfJkCC3fZD9D2S8vzxzGRcT2dcIBMjT+KjyPd+7/FHiuIFkbkWqfiMPeaRJj1dlGyL0LhPepwmim0RxULS++QCZV6Q3gXJz0kvqPtbJI9Jr92FiySFC5CFk9rJvpNxRHqNYItwJyOek14NpGT2oi+sgJ7IA3Z+RAeMbBGWcdKDxzlKUBeiksxIwTPSq4NkVuaDTEED7xW0L0J4PgtlooyG/fHcyKSvQ/Oo1Xxy8hw6Nd7lHF3rR4VCqcGsC9Al2spiYGXf3cdWnKHAYuylA7CBbEDrSoNBZJ/RSGQDrw6mJGi6qRuajrj6zD7C4Zbs0ET0CwH1oByxsBq8GtdxOnWfcTZVMlEAvQnj3Hr71EmOUYjOWKbLgnkfyeJUeTvDMGGKPAfIb4g2F5lNI4Q7qNB+IIuUJnOh9kd++jNxmaqwyIktT8fMI+iIaQG7CrXNKwEpTqK0y89k+yyI+ED0WdnvsKgc1V/UIxehFlrIUl1tv76C9r1QpjnNhp7MvPNYhLHxZdpPRdM8YV5ENe1TxZRHQYVX0ZYn4M5LaDFgW15aJlpkFOzNaOKlNCs5DaEdTHvX0R0M+QkE0VgWm7jffMQtjrkL8AkmG+Hr75JtwE22AT95vol45mv39Dkm8PjQqjsSPRYpDA6YsbxHErJ/jEzrl2R6tY6ITJWa38JrvGo08AqJ1F5b2p3RuqPfWZqZCnDiRhAlyLVmyrWSO6mpnbCVEdQKN9kmynKhTC7ndreUOMVeq+vz7PL6PKwWHqMYcOUs0jxBwyugoCTS53YCcJM5c+uDGKwmgIVykqfWkNyKKNapNYlzaylSlClQeqj7Vqfj1MY5dAJz5CEHXsYlSUqfcmUViUlA1CZAgBgDPZoHvQMxiDWUIefW/NperQH/47+muWoatsaHGV2mVqgW1oL05AgXuQeUC7Ve/fjjyxc/vHzx75dffPHyxbeX1uzTDOJNfvrHn37+5nPv/9///aev/2yLceH0+l9fvv7Pf8cro0ev/vLd6x++e/XXr/73z6+hFFdXMzNwn/WLmYrjmOI4eC8bKJpRVEHhro6x8MGQJgjANjOGPYE8i/D+/fIpNvY4LkqNq4z7cYr3h1Im27Iwzd7HmtBfmQ3sE0UJt48oPcMHdqxLu2Ues1RghZ2YYRNHCbgF68uMaQ+L5CnDwH4sBNpzKMJCKsm197HwtqkwnR8LHB1jun0BjEGH1DqHVhw+8bZlgpXvsjNTAEgbVjlmCdr1Pi01TU1rFLOQHFAdYwOPhwWueneVBrcGLJHebsSUQtXDYohN3YeUsj4eJsPUFBRanGLBAZUSCu7K050YpmzTnshgDJMP1ClgRb0jqc2T0uCLAsyk2aVvTwTTM6P2IWTBhNNYUBaINJMmNsOEU5aZlEgzs+4WxuPtcoBQHjCW0HMaMeZ9+AEWy1xONHgvhqDvM7TiHjWgociYYt4xe4YZeCAUYveYDaRr5HBo82BIs5QWVb0HpwaGXRh4qQEuCU8xuQQyO7VPPlQpHa9zFFNEBIXKXSCyOYEA1dP5KjZPBYk6bcUxTdgECMcUuIJZTTmhwWAYbWnU3ATQmY8EmYpsKSoaJ47WUiTUWoqEWkuQELDGq799syTxvIlyqvxyRFPdOnrZkUUkbsYud2mZHTEYPm/JZaXkUkXqLaXcakoxOxm4HCSYM+/suR8xK+XhJcVcrpfd4uomy0tcOHbcwvFOvdnFXzuotzr1pj9aSF55o5/av1jFpkX2bORaxXfjGzgrcNbsEvl2XVyft08RTG7PXC7GuImJv9tubrcgJqMXjWAagNEj4zCMlU6AMVY+o/gNwPirA8avsqDW7taDIGjV2m2/1m22J98n/Hm4NRbjttdqdoMJ3BobxK2xdtwai/bF5uNW32u0g8YEbv4GcWuuHbfmVdxE9a66XL6J/tgDG8KttXbcWotZe8Hw3BRGwdoxCq6F0fhQXDdGdxmnZaK9I1rQQUHz2NuTmbaA1avtsiuTA6yAaTFZ6baSdX++k1e4e75bt45Lr+FWc5Zbt5TqruFWa2a0Ns9E13AhuKYL6yKKJV1gxWqI1VEltOV2/oFnGzA9R3YHVz81vKtxE9d8YYS5O+hMqFuV+mRsi9/QnbNz0uyZsBuEa+63JAp7UurfAwrOzkmzV4YCvHiP6VaFhvsSHKqrHxAmfJvqfXqMtVdoz+KvJf7k15I3LBHav275aSngmiPdhXH0OWwcnyoNFq2g2r92CrmJuUuSaOeWBrgz772sdqe1ELOG+a0wxJ1lQtyZv/j5LQ1eMsjdWxrk7qJRvJlod5eJdnfxgN5Y2E8QT/w0D1FIrAxTe6BnwfEYqIxb5SWDmaBUZkLGA2/Er/nBuzX46x7X/V6j3au173Rq/h9IdTTMnhWyx2ceMQ5zYoSHdGRGi6HHZeGljGaAlzvoErnsCe3hAbhyJj6zUqQDZRMOj69dEHXzgwyzv78vdbxhdMTIOvjppyXM6Q3nS3gbjWtWxmXrPWDzNlq/m2g9/wVQSwECFAAKAAAACACwZMlcC3TbmZYHAADXKgAABAAAAAAAAAAAAAAAAAAAAAAAc2ZkdFBLBQYAAAAAAQABADIAAAC4BwAAAAA="};
+container.documentEditor.open(JSON.stringify(sfdt));
+
+document.getElementById('enforceProtection').addEventListener('click', function () {
+ //enforce protection
+ container.documentEditor.editor.enforceProtection('123', 'CommentsOnly');
+});
+
+document.getElementById('stopProtection').addEventListener('click', function () {
+ //stop the document protection
+ container.documentEditor.editor.stopProtection('123');
+});
+
+{% endhighlight %}
+{% highlight html tabtitle="index.html" %}
+
+
+ Essential JS 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Track changes only mode
+
+Document Editor supports protecting a document in revisions-only mode, allowing users to view the document and make corrections while tracking all changes. Users cannot accept or reject tracked changes; only the author can review and finalize them later.
+
+The following example code illustrates how to enforce and remove revisions-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight js tabtitle="index.js" %}
+
+var container = new ej.documenteditor.DocumentEditorContainer({ enableToolbar: true, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' });
+container.appendTo('#container');
+
+var sfdt = {"sfdt":"UEsDBAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAc2ZkdO1aS28bNxD+K4vtVQj0ft3qV5zEdozYSREkPlArrpYW99El145iGCiSUy8FCqRFDw3QWw9F0QAN0KCX/hgDDtr0R3SGpKRdWVLkWJUcIDLgITl8zHxDfuRy98QOI8l89pTuuW1pN2Wc0JxNvJbddAkXNGcL6tjNRycoo9huntjRsd2sFoo5O/LsZq0BCe5DAmRspDSyZaTXtpulas52jWy7kd3MgwypTrSYFjCSvUOPd0mH2jmbBq7dhOYuSlDHrC+pkswN7GYBJNUy6gQCOvg8Ji3mQPvACblQGvrlsZK8JR3VVGseHZzCoMq7yEXXWu1YoJRg1gnouNQy7mjZMnlPiyMUWIyj1AE2kCXoXUgwyN6kpM2CjlUAUziaruo6aiBXPNVNXMjaq4SzVsygHpQjFlqDqbTOJSP5wKUjJZkCGI0p5xY7puQRRqF9RAOZxNT6Ioy7wlrtOZwK+xQgvyLaLgv0NEK4q320d8LYJ3wi1MWhn8WxuIxUmOZEzpIetVzmSCZZmAjLCf2IBD0rDKxjjzme0o+2FcSPOLXaRJIWEVRYBFSYaucsBjmLk7hDc5afcMkCAj0HhFs+CRKXONAPTiUz0A2E8QCAUfZ7Csurz+LpOBrQDjCAtrv4IekS3KRL8NONlhHPaOGenuIETi/AgiGmfebD4oBdwLoXwuxPEVRhQFAX67C2qpIvVjCNqVIJU0hOOq2pbEzvhtLGacYqwIkrQcSRv9Q2pqVrpCR6ExRKEC3MBsaFVNmQD/ZLsz13cdR++jgYpI+d/mY+jIErjEXS5Wh4HygoactjTapmg6Rmz/XAahuwEEa6vjYk0qLtSV+b5LraUqQoVSBkT7a0Tnq+jrNjBM6Ruy4wKG7zPjl0hVZwNQFRy4EAMQZyuLdYW6zjSShDZs4X8xv5EvzHv7JKlW3cWrAxJbPUcsTUWjA9XYTLvg2UC7XO37w5e/b67NkfZ8+fnz37bWDNJgkg3va7n7/99+VX1j+///TuxXe6GA8jb3/9+u2ff6Uro0fn3796+/rV+Q/f/P3LCyjFE8vYGbhJW/FYxb5HcB18HnQECQiqoHBdeli40yMcAVihyrAHMM/amL+ZHGJne16cSNy573g+5rfDkK+Eser2DtaE8ZKgo1vECWTvEXKEDVa1S+tJ5FGfYYVVj2IXuxzcgjNbQKWFRWGXYmAfMob2bDMnDkXoSushs1YIU4PvM1wdKd0mA8YgPaKdQyu2H1grIcfKa/RIFQDSilX2KUe7bpJEEl/1RnAW2ltEetjBXi/Gk+S6kOBWh/LQWm9TIVB1N+5hV3dgSmkft3nPVwWxZF0s2CJhCAVrYXfVgy1b9ccCWMP2LdEFrIi1G0rVMlT4ogAzSTDw7QGjcmzU7sMsyDiNBUmMSNNQxabHXUIDNSX8QJ1lmfJ4JekglFuUcnJM2pRa929hcRiFmQ5vexD0TYpW3CYKNBQBFdTap09wBm4xgdjt0U5oOtnu6XnQI4FP4n69na6CYR0Wnq+A404XJxdDZie65V3hk3SdXY8gIihEZAIRTAgEqA4nq+gkFUzUUSv2CacZEPYJcAXVmiSjwWAobaLUrgqgMR8J0mfBTFSUJo7KTCRUmYmEKjOQELDG+Y8vZySe91FOf34ZoulnDb2shnGbXY1d1kgS7FJYPp/IZa7k0o/UJ0q51pSibgfwOGjjnPlsw/xsdVLuDShmcF42h6urHC/x4Fg3B8cbhXIDf7VqoVIvlIvDg+SFp+SRO4F5XAQET4au9fkufSkyB2fVzUtRn4sLk579q9krj8FhzFUxKa7XyisViMnwQaM6CsCwSRqGVGkGjFT5mOL3AFOcHzDF/izI1xqFarVayddqxXyjXMs+TxQn4VaajttGpdyoZnArLRG30sJxK027a5qMW2GjVKuWMrgVl4hbeeG4lS/ixvrPqrPNN9ZKNVgSbpWF41aZztpTlueyMKouHKPqpTBKL8VFY7RGXZJwae2SmHRiEnnWRhhIDVihf112YXOAEzCJs5WuK1m3Jjt5gbsnu3XtuPQSbpXHuXVNqe4SblXGRmv5THQJF6qXdGFRRDGjCzSeD7EaqoS+zM0/8GwJtue2vsGVh4p3JV7iqrd2sHdX6xl1pa8+SF3xK7ozdmbNHgu7QjhvfjOisBGG8mNAwdiZNXtuKMCDd0o3LzTM21VHXHyBkPFtZPTRNVaboz3T35YUs29L3nNEqH3Y8VNTwCVXugnj8HVYGp/+NJh2gqp96BZyFXNnJNH6NQ1wfdJzWf5GZSpmJfWbY4jrs4S4Pvnw838aPGOQG9c0yI1pq3g50W7MEu3G9AW9tLAfIJ74ah6iwLV0fC1jk32iJfM7QgcXP786scXVPxoY/657pk8JTgY5/cXO48cJ7J8l84GMcx2NK/eNCxb7McunaH000Tr9D1BLAQIUAAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAAAAAAAAAAAAAAAAAAABzZmR0UEsFBgAAAAABAAEAMgAAADkHAAAAAA=="};
+container.documentEditor.open(JSON.stringify(sfdt));
+
+document.getElementById('enforceProtection').addEventListener('click', function () {
+ //enforce protection
+ container.documentEditor.editor.enforceProtection('123', 'RevisionsOnly');
+});
+
+document.getElementById('stopProtection').addEventListener('click', function () {
+ //stop the document protection
+ container.documentEditor.editor.stopProtection('123');
+});
+
+{% endhighlight %}
+{% highlight html tabtitle="index.html" %}
+
+
+ Essential JS 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Format restrictions
+
+Enforces document protection using the specified credentials. In the [enforceProtection](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/editor#enforceprotection-1) method, the second parameter represents limitToFormatting, and the third parameter represents isReadOnly.
+
+{% tabs %}
+{% highlight js tabtitle="index.js" %}
+
+container.documentEditor.editor.enforceProtection('password', true, true);
+
+{% endhighlight %}
+{% endtabs %}
+
+## Configure on server side
+
+The above-mentioned hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service as shown below.
+
+The Document Editor client requires a server-side API to generate a hash from the specified password and salt values, which is necessary for the restrict editing functionality.
+
+For more information on configuring restrict editing on the server side, refer to the following:
+
+- [Web Service for Restrict editing in ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es5/web-services/core#restrict-editing)
+
+- [Web Service for Restrict editing in ASP.NET MVC](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es5/web-services/mvc#restrict-editing)
+
+- [Web Service for Restrict editing in Java](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es5/web-services/java#restrict-editing)
## Set current user
-You can use the [`currentUser`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/#currentuser) property to authorize the current document user by name, email, or user group name.
+The [`currentUser`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor#currentuser) property can be used to authorize the current document user by name, email, or user group.
-The following code shows how to set currentUser
+The following code example demonstrates how to set the currentUser.
-```ts
-documentEditor.currentUser = 'engineer@mycompany.com';
-```
+{% tabs %}
+{% highlight js tabtitle="index.js" %}
-## Highlighting the text area
+container.documentEditor.currentUser = 'engineer@mycompany.com';
-You can highlight the editable region of the current user using the [`userColor`](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/#usercolor) property.
+{% endhighlight %}
+{% endtabs %}
-The following code shows how to set userColor.
+## Protect document with editable region
+User can select a specific section and mark it as an editable region, allowing modification only in that part. The rest of the document remains protected from any changes.
-```ts
-documentEditor.userColor = '#fff000';
-```
+### Insert editable region
+Use the [insertEditingRegion](https://ej2.syncfusion.com/javascript/documentation/api/document-editor/editor#inserteditingregion) method to mark specific paragraphs as editable.This allows you to control editing by giving access to all users or only selected users.
+
+The following example shows how to insert an editable region.
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+// Allow editing for all users
+container.documentEditor.editor.insertEditingRegion();
+
+// pass a username to restrict access
+container.documentEditor.editor.insertEditingRegion("User Name");
+
+{% endhighlight %}
+{% endtabs %}
+
+### Highlight color for editable region
+
+The [userColor](https://ej2.syncfusion.com/javascript/documentation/api/document-editor-container/index-default#usercolor) property can be used to highlight the editable region of the current user.
+
+The following code example demonstrates how to set the userColor.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+container.documentEditor.userColor = '#fff000';
+
+{% endhighlight %}
+{% endtabs %}
+
+### Enable or disable editable region highlighting
+
+The [highlightEditableRanges](https://ej2.syncfusion.com/javascript/documentation/api/document-editor-container/documenteditorsettingsmodel#highlighteditableranges) property can be used to toggle the highlighting of editable regions.
+
+The following code example demonstrates how to enable or disable editable region highlighting.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+container.documentEditor.documentEditorSettings.highlightEditableRanges = true;
+
+{% endhighlight %}
+{% endtabs %}
## Restrict Editing Pane
@@ -55,12 +506,4 @@ The following code shows Restrict Editing Pane. To unprotect the document, use p
{% previewsample "/document-processing/code-snippet/document-editor/javascript-es5/data-protection-cs2" %}
-## Online Demo
-
-Explore how to restrict editing and protect Word documents using the JavaScript (ES5) Document Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/javascript-es5/#/material3/document-editor/document-protection.html).
-
-### See Also
-
-* [How to protect the document in form filling mode](./form-fields#protect-the-document-in-form-filling-mode)
-* [How to protect the document in comments only mode](./comments#protect-the-document-in-comments-only-mode)
-* [How to protect the document in track changes only mode](./track-changes#protect-the-document-in-track-changes-only-mode)
\ No newline at end of file
+N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property.
diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/web-services/core.md b/Document-Processing/Word/Word-Processor/javascript-es5/web-services/core.md
index 10391e967e..3d31b9c585 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es5/web-services/core.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es5/web-services/core.md
@@ -56,7 +56,7 @@ The following example code illustrates how to write a Web API for importing Word
The web browsers do not support to display metafile images like EMF and WMF and also TIFF format images. As a fallback approach, you can convert the metafile/TIFF format image to raster image using any image converter in the `MetafileImageParsed` event and this fallback raster image will be displayed in the client-side Document editor component.
->Note: In `MetafileImageParsedEventArgs` event argument, you can get the metafile stream using `MetafileStream` property and you can get the `IsMetafile` boolean value to determine whether the image is meta file images(WMF,EMF) or Tiff format images. In below example, we have converted the TIFF to raster image in `ConvertTiffToRasterImage()` method using `Bitmiracle https://www.nuget.org/packages/BitMiracle.LibTiff.NET`.
+>Note: In `MetafileImageParsedEventArgs` event argument, you can get the metafile stream using `MetafileStream` property and you can get the `IsMetafile` boolean value to determine whether the image is meta file images(WMF,EMF) or TIFF format images. In below example, we have converted the TIFF to raster image in `ConvertTiffToRasterImage()` method using `Bitmiracle https://www.nuget.org/packages/BitMiracle.LibTiff.NET`.
The following example code illustrates how to use `MetafileImageParsed` event for creating fallback raster image for metafile present in a Word document.
@@ -227,11 +227,11 @@ The following example code illustrates how to write a Web API for restrict editi
[HttpPost]
[EnableCors("AllowAllOrigins")]
[Route("RestrictEditing")]
- public string[] RestrictEditing([FromBody]CustomRestrictParameter param)
+ public string[] RestrictEditing([FromBody] CustomRestrictParameter param)
{
- if (param.passwordBase64 == "" && param.passwordBase64 == null)
+ if (param.passwordBase64 == "" || param.passwordBase64 == null)
return null;
- return WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount);
+ return WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount, param.algorithmSid);
}
public class CustomRestrictParameter
@@ -239,6 +239,7 @@ The following example code illustrates how to write a Web API for restrict editi
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
+ public string algorithmSid { get; set; }
}
```
diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/web-services/mvc.md b/Document-Processing/Word/Word-Processor/javascript-es5/web-services/mvc.md
index 143b20d7a6..5e54bb3ae2 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es5/web-services/mvc.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es5/web-services/mvc.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Mvc in JavaScript (ES5) Document editor control
+# MVC in JavaScript (ES5) Document editor control
DocumentEditor depends on server side interaction for below listed operations can be written in ASP.NET MVC using [Syncfusion.EJ2.WordEditor.AspNet.Mvc5](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc5) or [Syncfusion.EJ2.WordEditor.AspNet.Mvc4](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc4).
@@ -96,11 +96,11 @@ The following example code illustrates how to write a Web API for restrict editi
[HttpPost]
[EnableCors("*", "*", "*")]
[Route("RestrictEditing")]
- public string[] RestrictEditing([FromBody]CustomRestrictParameter param)
+ public string[] RestrictEditing([FromBody] CustomRestrictParameter param)
{
- if (param.passwordBase64 == "" && param.passwordBase64 == null)
+ if (param.passwordBase64 == "" || param.passwordBase64 == null)
return null;
- return Syncfusion.EJ2.DocumentEditor.WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount);
+ return Syncfusion.EJ2.DocumentEditor.WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount, param.algorithmSid);
}
public class CustomRestrictParameter
@@ -108,6 +108,7 @@ The following example code illustrates how to write a Web API for restrict editi
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
+ public string algorithmSid { get; set; }
}
```
diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/restrict-editing.md b/Document-Processing/Word/Word-Processor/javascript-es6/restrict-editing.md
index 04c9a562df..5b294c9555 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es6/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es6/restrict-editing.md
@@ -1,36 +1,472 @@
---
layout: post
-title: Restrict editing in JavaScript (ES6) Document Editor Control | Syncfusion
-description: Learn here all about Restrict editing in Syncfusion JavaScript (ES6) Document Editor control of Syncfusion Essential JS 2 and more.
+title: Restrict editing in JavaScript (ES6) DOCX Editor | Syncfusion
+description: Learn how to enable Restrict Editing in the JavaScript (ES6) DOCX Editor to securely manage document access and control user modifications.
platform: document-processing
control: Restrict editing
documentation: ug
domainurl: ##DomainURL##
---
-# Restrict Editing in JavaScript (ES6) Document Editor Control
+# Restrict Editing in JavaScript (ES6) DOCX Editor
-Document Editor provides support to restrict editing. When the protected document includes range permission, then unique user or user group only authorized to edit separate text area.
+Syncfusion® JavaScript (ES6) DOCX Editor (Document Editor) provides support for restricting editing within a document. It enables control over how and where content can be modified. This helps limit editing so only specific sections of the document can be changed.
+
+## Configure on client side
+
+Document Editor provides options to protect and unprotect a document using the [enforceProtection](https://ej2.syncfusion.com/documentation/api/document-editor/editor#enforceprotection) and [stopProtection](https://ej2.syncfusion.com/documentation/api/document-editor/editor#stopprotection) APIs, enabling various restricting editing operations.
+
+### Read only mode
+
+Document Editor supports protecting a document in read-only mode, where users can only view the content without making changes.
+
+The following example code illustrates how to enforce or remove read-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight ts tabtitle="index.ts" %}
+
+import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor';
+
+DocumentEditorContainer.Inject(Toolbar);
+let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' });
+container.appendTo('#container');
+
+let sfdt: any = {"sfdt":"UEsDBAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAc2ZkdO1aS28bNxD+K4vtVQj0ft3qV5zEdozYSREkPlArrpYW99El145iGCiSUy8FCqRFDw3QWw9F0QAN0KCX/hgDDtr0R3SGpKRdWVLkWJUcIDLgITl8zHxDfuRy98QOI8l89pTuuW1pN2Wc0JxNvJbddAkXNGcL6tjNRycoo9huntjRsd2sFoo5O/LsZq0BCe5DAmRspDSyZaTXtpulas52jWy7kd3MgwypTrSYFjCSvUOPd0mH2jmbBq7dhOYuSlDHrC+pkswN7GYBJNUy6gQCOvg8Ji3mQPvACblQGvrlsZK8JR3VVGseHZzCoMq7yEXXWu1YoJRg1gnouNQy7mjZMnlPiyMUWIyj1AE2kCXoXUgwyN6kpM2CjlUAUziaruo6aiBXPNVNXMjaq4SzVsygHpQjFlqDqbTOJSP5wKUjJZkCGI0p5xY7puQRRqF9RAOZxNT6Ioy7wlrtOZwK+xQgvyLaLgv0NEK4q320d8LYJ3wi1MWhn8WxuIxUmOZEzpIetVzmSCZZmAjLCf2IBD0rDKxjjzme0o+2FcSPOLXaRJIWEVRYBFSYaucsBjmLk7hDc5afcMkCAj0HhFs+CRKXONAPTiUz0A2E8QCAUfZ7Csurz+LpOBrQDjCAtrv4IekS3KRL8NONlhHPaOGenuIETi/AgiGmfebD4oBdwLoXwuxPEVRhQFAX67C2qpIvVjCNqVIJU0hOOq2pbEzvhtLGacYqwIkrQcSRv9Q2pqVrpCR6ExRKEC3MBsaFVNmQD/ZLsz13cdR++jgYpI+d/mY+jIErjEXS5Wh4HygoactjTapmg6Rmz/XAahuwEEa6vjYk0qLtSV+b5LraUqQoVSBkT7a0Tnq+jrNjBM6Ruy4wKG7zPjl0hVZwNQFRy4EAMQZyuLdYW6zjSShDZs4X8xv5EvzHv7JKlW3cWrAxJbPUcsTUWjA9XYTLvg2UC7XO37w5e/b67NkfZ8+fnz37bWDNJgkg3va7n7/99+VX1j+///TuxXe6GA8jb3/9+u2ff6Uro0fn3796+/rV+Q/f/P3LCyjFE8vYGbhJW/FYxb5HcB18HnQECQiqoHBdeli40yMcAVihyrAHMM/amL+ZHGJne16cSNy573g+5rfDkK+Eser2DtaE8ZKgo1vECWTvEXKEDVa1S+tJ5FGfYYVVj2IXuxzcgjNbQKWFRWGXYmAfMob2bDMnDkXoSushs1YIU4PvM1wdKd0mA8YgPaKdQyu2H1grIcfKa/RIFQDSilX2KUe7bpJEEl/1RnAW2ltEetjBXi/Gk+S6kOBWh/LQWm9TIVB1N+5hV3dgSmkft3nPVwWxZF0s2CJhCAVrYXfVgy1b9ccCWMP2LdEFrIi1G0rVMlT4ogAzSTDw7QGjcmzU7sMsyDiNBUmMSNNQxabHXUIDNSX8QJ1lmfJ4JekglFuUcnJM2pRa929hcRiFmQ5vexD0TYpW3CYKNBQBFdTap09wBm4xgdjt0U5oOtnu6XnQI4FP4n69na6CYR0Wnq+A404XJxdDZie65V3hk3SdXY8gIihEZAIRTAgEqA4nq+gkFUzUUSv2CacZEPYJcAXVmiSjwWAobaLUrgqgMR8J0mfBTFSUJo7KTCRUmYmEKjOQELDG+Y8vZySe91FOf34ZoulnDb2shnGbXY1d1kgS7FJYPp/IZa7k0o/UJ0q51pSibgfwOGjjnPlsw/xsdVLuDShmcF42h6urHC/x4Fg3B8cbhXIDf7VqoVIvlIvDg+SFp+SRO4F5XAQET4au9fkufSkyB2fVzUtRn4sLk579q9krj8FhzFUxKa7XyisViMnwQaM6CsCwSRqGVGkGjFT5mOL3AFOcHzDF/izI1xqFarVayddqxXyjXMs+TxQn4VaajttGpdyoZnArLRG30sJxK027a5qMW2GjVKuWMrgVl4hbeeG4lS/ixvrPqrPNN9ZKNVgSbpWF41aZztpTlueyMKouHKPqpTBKL8VFY7RGXZJwae2SmHRiEnnWRhhIDVihf112YXOAEzCJs5WuK1m3Jjt5gbsnu3XtuPQSbpXHuXVNqe4SblXGRmv5THQJF6qXdGFRRDGjCzSeD7EaqoS+zM0/8GwJtue2vsGVh4p3JV7iqrd2sHdX6xl1pa8+SF3xK7ozdmbNHgu7QjhvfjOisBGG8mNAwdiZNXtuKMCDd0o3LzTM21VHXHyBkPFtZPTRNVaboz3T35YUs29L3nNEqH3Y8VNTwCVXugnj8HVYGp/+NJh2gqp96BZyFXNnJNH6NQ1wfdJzWf5GZSpmJfWbY4jrs4S4Pvnw838aPGOQG9c0yI1pq3g50W7MEu3G9AW9tLAfIJ74ah6iwLV0fC1jk32iJfM7QgcXP786scXVPxoY/657pk8JTgY5/cXO48cJ7J8l84GMcx2NK/eNCxb7McunaH000Tr9D1BLAQIUAAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAAAAAAAAAAAAAAAAAAABzZmR0UEsFBgAAAAABAAEAMgAAADkHAAAAAA=="};
+container.documentEditor.open(JSON.stringify(sfdt));
+
+document.getElementById('enforceProtection').addEventListener('click', function () {
+ //enforce protection
+ container.documentEditor.editor.enforceProtection('123', 'ReadOnly');
+});
+
+document.getElementById('stopProtection').addEventListener('click', function () {
+ //stop the document protection
+ container.documentEditor.editor.stopProtection('123');
+});
+
+{% endhighlight %}
+{% highlight html tabtitle="index.html" %}
+
+
+
+
+ Essential JS 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Form filling mode
+
+Document Editor supports protecting a document with form-filling restrictions, allowing users to edit only form fields.
+
+The following example code illustrates how to enforce or remove form-filling restrictions in the Document Editor.
+
+{% tabs %}
+{% highlight ts tabtitle="index.ts" %}
+
+import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor';
+
+DocumentEditorContainer.Inject(Toolbar);
+let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' });
+container.appendTo('#container');
+
+let sfdt: any = { "sfdt": "UEsDBAoAAAAIAGlfyVyMVz+kgAMAAL0ZAAAEAAAAc2ZkdM1YW2+bMBT+K5H3GlUBEgi8Vd2iPexSbXmYVOXBgB2smsvAbdpGkab91P2S+QYJzaW0TQhRpM/BHJ/P5/t8gliCNGMkJk/oJw4Z8Fh+h/oARj7wMKQF6oMCBcC7WQrMcuAtQbYAnm2YfZBFwHNcPqAxH3DMNTKNvsYoBJ5l9wHWGOIMeAOOKVIDnyjgmcA3tLiGcwT6ACUYeDwcC+TTOSkRSSQ4AZ7BESnM5knBF7jMoU8CHp8EKS3kDPq9kEh9FshQNXMzW/GkcncZFlvzw7wQyDitJZ+jTGE+V+jr35GCewEcC5YI4mkeQ8rzUsFTTgRqVaKLya8QmW37OqOZWALGyOuBVX/XLZhJ6hFGpUxYFHQJRPIpemCGqJncJ+cHgOClkBG5KRkeU1X6ezUlKrpa7U7o36qQ9frVfRXjyfcfX6effk1rU4KpuXtNFfXvz9/N74ENGweoGTVqM3FnmzKeOuGLbrkMwxwVxdsNY57YMGZ3DWMKw8xEcWTJZ5XIVd8j1QgXTzzWEOXj0VeQEj8nvBR3crOF2rMPVbFVf+EhIrsKEqONMBisV8awNoV5q0MbVzjxdxmMkkR3TIVYI1Nk/UICVKB7JdUbSmnVmjXbW5G1HC+SarwISn+tHYwLzYhhqgYhW6jur1sw0l090sYqSoPFKn+mIIyYdiDGimCQxpmu/CPzNUtRByD+Pj5M5AfI4/Uoz0/tkOnF31fV5+c0eVinEP4TGT8jGJJk3jOOlfRFKcV/8qaWFwPHNWzbHg0cxxy4Q6currHd4pTT7brTe1/IPGJCGVlfczIaujZ4Zt71TXUL6+vqf3aj1W0WqHcVwRy8UMXyJnWM26H7EWF4R1nvGuZwnsMs6k3ShFXc9kzXOK6eb8RszQ6vc4O5zw1Wu24wm7jB3O8G61xuKLlZHRXY2iewebBixsRybOuIAltNBLb2C3w6ug0FHnZU4OG2wGT94NfeCR42EXi4S+BT020o8KijAo92nOAWdR010XW08+CeVU67o3Lar5Lz6H3YbiKn/Uo5W2i/TkfldN7Wfo+uq9NEV+et7bcFgccdFXi87wFqcDE6WDNLfo4o8biJxOP9j1CnJNxQZLejIruHTvF51HabqO0ePtBdkB3lx9F89+uq7ZcytYLK2mkWJalJmrLzk9IsxCtIKl8r88WowiBWmOufDwpJPC/ksv8BUEsBAhQACgAAAAgAaV/JXIxXP6SAAwAAvRkAAAQAAAAAAAAAAAAAAAAAAAAAAHNmZHRQSwUGAAAAAAEAAQAyAAAAogMAAAAA" };
+container.documentEditor.open(JSON.stringify(sfdt));
+
+document.getElementById('enforceProtection').addEventListener('click', function () {
+ //enforce protection
+ container.documentEditor.editor.enforceProtection('123', 'FormFieldsOnly');
+});
+
+document.getElementById('stopProtection').addEventListener('click', function () {
+ //stop the document protection
+ container.documentEditor.editor.stopProtection('123');
+});
+
+{% endhighlight %}
+{% highlight html tabtitle="index.html" %}
+
+
+
+
+ Essential JS 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Comments only mode
+
+Document Editor supports protecting a document in comments-only mode, allowing users to add or edit comments only.
+
+The following example code illustrates how to enforce and remove comments-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight ts tabtitle="index.ts" %}
+
+import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor';
+
+DocumentEditorContainer.Inject(Toolbar);
+let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' });
+container.appendTo('#container');
+
+let sfdt: any = {"sfdt":"UEsDBAoAAAAIALBkyVwLdNuZlgcAANcqAAAEAAAAc2ZkdO1aT2/cNhb/KgJ7dYMZzYzmz6127LqJnRiJm6Lb+sCRyBFjSdSKlJ2pEaBIT70UWKC72MMW2NseFosWaIEt9rIfJkCC3fZD9D2S8vzxzGRcT2dcIBMjT+KjyPd+7/FHiuIFkbkWqfiMPeaRJj1dlGyL0LhPepwmim0RxULS++QCZV6Q3gXJz0kvqPtbJI9Jr92FiySFC5CFk9rJvpNxRHqNYItwJyOek14NpGT2oi+sgJ7IA3Z+RAeMbBGWcdKDxzlKUBeiksxIwTPSq4NkVuaDTEED7xW0L0J4PgtlooyG/fHcyKSvQ/Oo1Xxy8hw6Nd7lHF3rR4VCqcGsC9Al2spiYGXf3cdWnKHAYuylA7CBbEDrSoNBZJ/RSGQDrw6mJGi6qRuajrj6zD7C4Zbs0ET0CwH1oByxsBq8GtdxOnWfcTZVMlEAvQnj3Hr71EmOUYjOWKbLgnkfyeJUeTvDMGGKPAfIb4g2F5lNI4Q7qNB+IIuUJnOh9kd++jNxmaqwyIktT8fMI+iIaQG7CrXNKwEpTqK0y89k+yyI+ED0WdnvsKgc1V/UIxehFlrIUl1tv76C9r1QpjnNhp7MvPNYhLHxZdpPRdM8YV5ENe1TxZRHQYVX0ZYn4M5LaDFgW15aJlpkFOzNaOKlNCs5DaEdTHvX0R0M+QkE0VgWm7jffMQtjrkL8AkmG+Hr75JtwE22AT95vol45mv39Dkm8PjQqjsSPRYpDA6YsbxHErJ/jEzrl2R6tY6ITJWa38JrvGo08AqJ1F5b2p3RuqPfWZqZCnDiRhAlyLVmyrWSO6mpnbCVEdQKN9kmynKhTC7ndreUOMVeq+vz7PL6PKwWHqMYcOUs0jxBwyugoCTS53YCcJM5c+uDGKwmgIVykqfWkNyKKNapNYlzaylSlClQeqj7Vqfj1MY5dAJz5CEHXsYlSUqfcmUViUlA1CZAgBgDPZoHvQMxiDWUIefW/NperQH/47+muWoatsaHGV2mVqgW1oL05AgXuQeUC7Ve/fjjyxc/vHzx75dffPHyxbeX1uzTDOJNfvrHn37+5nPv/9///aev/2yLceH0+l9fvv7Pf8cro0ev/vLd6x++e/XXr/73z6+hFFdXMzNwn/WLmYrjmOI4eC8bKJpRVEHhro6x8MGQJgjANjOGPYE8i/D+/fIpNvY4LkqNq4z7cYr3h1Im27Iwzd7HmtBfmQ3sE0UJt48oPcMHdqxLu2Ues1RghZ2YYRNHCbgF68uMaQ+L5CnDwH4sBNpzKMJCKsm197HwtqkwnR8LHB1jun0BjEGH1DqHVhw+8bZlgpXvsjNTAEgbVjlmCdr1Pi01TU1rFLOQHFAdYwOPhwWueneVBrcGLJHebsSUQtXDYohN3YeUsj4eJsPUFBRanGLBAZUSCu7K050YpmzTnshgDJMP1ClgRb0jqc2T0uCLAsyk2aVvTwTTM6P2IWTBhNNYUBaINJMmNsOEU5aZlEgzs+4WxuPtcoBQHjCW0HMaMeZ9+AEWy1xONHgvhqDvM7TiHjWgociYYt4xe4YZeCAUYveYDaRr5HBo82BIs5QWVb0HpwaGXRh4qQEuCU8xuQQyO7VPPlQpHa9zFFNEBIXKXSCyOYEA1dP5KjZPBYk6bcUxTdgECMcUuIJZTTmhwWAYbWnU3ATQmY8EmYpsKSoaJ47WUiTUWoqEWkuQELDGq799syTxvIlyqvxyRFPdOnrZkUUkbsYud2mZHTEYPm/JZaXkUkXqLaXcakoxOxm4HCSYM+/suR8xK+XhJcVcrpfd4uomy0tcOHbcwvFOvdnFXzuotzr1pj9aSF55o5/av1jFpkX2bORaxXfjGzgrcNbsEvl2XVyft08RTG7PXC7GuImJv9tubrcgJqMXjWAagNEj4zCMlU6AMVY+o/gNwPirA8avsqDW7taDIGjV2m2/1m22J98n/Hm4NRbjttdqdoMJ3BobxK2xdtwai/bF5uNW32u0g8YEbv4GcWuuHbfmVdxE9a66XL6J/tgDG8KttXbcWotZe8Hw3BRGwdoxCq6F0fhQXDdGdxmnZaK9I1rQQUHz2NuTmbaA1avtsiuTA6yAaTFZ6baSdX++k1e4e75bt45Lr+FWc5Zbt5TqruFWa2a0Ns9E13AhuKYL6yKKJV1gxWqI1VEltOV2/oFnGzA9R3YHVz81vKtxE9d8YYS5O+hMqFuV+mRsi9/QnbNz0uyZsBuEa+63JAp7UurfAwrOzkmzV4YCvHiP6VaFhvsSHKqrHxAmfJvqfXqMtVdoz+KvJf7k15I3LBHav275aSngmiPdhXH0OWwcnyoNFq2g2r92CrmJuUuSaOeWBrgz772sdqe1ELOG+a0wxJ1lQtyZv/j5LQ1eMsjdWxrk7qJRvJlod5eJdnfxgN5Y2E8QT/w0D1FIrAxTe6BnwfEYqIxb5SWDmaBUZkLGA2/Er/nBuzX46x7X/V6j3au173Rq/h9IdTTMnhWyx2ceMQ5zYoSHdGRGi6HHZeGljGaAlzvoErnsCe3hAbhyJj6zUqQDZRMOj69dEHXzgwyzv78vdbxhdMTIOvjppyXM6Q3nS3gbjWtWxmXrPWDzNlq/m2g9/wVQSwECFAAKAAAACACwZMlcC3TbmZYHAADXKgAABAAAAAAAAAAAAAAAAAAAAAAAc2ZkdFBLBQYAAAAAAQABADIAAAC4BwAAAAA="};
+container.documentEditor.open(JSON.stringify(sfdt));
+
+document.getElementById('enforceProtection').addEventListener('click', function () {
+ //enforce protection
+ container.documentEditor.editor.enforceProtection('123', 'CommentsOnly');
+});
+
+document.getElementById('stopProtection').addEventListener('click', function () {
+ //stop the document protection
+ container.documentEditor.editor.stopProtection('123');
+});
+
+{% endhighlight %}
+{% highlight html tabtitle="index.html" %}
+
+
+
+
+
+ Essential JS 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Track changes only mode
+
+Document Editor supports protecting a document in revisions-only mode, allowing users to view the document and make corrections while tracking all changes. Users cannot accept or reject tracked changes; only the author can review and finalize them later.
+
+The following example code illustrates how to enforce and remove revisions-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight ts tabtitle="index.ts" %}
+
+import { DocumentEditorContainer, Toolbar } from '@syncfusion/ej2-documenteditor';
+
+DocumentEditorContainer.Inject(Toolbar);
+let container: DocumentEditorContainer = new DocumentEditorContainer({ enableToolbar: true, serviceUrl: 'https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/' });
+container.appendTo('#container');
+
+let sfdt: any = {"sfdt":"UEsDBAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAc2ZkdO1aS28bNxD+K4vtVQj0ft3qV5zEdozYSREkPlArrpYW99El145iGCiSUy8FCqRFDw3QWw9F0QAN0KCX/hgDDtr0R3SGpKRdWVLkWJUcIDLgITl8zHxDfuRy98QOI8l89pTuuW1pN2Wc0JxNvJbddAkXNGcL6tjNRycoo9huntjRsd2sFoo5O/LsZq0BCe5DAmRspDSyZaTXtpulas52jWy7kd3MgwypTrSYFjCSvUOPd0mH2jmbBq7dhOYuSlDHrC+pkswN7GYBJNUy6gQCOvg8Ji3mQPvACblQGvrlsZK8JR3VVGseHZzCoMq7yEXXWu1YoJRg1gnouNQy7mjZMnlPiyMUWIyj1AE2kCXoXUgwyN6kpM2CjlUAUziaruo6aiBXPNVNXMjaq4SzVsygHpQjFlqDqbTOJSP5wKUjJZkCGI0p5xY7puQRRqF9RAOZxNT6Ioy7wlrtOZwK+xQgvyLaLgv0NEK4q320d8LYJ3wi1MWhn8WxuIxUmOZEzpIetVzmSCZZmAjLCf2IBD0rDKxjjzme0o+2FcSPOLXaRJIWEVRYBFSYaucsBjmLk7hDc5afcMkCAj0HhFs+CRKXONAPTiUz0A2E8QCAUfZ7Csurz+LpOBrQDjCAtrv4IekS3KRL8NONlhHPaOGenuIETi/AgiGmfebD4oBdwLoXwuxPEVRhQFAX67C2qpIvVjCNqVIJU0hOOq2pbEzvhtLGacYqwIkrQcSRv9Q2pqVrpCR6ExRKEC3MBsaFVNmQD/ZLsz13cdR++jgYpI+d/mY+jIErjEXS5Wh4HygoactjTapmg6Rmz/XAahuwEEa6vjYk0qLtSV+b5LraUqQoVSBkT7a0Tnq+jrNjBM6Ruy4wKG7zPjl0hVZwNQFRy4EAMQZyuLdYW6zjSShDZs4X8xv5EvzHv7JKlW3cWrAxJbPUcsTUWjA9XYTLvg2UC7XO37w5e/b67NkfZ8+fnz37bWDNJgkg3va7n7/99+VX1j+///TuxXe6GA8jb3/9+u2ff6Uro0fn3796+/rV+Q/f/P3LCyjFE8vYGbhJW/FYxb5HcB18HnQECQiqoHBdeli40yMcAVihyrAHMM/amL+ZHGJne16cSNy573g+5rfDkK+Eser2DtaE8ZKgo1vECWTvEXKEDVa1S+tJ5FGfYYVVj2IXuxzcgjNbQKWFRWGXYmAfMob2bDMnDkXoSushs1YIU4PvM1wdKd0mA8YgPaKdQyu2H1grIcfKa/RIFQDSilX2KUe7bpJEEl/1RnAW2ltEetjBXi/Gk+S6kOBWh/LQWm9TIVB1N+5hV3dgSmkft3nPVwWxZF0s2CJhCAVrYXfVgy1b9ccCWMP2LdEFrIi1G0rVMlT4ogAzSTDw7QGjcmzU7sMsyDiNBUmMSNNQxabHXUIDNSX8QJ1lmfJ4JekglFuUcnJM2pRa929hcRiFmQ5vexD0TYpW3CYKNBQBFdTap09wBm4xgdjt0U5oOtnu6XnQI4FP4n69na6CYR0Wnq+A404XJxdDZie65V3hk3SdXY8gIihEZAIRTAgEqA4nq+gkFUzUUSv2CacZEPYJcAXVmiSjwWAobaLUrgqgMR8J0mfBTFSUJo7KTCRUmYmEKjOQELDG+Y8vZySe91FOf34ZoulnDb2shnGbXY1d1kgS7FJYPp/IZa7k0o/UJ0q51pSibgfwOGjjnPlsw/xsdVLuDShmcF42h6urHC/x4Fg3B8cbhXIDf7VqoVIvlIvDg+SFp+SRO4F5XAQET4au9fkufSkyB2fVzUtRn4sLk579q9krj8FhzFUxKa7XyisViMnwQaM6CsCwSRqGVGkGjFT5mOL3AFOcHzDF/izI1xqFarVayddqxXyjXMs+TxQn4VaajttGpdyoZnArLRG30sJxK027a5qMW2GjVKuWMrgVl4hbeeG4lS/ixvrPqrPNN9ZKNVgSbpWF41aZztpTlueyMKouHKPqpTBKL8VFY7RGXZJwae2SmHRiEnnWRhhIDVihf112YXOAEzCJs5WuK1m3Jjt5gbsnu3XtuPQSbpXHuXVNqe4SblXGRmv5THQJF6qXdGFRRDGjCzSeD7EaqoS+zM0/8GwJtue2vsGVh4p3JV7iqrd2sHdX6xl1pa8+SF3xK7ozdmbNHgu7QjhvfjOisBGG8mNAwdiZNXtuKMCDd0o3LzTM21VHXHyBkPFtZPTRNVaboz3T35YUs29L3nNEqH3Y8VNTwCVXugnj8HVYGp/+NJh2gqp96BZyFXNnJNH6NQ1wfdJzWf5GZSpmJfWbY4jrs4S4Pvnw838aPGOQG9c0yI1pq3g50W7MEu3G9AW9tLAfIJ74ah6iwLV0fC1jk32iJfM7QgcXP786scXVPxoY/657pk8JTgY5/cXO48cJ7J8l84GMcx2NK/eNCxb7McunaH000Tr9D1BLAQIUAAoAAAAIAMBmyVzPkjTQFwcAAJcpAAAEAAAAAAAAAAAAAAAAAAAAAABzZmR0UEsFBgAAAAABAAEAMgAAADkHAAAAAA=="};
+container.documentEditor.open(JSON.stringify(sfdt));
+
+document.getElementById('enforceProtection').addEventListener('click', function () {
+ //enforce protection
+ container.documentEditor.editor.enforceProtection('123', 'RevisionsOnly');
+});
+
+document.getElementById('stopProtection').addEventListener('click', function () {
+ //stop the document protection
+ container.documentEditor.editor.stopProtection('123');
+});
+
+{% endhighlight %}
+{% highlight html tabtitle="index.html" %}
+
+
+
+
+
+ Essential JS 2
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Format restrictions
+
+Enforces document protection using the specified credentials. In the [enforceProtection](https://ej2.syncfusion.com/documentation/api/document-editor/editor#enforceprotection-1) method, the second parameter represents limitToFormatting, and the third parameter represents isReadOnly.
+
+{% tabs %}
+{% highlight ts tabtitle="index.ts" %}
+
+container.documentEditor.editor.enforceProtection('password', true, true);
+
+{% endhighlight %}
+{% endtabs %}
+
+## Configure on server side
+
+The above-mentioned hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service as shown below.
+
+The Document Editor client requires a server-side API to generate a hash from the specified password and salt values, which is necessary for the restrict editing functionality.
+
+For more information on configuring restrict editing on the server side, refer to the following:
+
+- [Web Service for Restrict editing in ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/web-services/core#restrict-editing)
+
+- [Web Service for Restrict editing in ASP.NET MVC](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/web-services/mvc#restrict-editing)
+
+- [Web Service for Restrict editing in Java](https://help.syncfusion.com/document-processing/word/word-processor/javascript-es6/web-services/java#restrict-editing)
## Set current user
-You can use the [`currentUser`](https://ej2.syncfusion.com/documentation/api/document-editor#currentuser) property to authorize the current document user by name, email, or user group name.
+The [`currentUser`](https://ej2.syncfusion.com/documentation/api/document-editor#currentuser) property can be used to authorize the current document user by name, email, or user group.
-The following code shows how to set currentUser
+The following code example demonstrates how to set the currentUser.
-```ts
-documentEditor.currentUser = 'engineer@mycompany.com';
-```
+{% tabs %}
+{% highlight ts tabtitle="index.ts" %}
-## Highlighting the text area
+container.documentEditor.currentUser = 'engineer@mycompany.com';
-You can highlight the editable region of the current user using the [`userColor`](https://ej2.syncfusion.com/documentation/api/document-editor#usercolor) property.
+{% endhighlight %}
+{% endtabs %}
-The following code shows how to set userColor.
+## Protect document with editable region
+User can select a specific section and mark it as an editable region, allowing modification only in that part. The rest of the document remains protected from any changes.
-```ts
-documentEditor.userColor = '#fff000';
-```
+### Insert editable region
+Use the [insertEditingRegion](https://ej2.syncfusion.com/documentation/api/document-editor/editor#inserteditingregion) method to mark specific paragraphs as editable.This allows you to control editing by giving access to all users or only selected users.
+
+The following example shows how to insert an editable region.
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+// Allow editing for all users
+container.documentEditor.editor.insertEditingRegion();
+
+// pass a username to restrict access
+container.documentEditor.editor.insertEditingRegion("User Name");
+
+{% endhighlight %}
+{% endtabs %}
+
+### Highlight color for editable region
+
+The [userColor](https://ej2.syncfusion.com/documentation/api/document-editor-container/index-default#usercolor) property can be used to highlight the editable region of the current user.
+
+The following code example demonstrates how to set the userColor.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+container.documentEditor.userColor = '#fff000';
+
+{% endhighlight %}
+{% endtabs %}
+
+### Enable or disable editable region highlighting
+
+The [highlightEditableRanges](https://ej2.syncfusion.com/documentation/api/document-editor-container/documenteditorsettingsmodel#highlighteditableranges) property can be used to toggle the highlighting of editable regions.
+
+The following code example demonstrates how to enable or disable editable region highlighting.
+
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+container.documentEditor.documentEditorSettings.highlightEditableRanges = true;
+
+{% endhighlight %}
+{% endtabs %}
## Restrict Editing Pane
@@ -44,9 +480,7 @@ Restrict Editing Pane provides the following options to manage the document:
The following code shows Restrict Editing Pane. To unprotect the document, use password '123'.
-
-
- {% tabs %}
+{% tabs %}
{% highlight ts tabtitle="index.ts" %}
{% include code-snippet/document-editor/javascript-es6/data-protection-cs2/index.ts %}
{% endhighlight %}
@@ -57,12 +491,4 @@ The following code shows Restrict Editing Pane. To unprotect the document, use p
{% previewsample "/document-processing/code-snippet/document-editor/javascript-es6/data-protection-cs2" %}
-## Online Demo
-
-Explore how to restrict editing and protect Word documents using the JavaScript Document Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/javascript/#/material3/document-editor/document-protection.html).
-
-### See Also
-
-* [How to protect the document in form filling mode](./form-fields#protect-the-document-in-form-filling-mode)
-* [How to protect the document in comments only mode](./comments#protect-the-document-in-comments-only-mode)
-* [How to protect the document in track changes only mode](./track-changes#protect-the-document-in-track-changes-only-mode)
\ No newline at end of file
+N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property.
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/web-services/core.md b/Document-Processing/Word/Word-Processor/javascript-es6/web-services/core.md
index 8e912d80fe..a8b41b2ceb 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es6/web-services/core.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es6/web-services/core.md
@@ -56,7 +56,7 @@ The following example code illustrates how to write a Web API for importing Word
The web browsers do not support to display metafile images like EMF and WMF and also TIFF format images. As a fallback approach, you can convert the metafile/TIFF format image to raster image using any image converter in the `MetafileImageParsed` event and this fallback raster image will be displayed in the client-side Document editor component.
->Note: In `MetafileImageParsedEventArgs` event argument, you can get the metafile stream using `MetafileStream` property and you can get the `IsMetafile` boolean value to determine whether the image is meta file images(WMF,EMF) or Tiff format images. In below example, we have converted the TIFF to raster image in `ConvertTiffToRasterImage()` method using `Bitmiracle https://www.nuget.org/packages/BitMiracle.LibTiff.NET`.
+>Note: In `MetafileImageParsedEventArgs` event argument, you can get the metafile stream using `MetafileStream` property and you can get the `IsMetafile` boolean value to determine whether the image is meta file images(WMF,EMF) or TIFF format images. In below example, we have converted the TIFF to raster image in `ConvertTiffToRasterImage()` method using `Bitmiracle https://www.nuget.org/packages/BitMiracle.LibTiff.NET`.
The following example code illustrates how to use `MetafileImageParsed` event for creating fallback raster image for metafile present in a Word document.
@@ -227,11 +227,11 @@ The following example code illustrates how to write a Web API for restrict editi
[HttpPost]
[EnableCors("AllowAllOrigins")]
[Route("RestrictEditing")]
- public string[] RestrictEditing([FromBody]CustomRestrictParameter param)
+ public string[] RestrictEditing([FromBody] CustomRestrictParameter param)
{
- if (param.passwordBase64 == "" && param.passwordBase64 == null)
+ if (param.passwordBase64 == "" || param.passwordBase64 == null)
return null;
- return WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount);
+ return WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount, param.algorithmSid);
}
public class CustomRestrictParameter
@@ -239,6 +239,7 @@ The following example code illustrates how to write a Web API for restrict editi
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
+ public string algorithmSid { get; set;}
}
```
diff --git a/Document-Processing/Word/Word-Processor/javascript-es6/web-services/mvc.md b/Document-Processing/Word/Word-Processor/javascript-es6/web-services/mvc.md
index 200feb05c7..ebec448a59 100644
--- a/Document-Processing/Word/Word-Processor/javascript-es6/web-services/mvc.md
+++ b/Document-Processing/Word/Word-Processor/javascript-es6/web-services/mvc.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Mvc in JavaScript (ES6) Document editor control
+# MVC in JavaScript (ES6) Document editor control
DocumentEditor depends on server side interaction for below listed operations can be written in ASP.NET MVC using [Syncfusion.EJ2.WordEditor.AspNet.Mvc5](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc5) or [Syncfusion.EJ2.WordEditor.AspNet.Mvc4](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc4).
@@ -96,11 +96,11 @@ The following example code illustrates how to write a Web API for restrict editi
[HttpPost]
[EnableCors("*", "*", "*")]
[Route("RestrictEditing")]
- public string[] RestrictEditing([FromBody]CustomRestrictParameter param)
+ public string[] RestrictEditing([FromBody] CustomRestrictParameter param)
{
- if (param.passwordBase64 == "" && param.passwordBase64 == null)
+ if (param.passwordBase64 == "" || param.passwordBase64 == null)
return null;
- return Syncfusion.EJ2.DocumentEditor.WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount);
+ return Syncfusion.EJ2.DocumentEditor.WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount, param.algorithmSid);
}
public class CustomRestrictParameter
@@ -108,6 +108,7 @@ The following example code illustrates how to write a Web API for restrict editi
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
+ public string algorithmSid { get; set; }
}
```
diff --git a/Document-Processing/Word/Word-Processor/react/restrict-editing.md b/Document-Processing/Word/Word-Processor/react/restrict-editing.md
index 1499443ec0..4f5ce55d64 100644
--- a/Document-Processing/Word/Word-Processor/react/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/react/restrict-editing.md
@@ -256,31 +256,53 @@ container.documentEditor.currentUser = 'engineer@mycompany.com';
{% endhighlight %}
{% endtabs %}
-## Highlighting the text area
+## Protect document with editable region
+User can select a specific section and mark it as an editable region, allowing modification only in that part. The rest of the document remains protected from any changes.
+### Insert editable region
+Use the [insertEditingRegion](https://ej2.syncfusion.com/react/documentation/api/document-editor/editor#inserteditingregion) method to mark specific paragraphs as editable.This allows you to control editing by giving access to all users or only selected users.
+
+The following example shows how to insert an editable region.
+{% tabs %}
+{% highlight ts tabtitle="TS" %}
+
+// Allow editing for all users
+container.documentEditor.editor.insertEditingRegion();
+
+// pass a username to restrict access
+container.documentEditor.editor.insertEditingRegion("User Name");
+
+{% endhighlight %}
+{% endtabs %}
+
+### Highlight color for editable region
+
The [userColor](https://ej2.syncfusion.com/react/documentation/api/document-editor-container/index-default#usercolor) property can be used to highlight the editable region of the current user.
The following code example demonstrates how to set the userColor.
-
+
{% tabs %}
{% highlight ts tabtitle="TS" %}
-
+
container.documentEditor.userColor = '#fff000';
-
+
{% endhighlight %}
{% endtabs %}
-
-The [highlightEditableRanges](https://ej2.syncfusion.com/react/documentation/api/document-editor-container/documenteditorsettingsmodel#highlighteditableranges) property can be used to toggle the highlighting of editable regions.
-
+
+### Enable or disable editable region highlighting
+
+The [highlightEditableRanges](https://ej2.syncfusion.com/react/documentation/api/document-editor-container/documenteditorsettingsmodel#highlighteditableranges) property can be used to toggle the highlighting of editable regions.
+
The following code example demonstrates how to enable or disable editable region highlighting.
-
+
{% tabs %}
{% highlight ts tabtitle="TS" %}
-
+
container.documentEditor.documentEditorSettings.highlightEditableRanges = true;
-
+
{% endhighlight %}
{% endtabs %}
+
## Restrict Editing Pane
diff --git a/Document-Processing/Word/Word-Processor/react/web-services/core.md b/Document-Processing/Word/Word-Processor/react/web-services/core.md
index 43d1054ed7..1ffed3b929 100644
--- a/Document-Processing/Word/Word-Processor/react/web-services/core.md
+++ b/Document-Processing/Word/Word-Processor/react/web-services/core.md
@@ -398,7 +398,7 @@ public class SpellCheckJsonData
{% endhighlight %}
{% endtabs %}
->N You can find the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) then configure the dictionary set up to make use for spell check or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) to host your own web service.
+N> You can find the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) then configure the dictionary set up to make use for spell check or use the [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) to host your own web service.
## Save as file formats other than SFDT and DOCX
@@ -558,4 +558,4 @@ The following example code illustrates how to write a Web API for export.
}
```
->N[View ASP.NET Core Web API sample in GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices/tree/master/ASP.NET%20Core).
+N> [View ASP.NET Core Web API sample in GitHub](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices/tree/master/ASP.NET%20Core).
diff --git a/Document-Processing/Word/Word-Processor/uwp/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md b/Document-Processing/Word/Word-Processor/uwp/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md
new file mode 100644
index 0000000000..1954ab093c
--- /dev/null
+++ b/Document-Processing/Word/Word-Processor/uwp/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md
@@ -0,0 +1,117 @@
+---
+title: How to use SfRichTextBoxAdv as a standard RichTextBox. | Syncfusion
+description: Learn how to use UWP SfRichTextBoxAdv as a standard RichTextBox along with its core key features and usage.
+platform: document-processing
+control: SfRichTextBoxAdv
+documentation: ug
+keywords: use-sfrichtextboxadv-like-richtextbox
+---
+
+# Use SfRichTextBoxAdv as a standard RichTextBox
+
+Use the following code to configure the SfRichTextBoxAdv control as a standard RichTextBox with rich text formatting options.
+
+{% tabs %}
+{% highlight xaml tabtitle="MainWindow.xaml" %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+
+{% endtabs %}
+
+When the application is executed, the standard RichTextBox control is displayed as illustrated below.
+
+
+N> [View Sample in GitHub](https://github.com/SyncfusionExamples/UWP-RichTextBox-Examples/tree/main/Samples/Standard%20RichTextBox).
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md b/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
index ad8a7ac5d4..43744fdec9 100644
--- a/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
+++ b/Document-Processing/Word/Word-Processor/uwp/Getting-Started.md
@@ -18,12 +18,19 @@ The steps below cover the essential tasks required to add and use the SfRichText
### Create a New UWP Project
-1. Open **Visual Studio**.
-2. Click **Create a new project**.
-3. Select **Blank App (Universal Windows)** or **UWP App** from the project templates.
-4. Click **Next**.
-5. Enter the **project name**, location, and other required details.
-6. Click **Create**.
+- Open **Visual Studio**.
+- Click **Create a new project**.
+- In the **Create a new project** window, search for **UWP**, and select **UWP Blank App**.
+- Click **Next**, and enter the following details:
+ - **Project name**: `DocumentEditor`
+ - **Location**: Choose your preferred location
+ - **Solution name**: `DocumentEditor`
+
+N> The **project name** is used as the default namespace (for example, in `x:Class`). It is recommended to use **DocumentEditor** to match the code examples provided.
+
+- Select the **target version** and **minimum version** of Windows as required.
+- Click **Create**.
+
### Add SfRichTextBoxAdv dependencies
@@ -35,7 +42,7 @@ The steps below cover the essential tasks required to add and use the SfRichText
1. In Solution Explorer, right-click the project and select **Manage NuGet Packages**.
2. Search for [Syncfusion.SfRichTextBoxAdv.UWP](https://www.nuget.org/packages/Syncfusion.SfRichTextBoxAdv.UWP) and install the latest version.
-3. Verify that all required dependencies are installed and the project is successfully restored.
+3. Verify that all [required dependencies](https://help.syncfusion.com/uwp/control-dependencies#sfrichtextboxadv) are installed and the project is successfully restored.
**Using Package Manager Console:**
@@ -80,18 +87,18 @@ Open the Toolbox window and drag the **SfRichTextBoxAdv** control onto the Desig
To add the control manually in XAML, follow these steps:
-1. Import SfRichTextBoxAdv control namespace Syncfusion.UI.Xaml.RichTextBoxAdv in the XAML page.
+1. Import the **SfRichTextBoxAdv** control namespace `Syncfusion.UI.Xaml.RichTextBoxAdv` in the **XAML page**.
-2. Declare SfRichTextBoxAdv control in the XAML page.
+2. Declare the **SfRichTextBoxAdv** control in the **XAML page**.
{% tabs %}
{% highlight xaml tabtitle="MainWindow.xaml" %}
[View Sample in GitHub](https://github.com/SyncfusionExamples/UWP-RichTextBox-Examples/tree/main/Samples/SfRichTextBoxAdv).
-## Use SfRichTextBoxAdv as a standard RichTextBox
-
-Use the following code to configure the SfRichTextBoxAdv control as a standard RichTextBox with rich text formatting options.
-
-{% tabs %}
-{% highlight xaml tabtitle="MainWindow.xaml" %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{% endhighlight %}
-
-{% endtabs %}
-
-When the application is executed, the standard RichTextBox control is displayed as illustrated below.
-
-
-N> [View Sample in GitHub](https://github.com/SyncfusionExamples/UWP-RichTextBox-Examples/tree/main/Samples/Standard%20RichTextBox).
-
-
## See also
-- [Import and Export](./Import-and-Export)
-- [Selection](./Selection)
-- [Commands](./Commands)
\ No newline at end of file
+- [Import and Export](https://help.syncfusion.com/document-processing/word/word-processor/uwp/import-and-export)
+- [Selection](https://help.syncfusion.com/document-processing/word/word-processor/uwp/selection)
+- [Commands](https://help.syncfusion.com/document-processing/word/word-processor/uwp/commands)
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/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 %}
diff --git a/Document-Processing/Word/Word-Processor/vue/restrict-editing.md b/Document-Processing/Word/Word-Processor/vue/restrict-editing.md
index 9cedc909ed..fb044aabd6 100644
--- a/Document-Processing/Word/Word-Processor/vue/restrict-editing.md
+++ b/Document-Processing/Word/Word-Processor/vue/restrict-editing.md
@@ -1,45 +1,431 @@
---
layout: post
-title: Restrict editing in Vue Document Editor Component | Syncfusion
-description: Learn here all about Restrict editing in Syncfusion Vue Document editor component of Syncfusion Essential JS 2 and more.
+title: Restrict editing in Vue DOCX Editor | Syncfusion
+description: Learn how to enable Restrict Editing in the Vue DOCX Editor to securely manage document access and control user modifications.
control: Restrict editing
platform: document-processing
documentation: ug
domainurl: ##DomainURL##
---
-# Restrict Editing in Vue Document Editor Component
+# Restrict Editing in Vue DOCX Editor
-Document Editor provides support to restrict editing. When the protected document includes range permission, then unique user or user group only authorized to edit separate text area.
+Syncfusion® Vue DOCX Editor (Document Editor) provides support for restricting editing within a document. It enables control over how and where content can be modified. This helps limit editing so only specific sections of the document can be changed.
-## Set current user
+## Configure on client side
-You can use the `currentUser` property to authorize the current document user by name, email, or user group name.
+Document Editor provides options to protect and unprotect a document using the [enforceProtection](https://ej2.syncfusion.com/vue/documentation/api/document-editor/editor#enforceprotection) and [stopProtection](https://ej2.syncfusion.com/vue/documentation/api/document-editor/editor#stopprotection) APIs, enabling various restricting editing operations.
-The following code shows how to set currentUser
+### Read only mode
-```javascript
-this.$refs.doceditcontainer.ej2Instances.documentEditor.currentUser = 'engineer@mycompany.com';
-```
+Document Editor supports protecting a document in read-only mode, where users can only view the content without making changes.
-## Highlighting the text area
+The following example code illustrates how to enforce or remove read-only protection in the Document Editor.
-You can highlight the editable region of the current user using the `userColor` property.
+{% tabs %}
+{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
-The following code shows how to set userColor.
+
+
+
+
+
-```javascript
-this.$refs.doceditcontainer.ej2Instances.documentEditor..userColor = '#fff000';
-```
+
+
+{% endhighlight %}
+{% highlight html tabtitle="Options API (~/src/App.vue)" %}
+
+
+
+
+
+
-You can toggle the highlight the editable region value using the "highlightEditableRanges" property.
+
-The following code shows how to toggle the highlight editable region value.
+{% endhighlight %}
+{% endtabs %}
+
+### Form filling mode
+
+Document Editor supports protecting a document with form-filling restrictions, allowing users to edit only form fields.
+
+The following example code illustrates how to enforce or remove form-filling restrictions in the Document Editor.
+
+{% tabs %}
+{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% highlight html tabtitle="Options API (~/src/App.vue)" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Comments only mode
+
+Document Editor supports protecting a document in comments-only mode, allowing users to add or edit comments only.
+
+The following example code illustrates how to enforce and remove comments-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% highlight html tabtitle="Options API (~/src/App.vue)" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Track changes only mode
+
+Document Editor supports protecting a document in revisions-only mode, allowing users to view the document and make corrections while tracking all changes. Users cannot accept or reject tracked changes; only the author can review and finalize them later.
+
+The following example code illustrates how to enforce and remove revisions-only protection in the Document Editor.
+
+{% tabs %}
+{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% highlight html tabtitle="Options API (~/src/App.vue)" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+### Format restrictions
+
+Enforces document protection using the specified credentials. In the [enforceProtection](https://ej2.syncfusion.com/vue/documentation/api/document-editor/editor#enforceprotection-1) method, the second parameter represents limitToFormatting, and the third parameter represents isReadOnly.
+
+{% tabs %}
+{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% highlight html tabtitle="Options API (~/src/App.vue)" %}
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+{% endtabs %}
+
+## Configure on server side
+
+The above-mentioned hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service as shown below.
+
+The Document Editor client requires a server-side API to generate a hash from the specified password and salt values, which is necessary for the restrict editing functionality.
+
+For more information on configuring restrict editing on the server side, refer to the following:
+
+- [Web Service for Restrict editing in ASP.NET Core](https://help.syncfusion.com/document-processing/word/word-processor/vue/web-services/core#restrict-editing)
+
+- [Web Service for Restrict editing in ASP.NET MVC](https://help.syncfusion.com/document-processing/word/word-processor/vue/web-services/mvc#restrict-editing)
+
+- [Web Service for Restrict editing in Java](https://help.syncfusion.com/document-processing/word/word-processor/vue/web-services/java#restrict-editing)
+
+## Set current user
+
+The [currentUser](https://ej2.syncfusion.com/vue/documentation/api/document-editor-container/documenteditor#currentuser) property can be used to authorize the current document user by name, email, or user group.
+
+The following code example demonstrates how to set the currentUser.
```javascript
-this.$refs.doceditcontainer.ej2Instances.documentEditor.documentEditorSettings.highlightEditableRanges = true;
+this.$refs.doceditcontainer.ej2Instances.documentEditor.currentUser = 'engineer@mycompany.com';
```
+## Protect document with editable region
+User can select a specific section and mark it as an editable region, allowing modification only in that part. The rest of the document remains protected from any changes.
+
+### Insert editable region
+Use the [insertEditingRegion](https://ej2.syncfusion.com/vue/documentation/api/document-editor/editor#inserteditingregion) method to mark specific paragraphs as editable.This allows you to control editing by giving access to all users or only selected users.
+
+The following example shows how to insert an editable region.
+{% tabs %}
+{% highlight ts tabtitle="JS" %}
+
+// Allow editing for all users
+this.$refs.doceditcontainer.ej2Instances.documentEditor.editor.insertEditingRegion();
+
+// pass a username to restrict access
+this.$refs.doceditcontainer.ej2Instances.documentEditor.editor.insertEditingRegion("User Name");
+
+{% endhighlight %}
+{% endtabs %}
+
+### Highlight color for editable region
+
+The [userColor](https://ej2.syncfusion.com/vue/documentation/api/document-editor-container/index-default#usercolor) property can be used to highlight the editable region of the current user.
+
+The following code example demonstrates how to set the userColor.
+
+{% tabs %}
+{% highlight ts tabtitle="JS" %}
+
+this.$refs.doceditcontainer.ej2Instances.documentEditor.userColor = '#fff000';
+
+{% endhighlight %}
+{% endtabs %}
+
+### Enable or disable editable region highlighting
+
+The [highlightEditableRanges](https://ej2.syncfusion.com/vue/documentation/api/document-editor-container/documenteditorsettingsmodel#highlighteditableranges) property can be used to toggle the highlighting of editable regions.
+
+The following code example demonstrates how to enable or disable editable region highlighting.
+
+{% tabs %}
+{% highlight ts tabtitle="JS" %}
+
+this.$refs.doceditcontainer.ej2Instances.documentEditor.documentEditorSettings.highlightEditableRanges = true;
+
+{% endhighlight %}
+{% endtabs %}
+
## Restrict Editing Pane
Restrict Editing Pane provides the following options to manage the document:
@@ -63,15 +449,4 @@ The following code shows Restrict Editing Pane. To unprotect the document, use p
{% previewsample "/document-processing/code-snippet/document-editor/vue/getting-started-cs6" %}
-
-> The Web API hosted link `https://document.syncfusion.com/web-services/docx-editor/api/documenteditor/` utilized in the Document Editor's serviceUrl property is intended solely for demonstration and evaluation purposes. For production deployment, please host your own web service with your required server configurations. You can refer and reuse the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server) for hosting your own web service and use for the serviceUrl property.
-
-## Online Demo
-
-Explore how to restrict editing and protect Word documents using the Vue Document Editor in this live demo [here](https://document.syncfusion.com/demos/docx-editor/vue/#/tailwind3/document-editor/document-protection.html).
-
-## See Also
-
-* [How to protect the document in form filling mode](./form-fields#protect-the-document-in-form-filling-mode)
-* [How to protect the document in comments only mode](./comments#protect-the-document-in-comments-only-mode)
-* [How to protect the document in track changes only mode](./track-changes#protect-the-document-in-track-changes-only-mode)
\ No newline at end of file
+N> The hosted Web API URL is for demo and evaluation purposes only. For production, host your own web service using the [GitHub Web Service example](https://github.com/SyncfusionExamples/EJ2-DocumentEditor-WebServices) or [Docker image](https://hub.docker.com/r/syncfusion/word-processor-server).
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/vue/web-services/core.md b/Document-Processing/Word/Word-Processor/vue/web-services/core.md
index 13feb91c18..8cb2b0cdba 100644
--- a/Document-Processing/Word/Word-Processor/vue/web-services/core.md
+++ b/Document-Processing/Word/Word-Processor/vue/web-services/core.md
@@ -56,7 +56,7 @@ The following example code illustrates how to write a Web API for importing Word
The web browsers do not support to display metafile images like EMF and WMF and also TIFF format images. As a fallback approach, you can convert the metafile/TIFF format image to raster image using any image converter in the `MetafileImageParsed` event and this fallback raster image will be displayed in the client-side Document editor component.
->Note: In `MetafileImageParsedEventArgs` event argument, you can get the metafile stream using `MetafileStream` property and you can get the `IsMetafile` boolean value to determine whether the image is meta file images(WMF,EMF) or Tiff format images. In below example, we have converted the TIFF to raster image in `ConvertTiffToRasterImage()` method using `Bitmiracle https://www.nuget.org/packages/BitMiracle.LibTiff.NET`.
+>Note: In `MetafileImageParsedEventArgs` event argument, you can get the metafile stream using `MetafileStream` property and you can get the `IsMetafile` boolean value to determine whether the image is meta file images(WMF,EMF) or TIFF format images. In below example, we have converted the TIFF to raster image in `ConvertTiffToRasterImage()` method using `Bitmiracle https://www.nuget.org/packages/BitMiracle.LibTiff.NET`.
The following example code illustrates how to use `MetafileImageParsed` event for creating fallback raster image for metafile present in a Word document.
@@ -214,11 +214,11 @@ The following example code illustrates how to write a Web API for restrict editi
[HttpPost]
[EnableCors("AllowAllOrigins")]
[Route("RestrictEditing")]
- public string[] RestrictEditing([FromBody]CustomRestrictParameter param)
+ public string[] RestrictEditing([FromBody] CustomRestrictParameter param)
{
- if (param.passwordBase64 == "" && param.passwordBase64 == null)
+ if (param.passwordBase64 == "" || param.passwordBase64 == null)
return null;
- return WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount);
+ return WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount, param.algorithmSid);
}
public class CustomRestrictParameter
@@ -226,6 +226,7 @@ The following example code illustrates how to write a Web API for restrict editi
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
+ public string algorithmSid { get; set; }
}
```
diff --git a/Document-Processing/Word/Word-Processor/vue/web-services/mvc.md b/Document-Processing/Word/Word-Processor/vue/web-services/mvc.md
index c704a8da6e..5359914878 100644
--- a/Document-Processing/Word/Word-Processor/vue/web-services/mvc.md
+++ b/Document-Processing/Word/Word-Processor/vue/web-services/mvc.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Mvc in Vue Document editor component
+# MVC in Vue Document editor component
DocumentEditor depends on server side interaction for below listed operations can be written in ASP.NET MVC using [Syncfusion.EJ2.WordEditor.AspNet.Mvc5](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc5) or [Syncfusion.EJ2.WordEditor.AspNet.Mvc4](https://www.nuget.org/packages/Syncfusion.EJ2.WordEditor.AspNet.Mvc4).
@@ -96,11 +96,11 @@ The following example code illustrates how to write a Web API for restrict editi
[HttpPost]
[EnableCors("*", "*", "*")]
[Route("RestrictEditing")]
- public string[] RestrictEditing([FromBody]CustomRestrictParameter param)
+ public string[] RestrictEditing([FromBody] CustomRestrictParameter param)
{
- if (param.passwordBase64 == "" && param.passwordBase64 == null)
+ if (param.passwordBase64 == "" || param.passwordBase64 == null)
return null;
- return Syncfusion.EJ2.DocumentEditor.WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount);
+ return Syncfusion.EJ2.DocumentEditor.WordDocument.ComputeHash(param.passwordBase64, param.saltBase64, param.spinCount, param.algorithmSid);
}
public class CustomRestrictParameter
@@ -108,6 +108,7 @@ The following example code illustrates how to write a Web API for restrict editi
public string passwordBase64 { get; set; }
public string saltBase64 { get; set; }
public int spinCount { get; set; }
+ public string algorithmSid { get; set; }
}
```
diff --git a/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md
new file mode 100644
index 0000000000..a077ac60d1
--- /dev/null
+++ b/Document-Processing/Word/Word-Processor/wpf/FAQ-Section/How-to-use-SfRichTextBoxAdv-as-a-standard-RichTextBox.md
@@ -0,0 +1,115 @@
+---
+title: How to use SfRichTextBoxAdv as a standard RichTextBox. | Syncfusion
+description: Learn how to use WPF SfRichTextBoxAdv as a standard RichTextBox along with its core key features and usage.
+platform: document-processing
+control: SfRichTextBoxAdv
+documentation: ug
+keywords: use-sfrichtextboxadv-like-richtextbox
+---
+
+# Use SfRichTextBoxAdv as a standard RichTextBox
+
+Use the following code to configure the SfRichTextBoxAdv control as a standard RichTextBox with rich text formatting options.
+
+{% tabs %}
+{% highlight xaml tabtitle="MainWindow.xaml" %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endhighlight %}
+
+{% endtabs %}
+
+When the application is executed, the standard RichTextBox control is displayed as illustrated below.
+
+
+N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox-Examples/tree/main/Samples/Standard%20RichTextBox).
\ No newline at end of file
diff --git a/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md b/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
index 5168e54804..9e02914b9c 100644
--- a/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
+++ b/Document-Processing/Word/Word-Processor/wpf/Getting-Started.md
@@ -19,12 +19,22 @@ The steps below cover the essential tasks required to add and use the SfRichText
### Create a New WPF Project
-1. Open **Visual Studio**.
-2. Click **Create a new project**.
-3. Select **WPF App (.NET Framework)** or **WPF App (.NET Core)**.
-4. Click **Next**.
-5. Enter the **project name** and other required details.
-6. Click **Create**.
+- Open **Visual Studio**.
+- Click **Create a new project**.
+- In the **Create a new project** window, search for **WPF App**, and select a template based on your requirement:
+ - **WPF Application (.NET)**
+ - **WPF App (.NET Framework)**
+- Click **Next**, and enter the following details:
+ - **Project name**: `DocumentEditor`
+ - **Location**: Choose your preferred location
+ - **Solution name**: `DocumentEditor`
+
+N> The **project name** is used as the default namespace (for example, in `x:Class`). It is recommended to use **DocumentEditor** to match the code examples provided.
+
+- Select the **target framework**:
+ - For **.NET** → Click **Next** and choose the **latest supported .NET version**
+ - For **.NET Framework** → Select the required version in the same window
+- Click **Create**
### Add SfRichTextBoxAdv dependencies
@@ -36,7 +46,7 @@ The steps below cover the essential tasks required to add and use the SfRichText
1. In Solution Explorer, right-click the project and choose **Manage NuGet Packages**.
2. Search for [Syncfusion.SfRichTextBoxAdv.Wpf](https://www.nuget.org/packages/Syncfusion.SfRichTextBoxAdv.WPF) and install the latest version.
-3. Ensure the necessary dependencies are installed correctly, and the project is restored.
+3. Ensure the [necessary dependencies](https://help.syncfusion.com/wpf/control-dependencies#sfrichtextboxadv) are installed correctly, and the project is restored.
**Using Package Manager Console:**
@@ -83,7 +93,7 @@ Open the Toolbox window and drag the **SfRichTextBoxAdv** control onto the Desig
To add the control manually in XAML, follow these steps:
-1. Import Syncfusion® WPF schema http://schemas.syncfusion.com/wpf or SfRichTextBoxAdv control namespace Syncfusion.Windows.Controls.RichTextBoxAdv in the XAML page.
+1. **Import** the **Syncfusion® WPF schema** `http://schemas.syncfusion.com/wpf` or the **SfRichTextBoxAdv** control namespace `Syncfusion.Windows.Controls.RichTextBoxAdv` in the **XAML page**.
2. Declare SfRichTextBoxAdv control in the XAML page.
@@ -108,24 +118,35 @@ To add the control manually in XAML, follow these steps:
{% tabcontent Via C# %}
-To add the control manually in C#, add the following code in *.xaml.cs
+To add the control manually in C#, add the following code in MainWindow.xaml.cs
{% tabs %}
{% highlight c# tabtitle="MainWindow.xaml.cs" %}
using Syncfusion.Windows.Controls.RichTextBoxAdv;
+using System.Windows;
+using System.Windows.Controls;
-public partial class MainWindow : Window
+namespace DocumentEditor
{
- public MainWindow()
+ public partial class MainWindow : Window
{
- InitializeComponent();
+ public MainWindow()
+ {
+ InitializeComponent();
- // Create an instance of SfRichTextBoxAdv control
- SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
+ // Create a Grid container to use as the layout root
+ Grid rootGrid = new Grid();
- // Add the SfRichTextBoxAdv control to the container (Grid)
- Root_Grid.Children.Add(richTextBoxAdv);
+ // Create an instance of the SfRichTextBoxAdv control
+ SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
+
+ // Add the SfRichTextBoxAdv control to the Grid
+ rootGrid.Children.Add(richTextBoxAdv);
+
+ // Set the Grid as the content of the Window
+ this.Content = rootGrid;
+ }
}
}
{% endhighlight %}
@@ -136,7 +157,7 @@ public partial class MainWindow : Window
### Run the Application
-1. Press **F5** or click **Start** in Visual Studio.
+1. Press **F5** or click **Debug → Start Debugging** in Visual Studio.
2. The application launches and displays the **SfRichTextBoxAdv** control.
3. Press Ctrl+O to open an existing document. The selected document will be displayed within the SfRichTextBoxAdv control, as shown below.
@@ -158,7 +179,7 @@ If you need a ribbon-based user interface, you can add **SfRichTextRibbon** with
1. In Solution Explorer, right-click the project and choose **Manage NuGet Packages**.
2. Search for [Syncfusion.SfRichTextRibbon.Wpf](https://www.nuget.org/packages/Syncfusion.SfRichTextRibbon.WPF) and install the latest version.
-3. Ensure the necessary dependencies are installed correctly, and the project is restored.
+3. Ensure the [necessary dependencies](https://help.syncfusion.com/wpf/control-dependencies#sfrichtextribbon) are installed correctly, and the project is restored.
**Using Package Manager Console**
@@ -191,6 +212,16 @@ The following assembly references are required to use the **SfRichTextRibbon** c
{% endtabcontents %}
+### Configure RibbonWindow for SfRichTextRibbon
+
+To use the **SfRichTextRibbon** control in a WPF application, the application must use **Syncfusion® RibbonWindow** instead of the default **Window**.
+
+1. Import the **Syncfusion® WPF schema** `http://schemas.syncfusion.com/wpf` in the **MainWindow.xaml** file.
+
+2. Replace the root element **Window** with **syncfusion:RibbonWindow** in the **MainWindow.xaml** file.
+
+3. Additionally, in the *MainWindow.xaml.cs* file, change the base class of `MainWindow` from **Window** to **RibbonWindow** to enable full support for the **SfRichTextRibbon** control.
+
### Add SfRichTextRibbon to the application
{% tabcontents %}
@@ -206,10 +237,11 @@ Open the Toolbox window and drag the **SfRichTextRibbon** and **SfRichTextBoxAdv
{% tabcontent Via XAML %}
To add the control manually in XAML, follow these steps:
-1. Import the Syncfusion® WPF schema http://schemas.syncfusion.com/wpf or SfRichTextRibbon control namespace Syncfusion.Windows.Controls.RichTextBoxAdv in XAML page.
-2. To use the SfRichTextRibbon use the Syncfusion® RibbonWindow instead of Window.
-3. Declare the SfRichTextRibbon and SfRichTextBoxAdv controls in XAML page.
-4. To make an interaction between SfRichTextRibbon and SfRichTextBoxAdv, bind the SfRichTextBoxAdv as DataContext to the SfRichTextRibbon.
+1. Import the **Syncfusion® WPF schema** `http://schemas.syncfusion.com/wpf` or the **SfRichTextRibbon** control namespace `Syncfusion.Windows.Controls.RichTextBoxAdv` in the **XAML page**.
+
+2. Declare the **SfRichTextRibbon** and **SfRichTextBoxAdv** controls in the **XAML page**.
+
+3. To establish interaction between **SfRichTextRibbon** and **SfRichTextBoxAdv**, bind the **SfRichTextBoxAdv** as the **DataContext** to the **SfRichTextRibbon**.
{% tabs %}
{% highlight xaml tabtitle="MainWindow.xaml" %}
@@ -236,63 +268,69 @@ To add the control manually in XAML, follow these steps:
{% endtabcontent %}
{% tabcontent Via C# %}
-To add the control manually in C#, add the below code in *.xaml.cs
+To add the control manually in C#, add the below code in MainWindow.xaml.cs
{% tabs %}
{% highlight c# tabtitle="MainWindow.xaml.cs" %}
using Syncfusion.Windows.Controls.RichTextBoxAdv;
using Syncfusion.Windows.Tools.Controls;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Media;
-public partial class MainWindow : RibbonWindow
+namespace DocumentEditor
{
- public MainWindow()
+ public partial class MainWindow : RibbonWindow
{
- InitializeComponent();
+ public MainWindow()
+ {
+ InitializeComponent();
- // Create the root Grid container for layout
- Grid rootGrid = new Grid();
+ // Create the root Grid container for layout
+ Grid rootGrid = new Grid();
- // Define the first row (auto-sized for ribbon)
- RowDefinition row1 = new RowDefinition();
- row1.Height = GridLength.Auto;
+ // Define the first row (auto-sized for ribbon)
+ RowDefinition row1 = new RowDefinition();
+ row1.Height = GridLength.Auto;
- // Define the second row (fills remaining space for editor)
- RowDefinition row2 = new RowDefinition();
- row2.Height = new GridLength(1, GridUnitType.Star);
+ // Define the second row (fills remaining space for editor)
+ RowDefinition row2 = new RowDefinition();
+ row2.Height = new GridLength(1, GridUnitType.Star);
- // Add row definitions to the grid
- rootGrid.RowDefinitions.Add(row1);
- rootGrid.RowDefinitions.Add(row2);
+ // Add row definitions to the grid
+ rootGrid.RowDefinitions.Add(row1);
+ rootGrid.RowDefinitions.Add(row2);
- // Instantiate the rich text editor control
- SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
+ // Instantiate the rich text editor control
+ SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
- // Set background color for better UI appearance
- richTextBoxAdv.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#F1F1F1"));
+ // Set background color for better UI appearance
+ richTextBoxAdv.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#F1F1F1"));
- // Instantiate the ribbon control
- SfRichTextRibbon richTextRibbon = new SfRichTextRibbon();
+ // Instantiate the ribbon control
+ SfRichTextRibbon richTextRibbon = new SfRichTextRibbon();
- // Enable pixel snapping for sharper rendering
- richTextRibbon.SnapsToDevicePixels = true;
+ // Enable pixel snapping for sharper rendering
+ richTextRibbon.SnapsToDevicePixels = true;
- // Set the DataContext of the ribbon to the editor
- // This allows the ribbon to interact with the editor (binding commands)
- richTextRibbon.DataContext = richTextBoxAdv;
+ // Set the DataContext of the ribbon to the editor
+ // This allows the ribbon to interact with the editor (binding commands)
+ richTextRibbon.DataContext = richTextBoxAdv;
- // Position the ribbon in the first row
- Grid.SetRow(richTextRibbon, 0);
+ // Position the ribbon in the first row
+ Grid.SetRow(richTextRibbon, 0);
- // Position the editor in the second row
- Grid.SetRow(richTextBoxAdv, 1);
+ // Position the editor in the second row
+ Grid.SetRow(richTextBoxAdv, 1);
- // Add controls to the grid
- rootGrid.Children.Add(richTextRibbon);
- rootGrid.Children.Add(richTextBoxAdv);
+ // Add controls to the grid
+ rootGrid.Children.Add(richTextRibbon);
+ rootGrid.Children.Add(richTextBoxAdv);
- // Set the constructed grid as the content of the UserControl
- this.Content = rootGrid;
+ // Set the constructed grid as the content of the UserControl
+ this.Content = rootGrid;
+ }
}
}
@@ -306,7 +344,7 @@ N> Prefer using `SfRichTextRibbon` within `RibbonWindow` in your application, si
### Run the Application with Ribbon UI
-1. Press **F5** or click **Start** in Visual Studio.
+1. Press **F5** or click **Debug → Start Debugging** in Visual Studio.
2. The application will launch with the **SfRichTextRibbon** and **SfRichTextBoxAdv** controls.
3. Press **Ctrl + O** or use the **Open** option in the **SfRichTextRibbon** to open a document, which will be displayed in the **SfRichTextBoxAdv** control, with ribbon options available for editing and formatting, as shown below
@@ -314,113 +352,6 @@ N> Prefer using `SfRichTextRibbon` within `RibbonWindow` in your application, si
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox-Examples/tree/main/Samples/SfRichTextBoxAdv%20with%20SfRichTextRibbon).
-## Use SfRichTextBoxAdv as a standard RichTextBox
-
-Use the following code to configure the SfRichTextBoxAdv control as a standard RichTextBox with rich text formatting options.
-
-{% tabs %}
-{% highlight xaml tabtitle="MainWindow.xaml" %}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-{% endhighlight %}
-
-{% endtabs %}
-
-When the application is executed, the standard RichTextBox control is displayed as illustrated below.
-
-
-N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox-Examples/tree/main/Samples/Standard%20RichTextBox).
-
## Theme
In this walkthrough, you will apply a theme to the Syncfusion® WPF **SfRichTextBoxAdv** and **SfRichTextRibbon** controls.
@@ -496,10 +427,9 @@ To add the controls and apply a theme manually in XAML, follow these steps:
**Add SfRichTextBoxAdv and SfRichTextRibbon in XAML**
-1. Import the Syncfusion® WPF schema http://schemas.syncfusion.com/wpf or SfRichTextBoxAdv control namespace Syncfusion.Windows.Controls.RichTextBoxAdv in XAML page.
-2. To use the SfRichTextRibbon use the Syncfusion® RibbonWindow instead of Window.
-3. Declare the SfRichTextRibbon and SfRichTextBoxAdv controls in XAML page.
-4. To make an interaction between SfRichTextRibbon and SfRichTextBoxAdv, bind the SfRichTextBoxAdv as DataContext to SfRichTextRibbon.
+Refer to the following link for detailed instructions:
+
+[Add SfRichTextBoxAdv and SfRichTextRibbon in XAML](https://help.syncfusion.com/document-processing/word/word-processor/wpf/getting-started?tabcontent=via-xaml#add-ribbon-ui-to-sfrichtextboxadv)
**Apply Theme in XAML**
@@ -514,7 +444,7 @@ To add the controls and apply a theme manually in XAML, follow these steps:
@@ -538,67 +468,73 @@ N> - The applied theme is automatically inherited by all child controls.
{% endtabcontent %}
{% tabcontent Via C# %}
-To apply a theme programmatically in C#, add the below code in *.xaml.cs
+To apply a theme programmatically in C#, add the below code in MainWindow.xaml.cs
{% tabs %}
{% highlight c# tabtitle="MainWindow.xaml.cs" %}
+using Syncfusion.SfSkinManager;
using Syncfusion.Windows.Controls.RichTextBoxAdv;
using Syncfusion.Windows.Tools.Controls;
-using Syncfusion.SfSkinManager;
+using System.Windows;
+using System.Windows.Controls;
+using System.Windows.Media;
-public partial class MainWindow : RibbonWindow
+namespace DocumentEditor
{
- public MainWindow()
+ public partial class MainWindow : RibbonWindow
{
- InitializeComponent();
+ public MainWindow()
+ {
+ InitializeComponent();
- // Create the root Grid container for layout
- Grid rootGrid = new Grid();
+ // Create the root Grid container for layout
+ Grid rootGrid = new Grid();
- // Define the first row (auto-sized for ribbon)
- RowDefinition row1 = new RowDefinition();
- row1.Height = GridLength.Auto;
+ // Define the first row (auto-sized for ribbon)
+ RowDefinition row1 = new RowDefinition();
+ row1.Height = GridLength.Auto;
- // Define the second row (fills remaining space for editor)
- RowDefinition row2 = new RowDefinition();
- row2.Height = new GridLength(1, GridUnitType.Star);
+ // Define the second row (fills remaining space for editor)
+ RowDefinition row2 = new RowDefinition();
+ row2.Height = new GridLength(1, GridUnitType.Star);
- // Add row definitions to the grid
- rootGrid.RowDefinitions.Add(row1);
- rootGrid.RowDefinitions.Add(row2);
+ // Add row definitions to the grid
+ rootGrid.RowDefinitions.Add(row1);
+ rootGrid.RowDefinitions.Add(row2);
- // Instantiate the rich text editor control
- SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
+ // Instantiate the rich text editor control
+ SfRichTextBoxAdv richTextBoxAdv = new SfRichTextBoxAdv();
- // Set background color for better UI appearance
- richTextBoxAdv.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#F1F1F1"));
+ // Set background color for better UI appearance
+ richTextBoxAdv.Background = new SolidColorBrush((Color)ColorConverter.ConvertFromString("#F1F1F1"));
- // Instantiate the ribbon control
- SfRichTextRibbon richTextRibbon = new SfRichTextRibbon();
+ // Instantiate the ribbon control
+ SfRichTextRibbon richTextRibbon = new SfRichTextRibbon();
- // Enable pixel snapping for sharper rendering
- richTextRibbon.SnapsToDevicePixels = true;
+ // Enable pixel snapping for sharper rendering
+ richTextRibbon.SnapsToDevicePixels = true;
- // Set the DataContext of the ribbon to the editor
- // This allows the ribbon to interact with the editor (binding commands)
- richTextRibbon.DataContext = richTextBoxAdv;
+ // Set the DataContext of the ribbon to the editor
+ // This allows the ribbon to interact with the editor (binding commands)
+ richTextRibbon.DataContext = richTextBoxAdv;
- // Position the ribbon in the first row
- Grid.SetRow(richTextRibbon, 0);
+ // Position the ribbon in the first row
+ Grid.SetRow(richTextRibbon, 0);
- // Position the editor in the second row
- Grid.SetRow(richTextBoxAdv, 1);
+ // Position the editor in the second row
+ Grid.SetRow(richTextBoxAdv, 1);
- // Add controls to the grid
- rootGrid.Children.Add(richTextRibbon);
- rootGrid.Children.Add(richTextBoxAdv);
+ // Add controls to the grid
+ rootGrid.Children.Add(richTextRibbon);
+ rootGrid.Children.Add(richTextBoxAdv);
- // Set the constructed grid as the content of the UserControl
- this.Content = rootGrid;
+ // Set the constructed grid as the content of the UserControl
+ this.Content = rootGrid;
- // Applies the Windows 11 Light theme to the window
- SfSkinManager.SetTheme(this, new Theme() { ThemeName = "Windows11Light" });
+ // Applies the Windows 11 Light theme to the window
+ SfSkinManager.SetTheme(this, new Theme() { ThemeName = "Windows11Light" });
+ }
}
}
@@ -610,7 +546,7 @@ public partial class MainWindow : RibbonWindow
### Run the Application with Theme Applied
-1. Press **F5** or click **Start** in Visual Studio.
+1. Press **F5** or click **Debug → Start Debugging** in Visual Studio.
2. The application will launch with the **SfRichTextRibbon** and **SfRichTextBoxAdv** controls using the **Windows 11 Light theme**.
3. Press **Ctrl + O** or use the **Open** option in the **SfRichTextRibbon** to open a document.
4. The document is displayed in the editor, along with the themed ribbon and editor interface, as shown below.
@@ -621,6 +557,6 @@ N> [View Sample in GitHub](https://github.com/SyncfusionExamples/WPF-RichTextBox
## See also
-- [Import and Export](./Import-and-Export)
-- [Selection](./Selection)
-- [Commands](./Commands)
\ No newline at end of file
+- [Import and Export](https://help.syncfusion.com/document-processing/word/word-processor/wpf/import-and-export)
+- [Selection](https://help.syncfusion.com/document-processing/word/word-processor/wpf/selection)
+- [Commands](https://help.syncfusion.com/document-processing/word/word-processor/wpf/commands)
\ No newline at end of file
diff --git a/Document-Processing/ai-tools/ai-powered-development.md b/Document-Processing/ai-tools/ai-powered-development.md
new file mode 100644
index 0000000000..bd27c48547
--- /dev/null
+++ b/Document-Processing/ai-tools/ai-powered-development.md
@@ -0,0 +1,64 @@
+---
+layout: post
+title: AI Powered Development | AI Tools | Syncfusion
+description: Syncfusion Document SDK AI Tools simplify document processing, editing, and integration, helping you to build smarter applications easily.
+platform: document-processing
+control: AI Tools
+documentation: ug
+---
+
+# AI-Powered Development with Syncfusion Document Processing Components
+
+Syncfusion AI Tools accelerate development by generating accurate code, providing contextual guidance, automating document workflows, and creating production-ready UIs from natural-language prompts. By reducing research, coding, debugging, and manual effort, developers can build and deliver document-centric applications faster with greater efficiency.
+
+## AI Solutions
+
+The following AI tools are available to help you process documents efficiently.
+
+- [Agent Skills](#agent-skills)
+- [Agentic UI Builder](#agentic-ui-builder)
+- [AI Agent Tools](#ai-agent-tools)
+- [AI Coding Assistant](#ai-coding-assistant)
+
+### Agent Skills
+
+Enhance your AI assistant (GitHub Copilot, Cursor, Claude, and more) with real Syncfusion API knowledge-eliminating hallucinated methods. Install one with pre-built document and code skills and generate accurate, production-ready document code directly within your IDE. Document SDK skills allows executing document operations directly via CSX scripts.
+
+Learn more about:
+
+- [Document SDK Skills](https://help.syncfusion.com/document-processing/skills/document-sdk)
+- [PDF Viewer SDK Skills](https://help.syncfusion.com/document-processing/skills/pdf-viewer-sdk/component-skills)
+- [DOCX Editor SDK Skills](https://help.syncfusion.com/document-processing/skills/docx-editor-sdk/component-skills)
+- [Spreadsheet Editor SDK Skills](https://help.syncfusion.com/document-processing/skills/spreadsheet-editor-sdk/component-skills)
+
+### Agentic UI Builder
+
+Transforms natural-language prompts into production-ready UIs using real Syncfusion® components. Generates structured, responsive layouts with maintainable architecture. Integrates with AI-powered IDEs to produce accurate code following best practices, accessibility guidelines, and enterprise UI standards-helping developers move quickly from idea to fully functional interfaces within their workflow.
+
+Learn more about:
+
+- [PDF Viewer UI Builder](https://help.syncfusion.com/document-processing/skills/pdf-viewer-sdk/ui-builder-skills)
+- [DOCX Editor UI Builder](https://help.syncfusion.com/document-processing/skills/docx-editor-sdk/ui-builder-skills)
+- [Spreadsheet UI Builder](https://help.syncfusion.com/document-processing/skills/spreadsheet-editor-sdk/ui-builder-skills)
+
+### AI Agent Tools
+
+Enable AI agents to autonomously handle document tasks at runtime-such as creating reports, converting files, and extracting form data-without requiring you to write complex processing logic. When building an application with AI agents, simply add the [Syncfusion.DocumentSDK.AI.AgentTools](https://www.nuget.org/packages/Syncfusion.DocumentSDK.AI.AgentTools) NuGet package and let your agent manage document workflows seamlessly.
+
+Learn more about [AI Agent Tools](https://help.syncfusion.com/document-processing/ai-agent-tools/overview).
+
+### AI Coding Assistant
+
+Integrates with Visual Studio, VS Code, and JetBrains Rider and more to accelerate development. Ask how to implement any feature and instantly receive documentation-backed, copy‑paste‑ready C# code tailored to Syncfusion APIs.
+
+Learn more about [AI Coding Assistant](https://help.syncfusion.com/document-processing/mcp-server/ai-coding-assistant/overview).
+
+## Choosing the Right AI Tool
+
+
+| **AI Tool** | **When to Use** | **Best For** |
+|-------------|-----------------|--------------|
+| **Agent Skills** | Use when AI-generated code is incomplete, incorrect, or missing required configurations. | Producing reliable component implementations, reducing debugging effort, and ensuring proper API usage. |
+| **Agentic UI Builder** | Use when creating a new UI, page, or dashboard from scratch. | Rapid UI development, enterprise-grade layouts, and quick prototyping. |
+| **AI Agent Tools (Document SDK)** | Use when your .NET application needs to handle and process documents dynamically using AI. | Automating workflows for PDF, Word, Excel, PowerPoint, and Markdown including extraction, redaction, and format conversion. |
+| **AI Coding Assistants (MCP Server)** | Use during active development when writing code, debugging issues, or learning APIs. | Feature implementation, troubleshooting, and obtaining instant, accurate coding help through online server. |
diff --git a/Document-Processing/introduction.md b/Document-Processing/introduction.md
index 992fedccef..336dbe8e09 100644
--- a/Document-Processing/introduction.md
+++ b/Document-Processing/introduction.md
@@ -68,7 +68,7 @@ The
Learn more about AI Agent Tools.
+Ground your AI coding assistant (GitHub Copilot, Cursor, Claude, and others) in verified Syncfusion APIs - eliminating hallucinated methods. Install one with pre-built document and code skills and generate production-ready document code without leaving your IDE. It also allows executing document operations directly via CSX scripts.
+
-Integrates with Visual Studio, VS Code, and JetBrains Rider through MCP Server. Describe your document processing requirement and receive documentation-backed, production-ready C# code instantly.
-
Learn more about AI Coding Assistant.
+Transforms natural-language prompts into production-ready UIs using real Syncfusion® components. Generates structured, responsive layouts with maintainable architecture by default. Integrates with AI-powered IDEs to produce accurate code while following best practices, accessibility guidelines, and enterprise UI standards. Helps developers quickly move from idea to fully functional interfaces within their workflow.
+
-Ground your AI coding assistant (GitHub Copilot, Cursor, Claude, and others) in verified Syncfusion APIs - eliminating hallucinated methods. Install one with pre-built document and code skills and generate production-ready document code without leaving your IDE. It also allows executing document operations directly via CSX scripts.
-
Learn more about Agent Skills.
+Enables AI agents to autonomously execute document tasks at runtime - generate reports, convert files, and extract form data - without requiring manual processing logic. Integrate the Syncfusion.DocumentSDK.AIAgentTools NuGet package to extend your agent’s document processing capabilities.
+
-Transforms natural-language prompts into production-ready UIs using real Syncfusion® components. Generates structured, responsive layouts with maintainable architecture by default. Integrates with AI-powered IDEs to produce accurate code while following best practices, accessibility guidelines, and enterprise UI standards. Helps developers quickly move from idea to fully functional interfaces within their workflow.
-
+Integrates with Visual Studio, VS Code, and JetBrains Rider through MCP Server. Describe your document processing requirement and receive documentation-backed, production-ready C# code instantly.
+
diff --git a/Document-Processing/mcp-server/ai-coding-assistant/getting-started/documentsdk.md b/Document-Processing/mcp-server/ai-coding-assistant/getting-started/documentsdk.md
index baf82dbe74..c30b7b3cd1 100644
--- a/Document-Processing/mcp-server/ai-coding-assistant/getting-started/documentsdk.md
+++ b/Document-Processing/mcp-server/ai-coding-assistant/getting-started/documentsdk.md
@@ -43,19 +43,7 @@ Syncfusion® offers unlimited access to this MCP server. There are
This ensures users can fully leverage Syncfusion® components to enhance their development experience without limitations.
-## Installation and setup
-
-Before you can invoke the ```SyncfusionDocumentSDKAssistant``` MCP server, you need to configure your MCP client with these core settings. The **Generic MCP Server Settings** shown below are identical across all clients:
-
-### Generic MCP Server Settings
-
- * **npm package name**: ```@syncfusion/documentsdk-assistant```
- * **Type**: stdio (standard input/output transport)
- * **Command**: npx
- * **Arguments**: -y
- * **Server name**: syncfusionDocumentSDKAssistant
-
-#### API Key Configuration
+## API Key Configuration
Login to your [Syncfusion account](http://syncfusion.com/account/) and generate an API Key from the [API Key page](https://www.syncfusion.com/account/api-key). Replace `YOUR_API_KEY_FILE_PATH` or `YOUR_API_KEY` in the configuration files with your generated key.
@@ -84,21 +72,18 @@ There are two options:
SyncfusionDocumentSDKAssistant can be configured in various MCP clients. Below are setup instructions for popular environments:
-### Syncfusion® Code Studio
+## Setting up in MCP Clients
- * In [Code Studio](https://www.syncfusion.com/code-studio/), open MCP Marketplace and navigate to the ```Custom Servers``` tab.
- * Enter the Server Name as ```documentsdk-mcp```, choose Server Type as npm package, and set the NPM Package name to ```@syncfusion/documentsdk-assistant```.
- * Add an environment variable as ```Syncfusion_API_Key``` and value as your [Syncfusion API key](https://syncfusion.com/account/api-key), then click **Install Server**.
- * Once installed, the server will appear in the User Installed Server list and will be added to the **config.yaml** file.
- * The server is now ready for use in Code Studio. For more details, refer to the Code Studio [documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/customservers).
+Create a configuration file in your project folder to install the server for your workspace as shown below:
-For additional details, see the Code Studio [documentation](https://help.syncfusion.com/code-studio/reference/configure-properties/mcp/customservers).
+**Important:** Replace `YOUR_API_KEY_FILE_PATH` with the path to your API key file.
-### VS Code (GitHub Copilot MCP)
- * To configure an MCP server for a specific workspace, you can create a ```.vscode/mcp.json``` file in your workspace folder.
+{% tabs %}
-~~~json
- {
+{% highlight json tabtitle="VS Code" %}
+// Create a `.vscode/mcp.json` file in your workspace with the MCP server configuration:
+
+{
"servers": {
"syncfusion-documentsdk-assistant": {
"type": "stdio",
@@ -115,21 +100,34 @@ For additional details, see the Code Studio [documentation](https://help.syncfus
}
}
}
-~~~
-
- * After updating the configuration in mcp.json, you’ll notice a “Start” option at the top of the config. This allows you to easily start the SyncfusionDocumentSDKAssistant server directly from the settings interface without additional commands.
+{% endhighlight %}
- * Confirm that SyncfusionDocumentSDKAssistant is being used (this does not happen automatically). Look for a statement in the output, which is similar to:
+{% highlight json tabtitle="Syncfusion Code Studio" %}
+// Create a `.codestudio/mcp.json` file in your workspace with the MCP server configuration:
- * ```SyncfusionDocumentSDKAssistant is running...``` (in VS Code)
- * For more details, refer to the official Visual Studio documentation.
-
-### Cursor
+{
+ "servers": {
+ "syncfusion-documentsdk-assistant": {
+ "type": "stdio",
+ "command": "npx",
+ "args": [
+ "-y",
+ "@syncfusion/documentsdk-assistant@latest"
+ ],
+ "env": {
+ "Syncfusion_API_Key_Path": "YOUR_API_KEY_FILE_PATH",
+ // or
+ "Syncfusion_API_Key": "YOUR_API_KEY"
+ }
+ }
+ }
+ }
+{% endhighlight %}
-To configure an MCP server for a specific workspace, you can create a .cursor/mcp.json file in your workspace folder.
+{% highlight json tabtitle="Cursor" %}
+// Create a `.cursor/mcp.json` file in your workspace with the MCP server configuration:
-~~~json
- {
+{
"mcpServers": {
"syncfusion-documentsdk-assistant": {
"type": "stdio",
@@ -146,17 +144,14 @@ To configure an MCP server for a specific workspace, you can create a .cursor/mc
}
}
}
-~~~
-For more details, refer to the Cursor documentation.
-
-### JetBrains IDEs
+{% endhighlight %}
- * Go to Settings -> Tools -> AI Assistant -> Model Context Protocol (MCP).
- * Click + Add to add a new MCP server configuration.
- * In the New MCP Server dialog, switch the dropdown as ```As JSON``` and add the following config:
+{% highlight json tabtitle="JetBrains IDEs" %}
+// Go to Settings -> Tools -> AI Assistant -> Model Context Protocol (MCP).
+// Click + Add to add a new MCP server configuration.
+// In the New MCP Server dialog, switch the dropdown as `As JSON` and add the following config:
-~~~json
- {
+{
"mcpServers": {
"syncfusion-documentsdk-assistant": {
"command": "npx",
@@ -172,13 +167,11 @@ For more details, refer to the JetBrains documentation.
+{% endtabs %}
-> For more detailed information about configuring MCP servers in various clients, refer to the official documentations, e.g., [Windsurf](https://docs.windsurf.com/windsurf/cascade/mcp#mcp-config-json)
+**Verify Installation:** Check your editor's MCP Server list for `syncfusion-documentsdk-assistant` with "Connected" status to confirm successful installation.
## Usage
@@ -198,7 +191,7 @@ To activate the SyncfusionDocumentSDKAssistant MCP server:
### Mode availability
-Syncfusion® MCP Servers provide full access to all AI interaction modes — Ask/Chat, Edit, and Agent — across supported MCP clients.
+Syncfusion® MCP Servers provide full access to all AI interaction modes - Ask/Chat, Edit, and Agent - across supported MCP clients.
### Best Practices for Effective Usage
@@ -219,21 +212,24 @@ Here are some effective ways to use