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 80304b6976 Fix a bug and speed up graycs_getRgbBuffer.
An rgbBuffer was created which was three times as big as intended. It also
caused that the function was very slow when rendering cable.pdf. Which led
to a slow script warning dialog.

With this fix the function speeds up ten-fold in the firebug profile.
2011-09-05 23:11:48 +03:00
test Add PdKids.pdf as a ref test 2011-08-30 22:32:56 -05:00
utils Fix lint errors. 2011-08-25 20:20:19 +03:00
web Fixing #426 comment; add '0' key as a scale reset 2011-09-05 09:07:18 -05: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 Fix some strict warnings 2011-08-31 00:37:39 +02:00
fonts.js Fix regression on i9.pdf 2011-09-05 14:35:03 +02:00
glyphlist.js Fix lint errors. 2011-08-25 20:20:19 +03: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 bug and speed up graycs_getRgbBuffer. 2011-09-05 23:11:48 +03: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