1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 07:08:08 +02:00
PDF Reader in JavaScript
Find a file
Kalervo Kujala 3fa8bba48e Make 'make test' factors faster.
Profiling with firebug reveals that log and checkScrolling functions slow down
the 'make test' by factors.

Use insertAdjacentHtml in the log fucntion insteand of appending to
innerHTML. Also call checkScrolling function only when it is prudent to do
instead of unnecessarily in every log function call.
2011-08-23 23:21:15 +03:00
test Make 'make test' factors faster. 2011-08-23 23:21:15 +03:00
utils cleanup 2011-08-18 22:05:54 -07:00
web Merge remote branch 'upstream/master' 2011-08-23 16:40:49 +02:00
worker Merge upstream. 2011-07-05 23:23:12 -07:00
.gitignore allow custom rules to be defined in local.mk 2011-07-07 12:51:48 -04:00
crypto.js Formatting hex number, making gjslint happy: reducing lines width 2011-07-21 18:47:48 -05:00
fonts.js Add more debug data to error-logs. 2011-08-22 22:30:22 +03:00
glyphlist.js Almost passing gjslint. 2011-07-05 23:06:45 -07:00
LICENSE Add kkujala to the LICENSE contributor list. 2011-08-22 19:22:57 +03:00
Makefile Add test/ to the lint. 2011-08-11 23:44:08 +03:00
pdf.js Fix a small typo error with the kRasterizerMin usage 2011-08-23 16:49:25 +02:00
README.md Edited README.md via GitHub 2011-07-02 09:30:46 -07:00

pdf.js

pdf.js is a technology demonstrator prototype to explore whether the HTML5 platform is complete enough to faithfully and efficiently render the ISO 32000-1:2008 Portable Document Format (PDF) without native code assistance.

pdf.js is not currently part of the Mozilla project, and there is no plan yet to integrate it into Firefox. We will explore that possibility once pdf.js is production ready. Until then we aim to publish a Firefox PDF reader extension powered by pdf.js.

Our demo site is here:

http://andreasgal.github.com/pdf.js/

You can read more about pdf.js here:

http://andreasgal.com/2011/06/15/pdf-js/

http://blog.mozilla.com/cjones/2011/06/15/overview-of-pdf-js-guts/

follow us on twitter: @pdfjs

http://twitter.com/#!/pdfjs

join our mailing list:

dev-pdf-js@lists.mozilla.org

and talk to us on IRC:

#pdfjs on irc.mozilla.org