Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Common/PdfViewer in Popup window/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Common/Render the PDF Viewer on Splitter/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Server Deployment/Maui/MauiBlazorAndroid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions Server Deployment/Maui/MauiBlazorWindow/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down