This is just a little demo which fetches pdf data via AJAX, and displays it in an iframe to take advantage of whatever default browser plugin displays pdfs.
It uses URL.createObjectURL
and Blob
.
The "Git Internals" pdf is provided under the Creative Commons Attribution-ShareAlike license by Scott Chacon and Pluralsight, and is available at https://github.com/pluralsight/git-internals-pdf.