Open Source Javascript PDF viewer

JavascriptPdfOpen Source

Javascript Problem Overview


Is there any open source Javascript based PDF Viewer available? Any guide to developing this kind of script that renders PDF docs would be helpful.

Javascript Solutions


Solution 1 - Javascript

There are some guys at Mozilla working on implementing a PDF reader using HTML5 and JavaScript. It is called pdf.js and one of the developers just made an interesting blog post about the project.

Solution 2 - Javascript

There is an open source HTML5/javascript reader available called Trapeze though its still in its early stages.

Demo site: https://brendandahl.github.io/trapeze-reader/demos/

Github page: https://github.com/brendandahl/trapeze-reader

Disclaimer: I'm the author.

Solution 3 - Javascript

You can use the Google Docs PDF-viewing widget, if you don't mind having them host the "application" itself.

I had more suggestions, but stack overflow only lets me post one hyperlink as a new user, sorry.

Solution 4 - Javascript

Well it's not even close to the full spec, but there is a JavaScript and Canvas based PDF viewer out there.

Solution 5 - Javascript

Check out the HTML5 PDF viewer:

http://flexpaper.devaldi.com/demo/

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionmhbView Question on Stackoverflow
Solution 1 - JavascriptimladrisView Answer on Stackoverflow
Solution 2 - Javascriptbrendan.dahlView Answer on Stackoverflow
Solution 3 - JavascriptCharlesView Answer on Stackoverflow
Solution 4 - JavascriptRussell LeggettView Answer on Stackoverflow
Solution 5 - JavascriptvsyncView Answer on Stackoverflow