From a41b677a007ae3f01450b8c54166f66a3e8e696a Mon Sep 17 00:00:00 2001
From: Tamilselvan-Durairaj
<153176971+Tamilselvan-Durairaj@users.noreply.github.com>
Date: Wed, 1 Oct 2025 03:23:28 +0530
Subject: [PATCH 1/2] 984373: Update the FAQ section for blazor pdfviewer
---
Document-Processing-toc.html | 80 +++++++++----------
.../PDF/PDF-Viewer/blazor/faq.md | 51 ++++++++++++
...ange-the-highlighted-color-of-the-text.md} | 0
...heck-status-of-annotations-or-comments.md} | 0
...e-loaded-PDF-document-is-edited-or-not.md} | 0
...w-to-configure-content-security-policy.md} | 0
...version-between-page-and-client-points.md} | 0
...nt-in-the-created-event-of-sfpdfviewer.md} | 0
...o-create-sfpdfviewer-in-a-popup-window.md} | 0
...te-sfpdfviewer-in-a-splitter-component.md} | 0
.../how-to-create-sfpdfviewer.md} | 0
...ow-to-customize-arrow-annotation-heads.md} | 0
...-to-deploy-maui-using-android-emulator.md} | 0
...-extract-particular-text-and-highlight.md} | 0
.../how-to-get-data-from-sfpdfviewer.md} | 0
...he-values-in-the-undo-redo-collections.md} | 0
.../how-to-import-annotations-as-objects.md} | 0
.../how-to-improve-performance-using-CDN.md} | 0
...how-to-increase-connection-buffer-size.md} | 2 +-
...-PDF-from-URL-to-server-side-PDF-viewer.md | 0
.../how-to-load-custom-font-pdfium.md} | 0
...f-for-initial-loading-in-hosted-sample.md} | 0
.../how-to-load-font-collection.md} | 0
.../how-to-load-office-files.md} | 0
.../how-to-load-pdf-document-dynamically.md} | 2 +-
.../how-to-move-scrollbar.md} | 0
.../how-to-perform-print-in-same-window.md} | 0
.../how-to-prevent-scrolling.md} | 0
.../how-to-print-large-page-document.md} | 0
...sfpdfiewer-inside-the-dialog-component.md} | 0
...ithout-increasing-maximum-message-size.md} | 0
...nning-the-wasm-sample-in-Visual-Studio.md} | 0
...efer-SfPdfViewer-script-in-application.md} | 0
...how-to-render-ej2-pdf-viewer-in-blazor.md} | 0
.../how-to-render-n-pages-scrolling.md} | 0
...o-show-or-hide-sfpdfviewer-dynamically.md} | 0
...-the-sfpdfviewer-size-to-its-container.md} | 0
.../how-to-suppress-error-message.md} | 0
...to-unload-the-pdf-document-from-viewer.md} | 4 +-
...o-update-form-field-using-context-menu.md} | 0
...o-view-docx-file-in-blazor-application.md} | 0
.../getting-started/deploy-maui-windows.md | 2 +-
.../blazor/getting-started/web-app.md | 4 +-
.../blazor/open-pdf-file/from-amazon-s3.md | 2 +-
.../open-pdf-file/from-azure-blob-storage.md | 2 +-
.../from-box-cloud-file-storage.md | 2 +-
.../from-google-cloud-storage.md | 2 +-
.../blazor/open-pdf-file/from-google-drive.md | 2 +-
.../PDF/PDF-Viewer/blazor/print.md | 4 +-
.../blazor/save-pdf-file/to-amazon-s3.md | 2 +-
.../save-pdf-file/to-azure-blob-storage.md | 2 +-
.../to-box-cloud-file-storage.md | 2 +-
.../save-pdf-file/to-google-cloud-storage.md | 2 +-
.../blazor/save-pdf-file/to-google-drive.md | 2 +-
54 files changed, 110 insertions(+), 59 deletions(-)
create mode 100644 Document-Processing/PDF/PDF-Viewer/blazor/faq.md
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/change-the-highlighted-color-of-the-text.md => faqs/how-to-change-the-highlighted-color-of-the-text.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/check-status-of-annotations-or-comments.md => faqs/how-to-check-status-of-annotations-or-comments.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/check-whether-the-loaded-PDF-document-is-edited-or-not.md => faqs/how-to-check-whether-the-loaded-PDF-document-is-edited-or-not.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/content-security-policy.md => faqs/how-to-configure-content-security-policy.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/coordinate-conversion-between-page-and-client-points.md => faqs/how-to-coordinate-conversion-between-page-and-client-points.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/create-pdf-document-in-the-created-event-of-sfpdfviewer.md => faqs/how-to-create-pdf-document-in-the-created-event-of-sfpdfviewer.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/create-sfpdfviewer-in-a-popup-window.md => faqs/how-to-create-sfpdfviewer-in-a-popup-window.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/create-sfpdfviewer-in-a-splitter-component.md => faqs/how-to-create-sfpdfviewer-in-a-splitter-component.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/create-sfpdfviewer.md => faqs/how-to-create-sfpdfviewer.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/customize-arrow-annotation-heads.md => faqs/how-to-customize-arrow-annotation-heads.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/deploy-maui-using-android-emulator.md => faqs/how-to-deploy-maui-using-android-emulator.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/extract-particular-text-and-highlight.md => faqs/how-to-extract-particular-text-and-highlight.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/get-data-from-sfpdfviewer.md => faqs/how-to-get-data-from-sfpdfviewer.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/identify-the-values-in-the-undo-redo-collections.md => faqs/how-to-identify-the-values-in-the-undo-redo-collections.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/import-annotations-as-objects.md => faqs/how-to-import-annotations-as-objects.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/improve-performance-using-CDN.md => faqs/how-to-improve-performance-using-CDN.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/increase-connection-buffer-size.md => faqs/how-to-increase-connection-buffer-size.md} (90%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to => faqs}/how-to-load-PDF-from-URL-to-server-side-PDF-viewer.md (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/load-custom-font-pdfium.md => faqs/how-to-load-custom-font-pdfium.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/load-desired-pdf-for-initial-loading-in-hosted-sample.md => faqs/how-to-load-desired-pdf-for-initial-loading-in-hosted-sample.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/load-font-collection.md => faqs/how-to-load-font-collection.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/load-office-files.md => faqs/how-to-load-office-files.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/load-pdf-document-dynamically.md => faqs/how-to-load-pdf-document-dynamically.md} (97%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/move-scrollbar.md => faqs/how-to-move-scrollbar.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/perform-print-in-same-window.md => faqs/how-to-perform-print-in-same-window.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/prevent-scrolling.md => faqs/how-to-prevent-scrolling.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/print-large-page-document.md => faqs/how-to-print-large-page-document.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/print-the-sfpdfiewer-inside-the-dialog-component.md => faqs/how-to-print-the-sfpdfiewer-inside-the-dialog-component.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/processing-large-files-without-increasing-maximum-message-size.md => faqs/how-to-processing-large-files-without-increasing-maximum-message-size.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/reduce-slowness-while-running-the-wasm-sample-in-Visual-Studio.md => faqs/how-to-reduce-slowness-while-running-the-wasm-sample-in-Visual-Studio.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/refer-SfPdfViewer-script-in-application.md => faqs/how-to-refer-SfPdfViewer-script-in-application.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/render-ej2-pdf-viewer-in-blazor.md => faqs/how-to-render-ej2-pdf-viewer-in-blazor.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/render-n-pages-scrolling.md => faqs/how-to-render-n-pages-scrolling.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/show-or-hide-sfpdfviewer-dynamically.md => faqs/how-to-show-or-hide-sfpdfviewer-dynamically.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/stretch-the-sfpdfviewer-size-to-its-container.md => faqs/how-to-stretch-the-sfpdfviewer-size-to-its-container.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/suppress-error-message.md => faqs/how-to-suppress-error-message.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/unload-the-pdf-document-from-viewer.md => faqs/how-to-unload-the-pdf-document-from-viewer.md} (88%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/update-form-field-using-context-menu.md => faqs/how-to-update-form-field-using-context-menu.md} (100%)
rename Document-Processing/PDF/PDF-Viewer/blazor/{how-to/view-docx-file-in-blazor-application.md => faqs/how-to-view-docx-file-in-blazor-application.md} (100%)
diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 0bb0a6d05..003986a41 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -541,46 +541,46 @@
Print
Events
Globalization and RTL
- How To
-
- - Load PDF from URL to server-side PDF viewer
- - Create a SfPdfViewer within a popup window in Blazor
- - Load PDF documents dynamically in Blazor SfPdfViewer Component
- - Load Office files in Blazor SfPdfViewer
- - View DOCX file in Blazor application
- - Unload the PDF document from Viewer in Blazor SfPdfViewer Component
- - Import annotations as objects in Blazor SfPdfViewer Component
- - Suppress the error dialog
- - Move the scrollbar to the exact location of annotations
- - View the created PDF document
- - Check the status of annotations or comments in Blazor SfPdfViewer Component
- - Customize arrow annotation heads in Blazor SfPdfViewer
- - Show or hide the SfPdfViewer Component dynamically in Blazor
- - Increase the connection buffer size in Blazor SfPdfViewer Component
- - Print the SfPdfViewer component inside the Dialog component in Blazor
- - Change the highlight color of the text in Blazor SfPdfViewer Component
- - Check the document's editing status in Blazor SfPdfViewer Component
- - Create PDF document in the created event of Blazor SfPdfViewer Component
- - Create SfPdfViewer Component in a Splitter Component in Blazor
- - Get PDF document's data from Blazor SfPdfViewer Component
- - Load desired PDF for initial loading in Blazor SfPdfViewer Component
- - Update the viewer size at run-time in Blazor SfPdfViewer Component
- - Update form field using context menu in Blazor SfPdfViewer
- - Identify if the SfPdfViewer has values in the Undo, Redo collections
- - Render JS PDF Viewer inside Blazor SfPdfViewer Component
- - Prevent the PDF from scrolling and remove the vertical scrollbar
- - Perform print in same window in Blazor SfPdfViewer Component
- - Print large page document in SfPdfViewer Component
- - Refer the SfPdfViewer script file in Blazor application
- - Render PDF document from embedded source in the MAUI Android app
- - Improve the performance using CDN in Blazor SfPdfViewer Component
- - Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component
- - Load Custom Fonts in a PDF Viewer
- - Render N number pages on scrolling
- - Load Font Collection in a PDF Viewer
- - Reduce slowness while running the WASM sample in Visual Studio
- - Coordinate Conversion Between Page and Client Points
- - Use strict CSP in Blazor SfPdfViewer Component
+ - FAQ
+
-
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/faq.md b/Document-Processing/PDF/PDF-Viewer/blazor/faq.md
new file mode 100644
index 000000000..af0b29df1
--- /dev/null
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/faq.md
@@ -0,0 +1,51 @@
+---
+layout: post
+title: FAQ Section in Blazor SfPdfViewer Component | Syncfusion
+description: In this section, you can know about the various questions asked about manipulation of in Blazor SfPdfViewer Component.
+platform: document-processing
+control: SfPdfViewer
+documentation: ug
+---
+
+# Frequently Asked Questions Section
+
+The frequently asked questions in Syncfusion Blazor PDF Viewer
+
+* [How to Load PDF from URL to server-side PDF viewer?](./faqs/how-to-load-PDF-from-URL-to-server-side-PDF-viewer)
+* [How to Create a SfPdfViewer within a popup window in Blazor?](./faqs/how-to-create-sfpdfviewer-in-a-popup-window)
+* [How to Load PDF documents dynamically in Blazor SfPdfViewer Component?](./faqs/how-to-load-pdf-document-dynamically)
+* [How to Load Office files in Blazor SfPdfViewer?](./faqs/how-to-load-office-files)
+* [How to View DOCX file in Blazor application?](./faqs/how-to-view-docx-file-in-blazor-application)
+* [How to Unload the PDF document from Viewer in Blazor SfPdfViewer Component?](./faqs/how-to-unload-the-pdf-document-from-viewer)
+* [How to Import annotations as objects in Blazor SfPdfViewer Component?](./faqs/how-to-import-annotations-as-objects)
+* [How to Suppress the error dialog?](./faqs/how-to-suppress-error-message)
+* [How to Move the scrollbar to the exact location of annotations?](./faqs/how-to-move-scrollbar)
+* [How to View the created PDF document?](./faqs/how-to-create-sfpdfviewer)
+* [How to Check the status of annotations or comments in Blazor SfPdfViewer Component?](./faqs/how-to-check-status-of-annotations-or-comments)
+* [How to Customize arrow annotation heads in Blazor SfPdfViewer?](./faqs/how-to-customize-arrow-annotation-heads)
+* [How to Show or hide the SfPdfViewer Component dynamically in Blazor?](./faqs/how-to-show-or-hide-sfpdfviewer-dynamically)
+* [How to Increase the connection buffer size in Blazor SfPdfViewer Component?](./faqs/how-to-increase-connection-buffer-size)
+* [How to Print the SfPdfViewer component inside the Dialog component in Blazor?](./faqs/how-to-print-the-sfpdfiewer-inside-the-dialog-component)
+* [How to Change the highlight color of the text in Blazor SfPdfViewer Component?](./faqs/how-to-change-the-highlighted-color-of-the-text)
+* [How to Check the document's editing status in Blazor SfPdfViewer Component?](./faqs/how-to-check-whether-the-loaded-PDF-document-is-edited-or-not)
+* [How to Create PDF document in the created event of Blazor SfPdfViewer Component?](./faqs/how-to-create-pdf-document-in-the-created-event-of-sfpdfviewer)
+* [How to Create SfPdfViewer Component in a Splitter Component in Blazor?](./faqs/how-to-create-sfpdfviewer-in-a-splitter-component)
+* [How to Get PDF document's data from Blazor SfPdfViewer Component?](./faqs/how-to-get-data-from-sfpdfviewer)
+* [How to Load desired PDF for initial loading in Blazor SfPdfViewer Component?](./faqs/how-to-load-desired-pdf-for-initial-loading-in-hosted-sample)
+* [How to Update the viewer size at run-time in Blazor SfPdfViewer Component?](./faqs/how-to-stretch-the-sfpdfviewer-size-to-its-container)
+* [How to Update form field using context menu in Blazor SfPdfViewer?](./faqs/how-to-update-form-field-using-context-menu)
+* [How to Identify if the SfPdfViewer has values in the Undo, Redo collections?](./faqs/how-to-identify-the-values-in-the-undo-redo-collections)
+* [How to Render JS PDF Viewer inside Blazor SfPdfViewer Component?](./faqs/how-to-render-ej2-pdf-viewer-in-blazor)
+* [How to Prevent the PDF from scrolling and remove the vertical scrollbar?](./faqs/how-to-prevent-scrolling)
+* [How to Perform print in same window in Blazor SfPdfViewer Component?](./faqs/how-to-perform-print-in-same-window)
+* [How to Print large page document in SfPdfViewer Component?](./faqs/how-to-print-large-page-document)
+* [How to Refer the SfPdfViewer script file in Blazor application?](./faqs/how-to-refer-sfpdfviewer-script-in-application)
+* [How to Render PDF document from embedded source in the MAUI Android app?](./faqs/how-to-deploy-maui-using-android-emulator)
+* [How to Improve the performance using CDN in Blazor SfPdfViewer Component?](./faqs/how-to-improve-performance-using-CDN)
+* [How to Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component?](./faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
+* [How to Load Custom Fonts in a PDF Viewer?](./faqs/how-to-load-custom-font-pdfium)
+* [How to Render N number pages on scrolling?](./faqs/how-to-render-n-pages-scrolling)
+* [How to Load Font Collection in a PDF Viewer?](./faqs/how-to-load-font-collection)
+* [How to Reduce slowness while running the WASM sample in Visual Studio?](./faqs/how-to-reduce-slowness-while-running-the-wasm-sample-in-Visual-Studio)
+* [How to Coordinate Conversion Between Page and Client Points?](./faqs/how-to-coordinate-conversion-between-page-and-client-points)
+* [How to Configure CSP in Blazor SfPdfViewer Component?](./faqs/how-to-configure-content-security-policy)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/change-the-highlighted-color-of-the-text.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-change-the-highlighted-color-of-the-text.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/change-the-highlighted-color-of-the-text.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-change-the-highlighted-color-of-the-text.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/check-status-of-annotations-or-comments.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-check-status-of-annotations-or-comments.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/check-status-of-annotations-or-comments.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-check-status-of-annotations-or-comments.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/check-whether-the-loaded-PDF-document-is-edited-or-not.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-check-whether-the-loaded-PDF-document-is-edited-or-not.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/check-whether-the-loaded-PDF-document-is-edited-or-not.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-check-whether-the-loaded-PDF-document-is-edited-or-not.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/content-security-policy.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-configure-content-security-policy.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/content-security-policy.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-configure-content-security-policy.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/coordinate-conversion-between-page-and-client-points.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-coordinate-conversion-between-page-and-client-points.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/coordinate-conversion-between-page-and-client-points.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-coordinate-conversion-between-page-and-client-points.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/create-pdf-document-in-the-created-event-of-sfpdfviewer.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-create-pdf-document-in-the-created-event-of-sfpdfviewer.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/create-pdf-document-in-the-created-event-of-sfpdfviewer.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-create-pdf-document-in-the-created-event-of-sfpdfviewer.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/create-sfpdfviewer-in-a-popup-window.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-create-sfpdfviewer-in-a-popup-window.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/create-sfpdfviewer-in-a-popup-window.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-create-sfpdfviewer-in-a-popup-window.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/create-sfpdfviewer-in-a-splitter-component.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-create-sfpdfviewer-in-a-splitter-component.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/create-sfpdfviewer-in-a-splitter-component.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-create-sfpdfviewer-in-a-splitter-component.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/create-sfpdfviewer.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-create-sfpdfviewer.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/create-sfpdfviewer.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-create-sfpdfviewer.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/customize-arrow-annotation-heads.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-customize-arrow-annotation-heads.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/customize-arrow-annotation-heads.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-customize-arrow-annotation-heads.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/deploy-maui-using-android-emulator.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-deploy-maui-using-android-emulator.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/deploy-maui-using-android-emulator.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-deploy-maui-using-android-emulator.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/extract-particular-text-and-highlight.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-extract-particular-text-and-highlight.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/extract-particular-text-and-highlight.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-extract-particular-text-and-highlight.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/get-data-from-sfpdfviewer.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-get-data-from-sfpdfviewer.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/get-data-from-sfpdfviewer.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-get-data-from-sfpdfviewer.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/identify-the-values-in-the-undo-redo-collections.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-identify-the-values-in-the-undo-redo-collections.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/identify-the-values-in-the-undo-redo-collections.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-identify-the-values-in-the-undo-redo-collections.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/import-annotations-as-objects.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-import-annotations-as-objects.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/import-annotations-as-objects.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-import-annotations-as-objects.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/improve-performance-using-CDN.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-improve-performance-using-CDN.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/improve-performance-using-CDN.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-improve-performance-using-CDN.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/increase-connection-buffer-size.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-increase-connection-buffer-size.md
similarity index 90%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/increase-connection-buffer-size.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-increase-connection-buffer-size.md
index e0cba8d1b..8f14cfa12 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/increase-connection-buffer-size.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-increase-connection-buffer-size.md
@@ -19,4 +19,4 @@ builder.Services.AddSignalR(o => { o.MaximumReceiveMessageSize = 102400000; });
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/how-to-load-PDF-from-URL-to-server-side-PDF-viewer.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-PDF-from-URL-to-server-side-PDF-viewer.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/how-to-load-PDF-from-URL-to-server-side-PDF-viewer.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-PDF-from-URL-to-server-side-PDF-viewer.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-custom-font-pdfium.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-custom-font-pdfium.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-custom-font-pdfium.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-custom-font-pdfium.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-desired-pdf-for-initial-loading-in-hosted-sample.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-desired-pdf-for-initial-loading-in-hosted-sample.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-desired-pdf-for-initial-loading-in-hosted-sample.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-desired-pdf-for-initial-loading-in-hosted-sample.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-font-collection.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-font-collection.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-font-collection.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-font-collection.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-office-files.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-office-files.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-office-files.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-office-files.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-pdf-document-dynamically.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-pdf-document-dynamically.md
similarity index 97%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-pdf-document-dynamically.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-pdf-document-dynamically.md
index c85bcb2dc..9942c0aa7 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/load-pdf-document-dynamically.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-load-pdf-document-dynamically.md
@@ -78,4 +78,4 @@ N> You can refer to our [Blazor SfPdfViewer](https://www.syncfusion.com/pdf-view
* [How to unload the PDF document from Viewer](./unload-the-pdf-document-from-viewer)
-* [How to show or hide the Component dynamically](../how-to/show-or-hide-sfpdfviewer-dynamically)
\ No newline at end of file
+* [How to show or hide the Component dynamically](../faqs/how-to-show-or-hide-sfpdfviewer-dynamically)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/move-scrollbar.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-move-scrollbar.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/move-scrollbar.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-move-scrollbar.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/perform-print-in-same-window.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-perform-print-in-same-window.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/perform-print-in-same-window.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-perform-print-in-same-window.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/prevent-scrolling.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-prevent-scrolling.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/prevent-scrolling.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-prevent-scrolling.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/print-large-page-document.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-print-large-page-document.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/print-large-page-document.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-print-large-page-document.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/print-the-sfpdfiewer-inside-the-dialog-component.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-print-the-sfpdfiewer-inside-the-dialog-component.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/print-the-sfpdfiewer-inside-the-dialog-component.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-print-the-sfpdfiewer-inside-the-dialog-component.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/processing-large-files-without-increasing-maximum-message-size.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-processing-large-files-without-increasing-maximum-message-size.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/processing-large-files-without-increasing-maximum-message-size.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-processing-large-files-without-increasing-maximum-message-size.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/reduce-slowness-while-running-the-wasm-sample-in-Visual-Studio.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-reduce-slowness-while-running-the-wasm-sample-in-Visual-Studio.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/reduce-slowness-while-running-the-wasm-sample-in-Visual-Studio.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-reduce-slowness-while-running-the-wasm-sample-in-Visual-Studio.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/refer-SfPdfViewer-script-in-application.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-refer-SfPdfViewer-script-in-application.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/refer-SfPdfViewer-script-in-application.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-refer-SfPdfViewer-script-in-application.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/render-ej2-pdf-viewer-in-blazor.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-render-ej2-pdf-viewer-in-blazor.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/render-ej2-pdf-viewer-in-blazor.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-render-ej2-pdf-viewer-in-blazor.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/render-n-pages-scrolling.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-render-n-pages-scrolling.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/render-n-pages-scrolling.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-render-n-pages-scrolling.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/show-or-hide-sfpdfviewer-dynamically.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-show-or-hide-sfpdfviewer-dynamically.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/show-or-hide-sfpdfviewer-dynamically.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-show-or-hide-sfpdfviewer-dynamically.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/stretch-the-sfpdfviewer-size-to-its-container.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-stretch-the-sfpdfviewer-size-to-its-container.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/stretch-the-sfpdfviewer-size-to-its-container.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-stretch-the-sfpdfviewer-size-to-its-container.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/suppress-error-message.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-suppress-error-message.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/suppress-error-message.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-suppress-error-message.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/unload-the-pdf-document-from-viewer.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-unload-the-pdf-document-from-viewer.md
similarity index 88%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/unload-the-pdf-document-from-viewer.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-unload-the-pdf-document-from-viewer.md
index a259fbe4b..5f1af46c6 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/unload-the-pdf-document-from-viewer.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-unload-the-pdf-document-from-viewer.md
@@ -42,6 +42,6 @@ To unload a PDF and release its resources programmatically, call the [UnloadAsyn
## See also
-* [How to show or hide the Component dynamically](../how-to/show-or-hide-sfpdfviewer-dynamically)
+* [How to show or hide the Component dynamically](../faqs/how-to-show-or-hide-sfpdfviewer-dynamically)
-* [How to load PDF documents dynamically](../how-to/load-pdf-document-dynamically)
\ No newline at end of file
+* [How to load PDF documents dynamically](../faqs/how-to-load-pdf-document-dynamically)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/update-form-field-using-context-menu.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-update-form-field-using-context-menu.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/update-form-field-using-context-menu.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-update-form-field-using-context-menu.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/how-to/view-docx-file-in-blazor-application.md b/Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-view-docx-file-in-blazor-application.md
similarity index 100%
rename from Document-Processing/PDF/PDF-Viewer/blazor/how-to/view-docx-file-in-blazor-application.md
rename to Document-Processing/PDF/PDF-Viewer/blazor/faqs/how-to-view-docx-file-in-blazor-application.md
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/getting-started/deploy-maui-windows.md b/Document-Processing/PDF/PDF-Viewer/blazor/getting-started/deploy-maui-windows.md
index 2c4ebb506..d294e0abe 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/getting-started/deploy-maui-windows.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/getting-started/deploy-maui-windows.md
@@ -153,4 +153,4 @@ N> If any errors occur while using the Android Emulator, see [Troubleshooting An
* [Supported features: desktop vs. mobile](./features#supported-features-desktop-vs-mobile)
-* [Render a PDF document from an embedded source in the .NET MAUI Android app](../how-to/deploy-maui-using-android-emulator)
+* [Render a PDF document from an embedded source in the .NET MAUI Android app](../faqs/how-to-deploy-maui-using-android-emulator)
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-app.md b/Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-app.md
index 91263ff7e..f126dd18a 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-app.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/getting-started/web-app.md
@@ -237,7 +237,7 @@ app.MapRazorComponents()
{% endhighlight %}
{% endtabs %}
-N> [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
+N> [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
## Adding stylesheet and script
@@ -310,6 +310,6 @@ N> [View the sample on GitHub](https://github.com/SyncfusionExamples/Blazor-Gett
* [Learn different ways to add script reference in Blazor Application](https://blazor.syncfusion.com/documentation/common/adding-script-references)
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
* [.NET 9 Native Linking Issues with SkiaSharp and Emscripten 3.1.56](https://help.syncfusion.com/document-processing/faq/how-to-fix-skiasharp-native-reference-issue-in-blazor-net90-app)
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-amazon-s3.md b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-amazon-s3.md
index 88477f8d4..12dc952f4 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-amazon-s3.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-amazon-s3.md
@@ -82,4 +82,4 @@ N> Ensure that the RegionEndpoint in the code matches the region of the target S
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-azure-blob-storage.md b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-azure-blob-storage.md
index 11e0a0fe7..ab6c56263 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-azure-blob-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-azure-blob-storage.md
@@ -72,4 +72,4 @@ N> Ensure the **Azure.Storage.Blobs** NuGet package is installed in the applicat
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-box-cloud-file-storage.md b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-box-cloud-file-storage.md
index 085acf47f..933b9d4f9 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-box-cloud-file-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-box-cloud-file-storage.md
@@ -103,4 +103,4 @@ N> Ensure that the specified document name exists in the Box folder. Pass the re
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-google-cloud-storage.md b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-google-cloud-storage.md
index 48dccc6f9..b51480b46 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-google-cloud-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-google-cloud-storage.md
@@ -73,4 +73,4 @@ N> Install the **Google.Cloud.Storage.V1** NuGet package in the application to u
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-google-drive.md b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-google-drive.md
index 570160aa4..3b212841a 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-google-drive.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/open-pdf-file/from-google-drive.md
@@ -109,4 +109,4 @@ N> Install the **Google.Apis.Drive.v3** NuGet package in the application to use
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/print.md b/Document-Processing/PDF/PDF-Viewer/blazor/print.md
index ec68af2b6..d07dff56d 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/print.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/print.md
@@ -56,6 +56,6 @@ The SfPdfViewer supports printing the loaded PDF by default. Enable or disable t
* [Download in Blazor SfPdfViewer component](https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/saving-pdf-file#download-in-blazor-sfpdfviewer-component)
-* [How to print in the same window](./how-to/perform-print-in-same-window)
+* [How to print in the same window](./faqs/how-to-perform-print-in-same-window)
-* [How to print the SfPdfViewer inside the Dialog](./how-to/print-the-sfpdfiewer-inside-the-dialog-component)
+* [How to print the SfPdfViewer inside the Dialog](./faqs/how-to-print-the-sfpdfiewer-inside-the-dialog-component)
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-amazon-s3.md b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-amazon-s3.md
index 0c2d00abc..d80eddf77 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-amazon-s3.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-amazon-s3.md
@@ -87,4 +87,4 @@ N> The **AWSSDK.S3** NuGet package must be installed in your application to use
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-azure-blob-storage.md b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-azure-blob-storage.md
index 2d438a4ef..bffa50e5d 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-azure-blob-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-azure-blob-storage.md
@@ -80,4 +80,4 @@ N> The **Azure.Storage.Blobs** NuGet package must be installed in the applicatio
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-box-cloud-file-storage.md b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-box-cloud-file-storage.md
index d020e191b..3ae16a501 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-box-cloud-file-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-box-cloud-file-storage.md
@@ -89,4 +89,4 @@ N> If loading a document by name, replace `PDF_Succinctly.pdf` with the actual f
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-google-cloud-storage.md b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-google-cloud-storage.md
index 5ced06e0b..f56783e2e 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-google-cloud-storage.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-google-cloud-storage.md
@@ -80,4 +80,4 @@ N> The **Google.Cloud.Storage.V1** NuGet package is required. Install it in the
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-google-drive.md b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-google-drive.md
index 766f51549..99327b25d 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-google-drive.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/save-pdf-file/to-google-drive.md
@@ -109,4 +109,4 @@ N> Install the **Google.Apis.Drive.v3** NuGet package in the application to use
## See also
-* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../how-to/processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
+* [Processing Large Files Without Increasing Maximum Message Size in SfPdfViewer Component](../faqs/how-to-processing-large-files-without-increasing-maximum-message-size)
\ No newline at end of file
From 04e5a3e2780de90cd02c1681e5fe18ed343e8b58 Mon Sep 17 00:00:00 2001
From: Tamilselvan-Durairaj
<153176971+Tamilselvan-Durairaj@users.noreply.github.com>
Date: Wed, 1 Oct 2025 10:27:07 +0530
Subject: [PATCH 2/2] 984373: Update the CI failures
---
Document-Processing-toc.html | 1 +
Document-Processing/PDF/PDF-Viewer/blazor/faq.md | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/Document-Processing-toc.html b/Document-Processing-toc.html
index 003986a41..129b61739 100644
--- a/Document-Processing-toc.html
+++ b/Document-Processing-toc.html
@@ -581,6 +581,7 @@
- How to Reduce slowness while running the WASM sample in Visual Studio
- How to Coordinate Conversion Between Page and Client Points
- How to Configure CSP in Blazor SfPdfViewer Component
+ - How to Extract Particular Text and Highlight
diff --git a/Document-Processing/PDF/PDF-Viewer/blazor/faq.md b/Document-Processing/PDF/PDF-Viewer/blazor/faq.md
index af0b29df1..988791150 100644
--- a/Document-Processing/PDF/PDF-Viewer/blazor/faq.md
+++ b/Document-Processing/PDF/PDF-Viewer/blazor/faq.md
@@ -7,7 +7,7 @@ control: SfPdfViewer
documentation: ug
---
-# Frequently Asked Questions Section
+# Frequently Asked Questions Section in Blazor SfPdfViewer Component
The frequently asked questions in Syncfusion Blazor PDF Viewer
@@ -48,4 +48,5 @@ The frequently asked questions in Syncfusion Blazor PDF Viewer
* [How to Load Font Collection in a PDF Viewer?](./faqs/how-to-load-font-collection)
* [How to Reduce slowness while running the WASM sample in Visual Studio?](./faqs/how-to-reduce-slowness-while-running-the-wasm-sample-in-Visual-Studio)
* [How to Coordinate Conversion Between Page and Client Points?](./faqs/how-to-coordinate-conversion-between-page-and-client-points)
-* [How to Configure CSP in Blazor SfPdfViewer Component?](./faqs/how-to-configure-content-security-policy)
\ No newline at end of file
+* [How to Configure CSP in Blazor SfPdfViewer Component?](./faqs/how-to-configure-content-security-policy)
+* [How to Extract Particular Text and Highlight?](./faqs/how-to-extract-particular-text-and-highlight)
\ No newline at end of file