diff --git a/blazor-toc.html b/blazor-toc.html
index 368632d288..c6adb0c4ab 100644
--- a/blazor-toc.html
+++ b/blazor-toc.html
@@ -3281,7 +3281,7 @@
Windows Subsystem for Linux
- Accessibility
+ Accessibility
Open PDF files
@@ -4423,7 +4423,7 @@
- Getting Started - Server App
- Getting Started - WebAssembly App
- Getting Started with Blazor PDF Viewer Component in WSL mode
- - Accessibility
+ - Accessibility
- Opening PDF file
- Saving PDF file
- Toolbar Customization
diff --git a/blazor/pdfviewer-2/accessibility.md b/blazor/pdfviewer-2/accessibility.md
new file mode 100644
index 0000000000..44355ba93b
--- /dev/null
+++ b/blazor/pdfviewer-2/accessibility.md
@@ -0,0 +1,104 @@
+---
+layout: post
+title: Keyboard accessibility in Blazor SfPdfViewer Component | Syncfusion
+description: Checkout and learn here all about Keyboard accessibility in Syncfusion Blazor SfPdfViewer component and more.
+platform: Blazor
+control: SfPdfViewer
+documentation: ug
+---
+
+# Accessibility in Syncfusion Blazor SfPdfViewer components
+
+The Blazor SfPdfViewer component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
+
+The accessibility compliance for the Blazor SfPdfViewer component is outlined below.
+
+| Accessibility Criteria | Compatibility |
+| -- | -- |
+| [WCAG 2.2 Support]|
|
+| [Section 508 Support] |
|
+| [Screen Reader Support]|
|
+| [Right-To-Left Support]|
|
+| [Color Contrast] |
|
+| [Mobile Device Support]|
|
+| [Keyboard Navigation Support]|
|
+| [Axe-core Accessibility Validation]|
|
+
+
+
- All features of the component meet the requirement.
+
+
- Some features of the component do not meet the requirement.
+
+
- The component does not meet the requirement.
+
+## WAI-ARIA attributes
+
+[WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/alert/) (Accessibility Initiative – Accessible Rich Internet Applications) defines a way to increase the accessibility of web pages, dynamic content, and user interface components developed with Ajax, HTML, JavaScript,and related technologies. ARIA provides additional semantics to describe the role, state, and functionality of web components. The following ARIA attributes are used in the Blazor SfPdfViewer component:
+
+| Attributes | Purpose |
+| --- | --- |
+| `aria-disabled`| Indicates whether the Blazor SfPdfViewer component is in a disabled state or not.|
+| `aria-expanded`| Indicates whether the suggestion list has expanded or not. |
+| `aria-readonly` | Indicates the readonly state of the Blazor SfPdfViewer element. |
+| `aria-haspopup` | Indicates whether the Blazor SfPdfViewer input element has a suggestion list or not. |
+| `aria-label` | Indicates the breadcrumb item text. |
+| `aria-labelledby` | Provides a label for the SfPdfViewer. Typically, the "aria-labelledby" attribute will contain the id of the element used as the Blazor SfPdfViewer's title. |
+| `aria-describedby` | This attribute points to the Blazor SfPdfViewer element describing the one it's set on. |
+| `aria-orientation` | Indicates whether the Blazor SfPdfViewer element is oriented horizontally or vertically. |
+| `aria-valuetext` | Returns the current text of the SfPdfViewer. |
+| `aria-valuemax` | Indicates the Maximum value of the SfPdfViewer. |
+| `aria-valuemin` | Indicates the Minimum value of the SfPdfViewer. |
+| `aria-valuenow` | Indicates the current value of the SfPdfViewer. |
+| `aria-controls` | Attribute is set to the button and it points to the corresponding content. |
+
+## Keyboard interaction
+
+The Blazor SfPdfViewer component followed the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/alert/#keyboardinteraction) guideline, making it easy for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Message component.
+
+| **Press (Windows)** |**Press (Macintosh)** | **To do this** |
+| --- | --- | --- |
+|||**Shortcuts for page navigation**|
+| CONTROL + Left Arrow (or) CONTROL + Up Arrow | COMMAND + Left Arrow (or) COMMAND + Up Arrow |Navigate to the first page |
+| CONTROL + Right Arrow (or) CONTROL + Down Arrow |COMMAND + Right Arrow (or) COMMAND + Down Arrow |Navigate to the last page |
+|Left Arrow | Left Arrow (or) Shift + Space |Navigate to the previous page|
+| Right Arrow | Right Arrow (or) Space | Navigate to the next page |
+| CONTROL + G | COMMAND + G | Go To The Page|
+|Up Arrow |Up Arrow |Scroll up|
+| Down Arrow | Down Arrow | Scroll down|
+|||**Shortcuts for Zooming**|
+|CONTROL + = |COMMAND + = | Perform zoom-in operation |
+| CONTROL + - | COMMAND + - | Perform zoom-out operation |
+|CONTROL + 0 |COMMAND + 0 | Retain the zoom level to 1 |
+|||**Shortcut for Text Search**|
+| CONTROL + F | COMMAND + F |Open the search toolbar|
+|||**Shortcut for Text Selection**|
+|CONTROL + C |CONTROL + C | Copy the selected text or annotation |
+| CONTROL + X | CONTROL + X |Cut the selected text or annotation |
+|CONTROL + Y |CONTROL + Y |Paste the selected text or annotation |
+|||**Shortcuts for the general operation**|
+| CONTROL + Z | CONTROL + Z |Undo the action|
+|CONTROL + Y |CONTROL + Y |Redo the action|
+| CONTROL + P | COMMAND + P |Print the document|
+|Delete |Delete |Delete the annotations|
+|CONTROL + Shift + A |COMMAND + Shift + A |Toggle Annotation Toolbar|
+|CONTROL + Alt + 0 |COMMAND + Option + 0 |Show Command panel|
+|CONTROL + Alt + 2 |COMMAND + Option + 2 |Show Bookmarks|
+|CONTROL + Alt + 1 |COMMAND + Option + 1 |Show Thumbnails|
+|CONTROL + S |COMMAND + S |Download|
+|Shift + H |Shift + H |Enable pan mode|
+|Shift + V |Shift + V |Enable text selection mode|
+
+## Ensuring accessibility
+
+The Blazor SfPdfViewer component's accessibility levels are ensured through an [axe-core](https://www.npmjs.com/package/axe-core) software tools during automated testing.
+
+The accessibility compliance of the Blazor SfPdfViewer component is shown in the following sample. Open the [sample](https://blazor.syncfusion.com/accessibility/pdfviewer) in a new window to evaluate the accessibility of the Blazor SfPdfViewer component with accessibility tools.
+
+## See also
+
+* [Accessibility in Syncfusion Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
\ No newline at end of file
diff --git a/blazor/pdfviewer-2/keyboard-accessibility.md b/blazor/pdfviewer-2/keyboard-accessibility.md
deleted file mode 100644
index 99e8ad9275..0000000000
--- a/blazor/pdfviewer-2/keyboard-accessibility.md
+++ /dev/null
@@ -1,50 +0,0 @@
----
-layout: post
-title: Keyboard accessibility in Blazor SfPdfViewer Component | Syncfusion
-description: Checkout and learn here all about Keyboard accessibility in Syncfusion Blazor SfPdfViewer component and more.
-platform: Blazor
-control: SfPdfViewer
-documentation: ug
----
-
-# Keyboard interaction
-
-The Blazor SfPdfViewer supports the following keyboard interactions.
-
-|**Action**|**Windows**|**Macintosh**|
-|--|--|--|
-|**Shortcuts for page navigation**|||
-|Navigate to the first page|Home|Function + Left arrow|
-|Navigate to the last page|End|Function + Right arrow|
-|Navigate to the previous page|Up Arrow|Up Arrow|
-|Navigate to the next page|Down Arrow|Down Arrow|
-|**Shortcuts for Zooming**|||
-|Perform zoom-in operation|CONTROL + =|COMMAND + =|
-|Perform zoom-out operation|CONTROL + -|COMMAND + -|
-|Retain the zoom level to 1|CONTROL + 0|COMMAND + 0|
-|**Shortcut for Text Search**|||
-|Open the search toolbar|CONTROL + F|COMMAND + F|
-|**Shortcut for Text Selection**|||
-|Copy the selected text or annotation or form field|CONTROL + C|COMMAND + C|
-|Cut the selected text or annotation of the form field|CONTROL + X|COMMAND + X|
-|Paste the selected text or annotation or form field|CONTROL + Y|COMMAND + Y|
-|**Shortcuts for the general operation**|||
-|Undo the action|CONTROL + Z|COMMAND + Z|
-|Redo the action|CONTROL + Y|COMMAND + Y|
-|Print the document|CONTROL + P|COMMAND + P|
-|Delete the annotations and form fields|Delete|Delete|
-
-```cshtml
-
-@using Syncfusion.Blazor.SfPdfViewer
-
-
-
-
-@code{
- public string DocumentPath { get; set; } = "wwwroot/Data/PDF_Succinctly.pdf";
-}
-
-```
\ No newline at end of file
diff --git a/blazor/pdfviewer/accessibility.md b/blazor/pdfviewer/accessibility.md
new file mode 100644
index 0000000000..ff497aac2b
--- /dev/null
+++ b/blazor/pdfviewer/accessibility.md
@@ -0,0 +1,92 @@
+---
+layout: post
+title: Accessibility in Blazor PDF Viewer Component | Syncfusion
+description: Check out and learn here all about accessibility in the Syncfusion Blazor PDF Viewer component and more.
+platform: Blazor
+control: PDF Viewer
+documentation: ug
+---
+
+# Accessibility in Syncfusion Blazor PDF Viewer components
+
+The Blazor PDF Viewer component followed the accessibility guidelines and standards, including [ADA](https://www.ada.gov/), [Section 508](https://www.section508.gov/), [WCAG 2.2](https://www.w3.org/TR/WCAG22/) standards, and [WCAG roles](https://www.w3.org/TR/wai-aria/#roles) that are commonly used to evaluate accessibility.
+
+The accessibility compliance for the Blazor PDF Viewer component is outlined below.
+
+| Accessibility Criteria | Compatibility |
+| -- | -- |
+| [WCAG 2.2 Support]|
|
+| [Section 508 Support] |
|
+| [Screen Reader Support]|
|
+| [Right-To-Left Support]|
|
+| [Color Contrast] |
|
+| [Mobile Device Support]|
|
+| [Keyboard Navigation Support]|
|
+| [Axe-core Accessibility Validation]|
|
+
+
+
- All features of the component meet the requirement.
+
+
- Some features of the component do not meet the requirement.
+
+
- The component does not meet the requirement.
+
+## WAI-ARIA attributes
+
+[WAI-ARIA](https://www.w3.org/WAI/ARIA/apg/patterns/alert/) (Accessibility Initiative – Accessible Rich Internet Applications) defines a way to increase the accessibility of web pages, dynamic content, and user interface components developed with Ajax, HTML, JavaScript,and related technologies. ARIA provides additional semantics to describe the role, state, and functionality of web components. The following ARIA attributes are used in the Blazor PDF Viewer component:
+
+| Attributes | Purpose |
+| --- | --- |
+| `aria-disabled`| Indicates whether the Blazor PDF Viewer component is in a disabled state or not.|
+| `aria-expanded`| Indicates whether the suggestion list has expanded or not. |
+| `aria-readonly` | Indicates the readonly state of the Blazor PDF Viewer element. |
+| `aria-haspopup` | Indicates whether the Blazor PDF Viewer input element has a suggestion list or not. |
+| `aria-label` | Indicates the breadcrumb item text. |
+| `aria-labelledby` | Provides a label for the Blazor PDF Viewer. Typically, the "aria-labelledby" attribute will contain the id of the element used as the Blazor PDF Viewer's title. |
+| `aria-describedby` | This attribute points to the Blazor PDF Viewer element describing the one it's set on. |
+| `aria-orientation` | Indicates whether the Blazor PDF Viewer element is oriented horizontally or vertically. |
+| `aria-valuetext` | Returns the current text of the Blazor PDF Viewer. |
+| `aria-valuemax` | Indicates the Maximum value of the Blazor PDF Viewer. |
+| `aria-valuemin` | Indicates the Minimum value of the Blazor PDF Viewer. |
+| `aria-valuenow` | Indicates the current value of the Blazor PDF Viewer. |
+| `aria-controls` | Attribute is set to the button and it points to the corresponding content. |
+
+## Keyboard interaction
+
+The Blazor PDF Viewer component followed the [keyboard interaction](https://www.w3.org/WAI/ARIA/apg/patterns/alert/#keyboardinteraction) guideline, making it easy for people who use assistive technologies (AT) and those who completely rely on keyboard navigation. The following keyboard shortcuts are supported by the Message component.
+
+| **Press (Windows)** |**Press (Macintosh)** | **To do this** |
+| --- | --- | --- |
+|||**Shortcuts for page navigation**|
+|Up Arrow |Up Arrow |Scroll up|
+| Down Arrow | Down Arrow | Scroll down|
+|||**Shortcuts for Zooming**|
+|CONTROL + = |COMMAND + = | Perform zoom-in operation |
+| CONTROL + - | COMMAND + - | Perform zoom-out operation |
+|CONTROL + 0 |COMMAND + 0 | Retain the zoom level to 1 |
+|||**Shortcut for Text Search**|
+| CONTROL + F | COMMAND + F |Open the search toolbar|
+|||**Shortcut for Text Selection**|
+|CONTROL + C |CONTROL + C | Copy the selected text or annotation |
+| CONTROL + X | CONTROL + X |Cut the selected text or annotation |
+|CONTROL + Y |CONTROL + Y |Paste the selected text or annotation |
+|||**Shortcuts for the general operation**|
+| CONTROL + Z | CONTROL + Z |Undo the action|
+|CONTROL + Y |CONTROL + Y |Redo the action|
+| CONTROL + P | COMMAND + P |Print the document|
+|Delete |Delete |Delete the annotations|
+
+## Ensuring accessibility
+
+The Blazor PDF Viewer component's accessibility levels are ensured through an [axe-core](https://www.npmjs.com/package/axe-core) software tools during automated testing.
+
+The accessibility compliance of the Blazor PDF Viewer component is shown in the following sample. Open the [sample](https://blazor.syncfusion.com/accessibility/pdfviewer) in a new window to evaluate the accessibility of the Blazor PDF Viewer component with accessibility tools.
+
+## See also
+
+* [Accessibility in Syncfusion Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
\ No newline at end of file
diff --git a/blazor/pdfviewer/keyboard-accessibility.md b/blazor/pdfviewer/keyboard-accessibility.md
deleted file mode 100644
index 80ddb86ce2..0000000000
--- a/blazor/pdfviewer/keyboard-accessibility.md
+++ /dev/null
@@ -1,48 +0,0 @@
----
-layout: post
-title: Keyboard accessibility in Blazor PDF Viewer Component | Syncfusion
-description: Checkout and learn here all about Keyboard accessibility in Syncfusion Blazor PDF Viewer component and more.
-platform: Blazor
-control: PDF Viewer
-documentation: ug
----
-
-N> Syncfusion recommends using [Blazor PDF Viewer (NextGen)](https://blazor.syncfusion.com/documentation/pdfviewer-2/getting-started/server-side-application) Component which provides fast rendering of pages and improved performance. Also, there is no need of external Web service for processing the files and ease out the deployment complexity. It can be used in Blazor Server, WASM and MAUI applications without any changes.
-
-# Keyboard interaction
-
-The Blazor PDF Viewer supports the following keyboard interactions.
-
-|**Action**|**Windows**|**Macintosh**|
-|--|--|--|
-|**Shortcuts for page navigation**|||
-|Navigate to the first page|Home|Function + Left arrow|
-|Navigate to the last page|End|Function + Right arrow|
-|Navigate to the previous page|Up Arrow|Up Arrow|
-|Navigate to the next page|Down Arrow|Down Arrow|
-|**Shortcuts for Zooming**|||
-|Perform zoom-in operation|CONTROL + =|COMMAND + =|
-|Perform zoom-out operation|CONTROL + -|COMMAND + -|
-|Retain the zoom level to 1|CONTROL + 0|COMMAND + 0|
-|**Shortcut for Text Search**|||
-|Open the search toolbar|CONTROL + F|COMMAND + F|
-|**Shortcut for Text Selection**|||
-|Copy the selected text or annotation or form field|CONTROL + C|COMMAND + C|
-|Cut the selected text or annotation of the form field|CONTROL + X|COMMAND + X|
-|Paste the selected text or annotation or form field|CONTROL + Y|COMMAND + Y|
-|**Shortcuts for the general operation**|||
-|Undo the action|CONTROL + Z|COMMAND + Z|
-|Redo the action|CONTROL + Y|COMMAND + Y|
-|Print the document|CONTROL + P|COMMAND + P|
-|Delete the annotations and form fields|Delete|Delete|
-
-```cshtml
-@using Syncfusion.Blazor.PdfViewerServer
-
-
-
-@code{
- SfPdfViewerServer Viewer;
- public string DocumentPath { get; set; } = "wwwroot/data/PDF_Succinctly.pdf";
-}
-```
\ No newline at end of file