I have using
blazor/20.3.57 asp.net core
Dear Team,
Same code working blazor 6 but 7 not working.Kindly help me.
PdfViewer
not showing page .
@using Syncfusion.Blazor.PdfViewer
<SfPdfViewer DocumentPath="PDF_Succinctly.pdf" ServiceUrl="https://ej2services.syncfusion.com/production/web-services/api/pdfviewer"
Height="500px" Width="500"></SfPdfViewer>
index.html
<head>
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/20.3.57/styles/bootstrap4.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/20.3.57/styles/bootstrap5.css" rel="stylesheet" />
<link rel='nofollow' href="https://cdn.syncfusion.com/blazor/20.3.57/styles/material.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" rel='nofollow' href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://cdn.syncfusion.com/blazor/20.3.57/syncfusion-blazor.min.js" type="text/javascript"></script>
<script src="https://cdn.syncfusion.com/blazor/20.3.57/syncfusion-blazor-pdfviewer.min.js" type="text/javascript"></script>
<script src="https://cdn.syncfusion.com/blazor/20.3.57/syncfusion-blazor-documenteditor.min.js" type="text/javascript"></script>
</head>