I am building a website using abp.io with angular and asp.net core
I want to display pdf blob file
<ngx-extended-pdf-viewer #pdfViewer [src]="pdfSrc"
[contextMenuAllowed]="false"[enablePrint]="false"[showSidebarButton]="false"[showOpenFileButton]="false"[showSecondaryToolbarButton]="false"height="80vh">
</ngx-extended-pdf-viewer>
But some error display as show on image
Please anyone know the solution please help me:(
New contributor
Zahra Al_khatri is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.