pdf.js is a library for rendering PDF files with HTML and JavaScript.
pdf.js uses JavaScript, which in turn parses pdf “bytecode” and puts it on an HTML canvas element where the files are finally rendered.
The project is still in development, and the developer folks at Mozilla are exploring cool ideas like using WebGL to further speed up the rendering process.










