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 -
  • 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