From 3c972fb8e1bfe40b642a3e2876dc5c4a753e9d3e Mon Sep 17 00:00:00 2001 From: DivyaUdhayakumar Date: Sun, 24 Aug 2025 20:50:37 +0530 Subject: [PATCH] 976284: Updated the PDF Viewer documentation, demo sit and sdk link in sample browser --- Common/PdfViewer in Popup window/README.md | 2 +- Common/Render the PDF Viewer on Splitter/README.md | 2 +- Common/Resize the PDF Viewer to its parent element/README.md | 2 +- Server Deployment/Maui/MauiBlazorAndroid/README.md | 2 +- Server Deployment/Maui/MauiBlazorWindow/README.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Common/PdfViewer in Popup window/README.md b/Common/PdfViewer in Popup window/README.md index 6b8a09b..51c668c 100644 --- a/Common/PdfViewer in Popup window/README.md +++ b/Common/PdfViewer in Popup window/README.md @@ -1,7 +1,7 @@ # Create SfPdfViewer in a popup window in Blazor SfPdfViewer Component For quick view, you might need to display the PDF file in a dialog window. The following code snippet explains how to use the SfPdfViewer component inside a dialog window. In this example, the Syncfusion’s dialog component is used for Blazor. -Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/how-to/create-pdfviewer-in-a-popup-window +Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/how-to/create-sfpdfviewer-in-a-popup-window ## Project pre-requisites To run this application, you need Visual Studio 2019 or later versions. diff --git a/Common/Render the PDF Viewer on Splitter/README.md b/Common/Render the PDF Viewer on Splitter/README.md index 4c865db..e434f32 100644 --- a/Common/Render the PDF Viewer on Splitter/README.md +++ b/Common/Render the PDF Viewer on Splitter/README.md @@ -1,7 +1,7 @@ # Render the SfPdfViewer on a Splitter component This example shows how to render the SfPdfViewer component on a Syncfusion® Splitter component. In this sample, SfPdfViewer is hosted inside the content template of the splitter pane. -Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/how-to/create-pdfviewer-in-a-splitter-component +Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/how-to/create-sfpdfviewer-in-a-splitter-component ## Project pre-requisites To run this application, you need Visual Studio 2019 or later versions. diff --git a/Common/Resize the PDF Viewer to its parent element/README.md b/Common/Resize the PDF Viewer to its parent element/README.md index 379159f..6b5a88e 100644 --- a/Common/Resize the PDF Viewer to its parent element/README.md +++ b/Common/Resize the PDF Viewer to its parent element/README.md @@ -1,7 +1,7 @@ # How to resize the SfPdfViewer with respect to its parent element This example shows how to resize the SfPdfViewer within its container, at the run time. Here, the SfPdfViewer is rendered inside a Splitter component. When you resize the Splitter, the SfPdfViewer will stretch its size accordingly by using the UpdateViewerContainerAsync() method. -Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/how-to/stretch-the-pdf-viewer-size-to-its-container +Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/how-to/stretch-the-sfpdfviewer-size-to-its-container ## Project pre-requisites To run this application, you need Visual Studio 2019 or later versions. diff --git a/Server Deployment/Maui/MauiBlazorAndroid/README.md b/Server Deployment/Maui/MauiBlazorAndroid/README.md index 6cff734..bf470cc 100644 --- a/Server Deployment/Maui/MauiBlazorAndroid/README.md +++ b/Server Deployment/Maui/MauiBlazorAndroid/README.md @@ -2,7 +2,7 @@ This section contains samples of handling how To Deploy PDF Viewer in Blazor android MAUI in PDF Viewer. -Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/server-deployment/How To Deploy PDF Viewer in Blazor android MAUI +Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/how-to/deploy-maui-using-android-emulator ## Project pre-requisites To run this application, you need Visual Studio 2019 or later versions. diff --git a/Server Deployment/Maui/MauiBlazorWindow/README.md b/Server Deployment/Maui/MauiBlazorWindow/README.md index 6ef9c67..08a6ba8 100644 --- a/Server Deployment/Maui/MauiBlazorWindow/README.md +++ b/Server Deployment/Maui/MauiBlazorWindow/README.md @@ -1,8 +1,8 @@ -# Thumbnail +# How To Deploy PDF Viewer in Blazor android MAUI This section contains samples of how To Deploy PDF Viewer in Blazor MAUI in windows in PDF Viewer. -Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/server-deployment/How To Deploy PDF Viewer in Blazor MAUI in windows +Documentation: https://help.syncfusion.com/document-processing/pdf/pdf-viewer/blazor/getting-started/deploy-maui-windows ## Project pre-requisites To run this application, you need Visual Studio 2019 or later versions.