@@ -70,6 +71,7 @@ export default {
}
};
+
{% endhighlight %}
{% endtabs %}
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/how-to/load-n-number-page.md b/Document-Processing/PDF/PDF-Viewer/vue/how-to/load-n-number-page.md
index be82693d2..c95de3fba 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/how-to/load-n-number-page.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/how-to/load-n-number-page.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Load N number of pages on initial loading in Vue PDFViewer | Syncfusion
+title: Load N number of pages on initial load in Vue | Syncfusion
description: Learn here all about Load N number of pages on initial loading in Syncfusion Vue PDF Viewer component of Syncfusion Essential JS 2 and more.
control: Load N number of pages on initial loading
platform: document-processing
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-box-cloud-file-storage.md b/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-box-cloud-file-storage.md
index 7dc452719..a2a3889fb 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-box-cloud-file-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-box-cloud-file-storage.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Open PDF from Box cloud storage
+# Open PDF from Box cloud storage in Vue
Follow these steps to load a PDF from Box cloud storage using the server-backed PDF Viewer.
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-google-cloud-storage.md b/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-google-cloud-storage.md
index faf5ebd1c..7d31955ee 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-google-cloud-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-google-cloud-storage.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Open PDF from Google Cloud Storage
+# Open PDF from Google Cloud Storage in Vue
Follow these steps to load a PDF from Google Cloud Storage using the server-backed PDF Viewer.
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-google-drive.md b/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-google-drive.md
index 35375b3f2..a4d6ab671 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-google-drive.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/open-pdf-file/from-google-drive.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Open PDF from Google Drive
+# Open PDF from Google Drive in Vue
Follow these steps to load a PDF from Google Drive using the server-backed PDF Viewer.
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/organize-pages/organize-pdf-overview.md b/Document-Processing/PDF/PDF-Viewer/vue/organize-pages/organize-pdf-overview.md
deleted file mode 100644
index 3eea270a7..000000000
--- a/Document-Processing/PDF/PDF-Viewer/vue/organize-pages/organize-pdf-overview.md
+++ /dev/null
@@ -1,38 +0,0 @@
----
-layout: post
-title: Organize pages in Vue PDF Viewer | Syncfusion
-description: Learn how to reorder, rotate, insert, delete, and save pages with the Syncfusion Vue PDF Viewer component.
-platform: document-processing
-control: PDF Viewer
-documentation: ug
-domainurl: ##DomainURL##
----
-
-# Organize pages in Vue PDF Viewer
-
-The Vue PDF Viewer component provides an Organize Pages panel that helps you prepare documents before sharing them. Use it to tidy scanned files, move pages into the right order, and duplicate important content without leaving the viewer.
-
-To open the Organize Pages panel, load a document, ensure that the Organize Pages toolbar item is enabled, and choose **Organize Pages** from the left vertical toolbar. The document must allow page-level edits; otherwise, the toolbar item is hidden.
-
-The Organize Pages panel supports the following actions:
-
-* **Rotate pages**: Fix page orientation in 90-degree increments to correct scanned pages.
-* **Rearrange pages**: Drag and drop thumbnails to update the reading order.
-* **Insert new pages**: Add blank pages at the required position.
-* **Delete pages**: Remove pages that are no longer needed.
-* **Copy pages**: Duplicate selected pages to reuse content elsewhere in the document.
-* **Import a PDF document**: Merge the current document with pages from another PDF file.
-* **Select all pages**: Apply bulk actions, such as rotation or deletion, to every page.
-* **Save updates**: Review changes in real time and use **Save** or **Save As** to download the revised document.
-
-After completing the changes, apply them by selecting **Save** to overwrite the current document or **Save As** to download a new copy that retains the updated page order.
-
-For a full guide to Organize Pages in Vue, see the feature landing page: [Organize pages in Vue PDF Viewer](./organize-pdf).
-
-See also
-
-- [UI interactions for Organize Pages](./organize-pdf/ui-interactions-organize-page)
-- [Toolbar items for Organize Pages](./organize-pdf/toolbar-organize-page)
-- [Programmatic support for Organize Pages](./organize-pdf/programmatic-support-for-organize-page)
-- [Organize Pages events](./organize-pdf/organize-pdf-events)
-- [Organize Pages in mobile view](./organize-pdf/organize-page-mobile-view)
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/organize-pages/ui-interactions.md b/Document-Processing/PDF/PDF-Viewer/vue/organize-pages/ui-interactions.md
index 9856eb021..5e52dc83c 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/organize-pages/ui-interactions.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/organize-pages/ui-interactions.md
@@ -54,7 +54,8 @@ Duplicate pages within your PDF document effortlessly:
* **Select pages to copy**: Click on the page thumbnails you wish to duplicate.
* **Copy selected pages**: Use the copy option to create duplicates. The copied pages will be added to the right of the selected pages.
-
+
+
## Importing a PDF document
Seamlessly import another PDF document into your current document:
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-amazon-s3.md b/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-amazon-s3.md
index a7d6d4d1f..0c1798c01 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-amazon-s3.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-amazon-s3.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Save PDF files to AWS S3
+# Save PDF files to AWS S3 in Vue
PDF Viewer component supports saving PDF files to AWS S3 using either the standalone or server-backed configuration. The following steps demonstrate both approaches.
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-azure-active-directory.md b/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-azure-active-directory.md
index 52e30160e..32c26381f 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-azure-active-directory.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-azure-active-directory.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Save PDF files to Azure Active Directory (AAD)
+# Save PDF files to Azure Active Directory (AAD) in Vue
### **Overview**
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-azure-blob-storage.md b/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-azure-blob-storage.md
index 0e6288eaa..99ec36736 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-azure-blob-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/save-pdf-file/to-azure-blob-storage.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Save PDF files to Azure Blob Storage
+# Save PDF files to Azure Blob Storage in Vue
The Vue PDF Viewer component supports saving PDF files to Azure Blob Storage using either the standalone or server-backed configuration. The following steps demonstrate both approaches..
diff --git a/Document-Processing/PDF/PDF-Viewer/vue/toolbar-customization/primary-toolbar.md b/Document-Processing/PDF/PDF-Viewer/vue/toolbar-customization/primary-toolbar.md
index 5faf32303..92d984f05 100644
--- a/Document-Processing/PDF/PDF-Viewer/vue/toolbar-customization/primary-toolbar.md
+++ b/Document-Processing/PDF/PDF-Viewer/vue/toolbar-customization/primary-toolbar.md
@@ -8,7 +8,7 @@ documentation: ug
domainurl: ##DomainURL##
---
-# Primary Toolbar Customization in PDF Viewer Control
+# Primary Toolbar Customization in Vue PDF Viewer
The primary toolbar of the PDF Viewer can be customized by rearranging existing items, disabling default items, and adding custom items. New items can be placed at specific index positions among the existing items.