Back to Practical Aspnetcore

Create a PDF Viewer using PDF.js

projects/mini/pdf-viewer/README.md

latest529 B
Original Source

Create a PDF Viewer using PDF.js

This sample shows you how to create a PDF Viewer using PDF.js. The viewer code is based on their sample code as outlined here.

The sample PDF is The early history of F#.

The ASP.NET Core code is a straightforward Razor Pages code.