Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open Source Javascript PDF viewer [closed]

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.

like image 916
mhb Avatar asked Aug 22 '10 02:08

mhb


People also ask

Is PDF JS open source?

js is an open-source JavaScript PDF viewer, first written by Mozilla and now maintained by an open-source community. Firefox uses PDF. js as it's built-in PDF viewer.

Is PDF JS free to use?

PDF. js is a good free option if you're willing to invest time into implementing a UI for it. The project comes with some examples and API docs.

Does PDF JS work on Chrome?

What Browsers does PDF. js Support. PDF. js is used within Mozilla Firefox today as the built-in PDF viewer, and it works well within a website when viewed using the latest versions of Chrome and Firefox, whether through the pre-built PDF.


2 Answers

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.

like image 138
imladris Avatar answered Sep 22 '22 23:09

imladris


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.

like image 36
brendan.dahl Avatar answered Sep 21 '22 23:09

brendan.dahl