The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
KGKrithika Ganesan Syncfusion Team November 28, 2022 12:53 PM UTC
Hi Sina,
We can load byte array to the PdfLoadedDocument instance. Then you can
load the PdfLoadedDocument instance in the
PdfViewer. Please refer the below code snippet and sample to load byte array in
PdfViewer.
//Load
the byte array
PdfLoadedDocument
loadedDocument = new PdfLoadedDocument(byteArray);