Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 328 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 328 Bytes

BlazorPdfSample

Sample how to display / download / print Pdf files in Server Side Blazor

There is just one additional line in index.razor

<iframe src="pdf/Reservierungen.pdf" style="width: 100%;height: 930px;border: none;" frameborder="0" allowfullscreen></iframe>

loading reservierungen.pdf from the pdf folder in wwwroot