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 b1ea9332b8 Avoid browser-test stoppage when task.pdfDoc is undefined.
If nextTask leaves task.pdfDoc as undefined then sendTaskResult will fail on
that. SendTaskResult tries to access task.pdfDoc.numPages which cannot
succeed. This leads to a complete stop in the browser-test.
2011-08-06 23:33:07 +03:00
test Avoid browser-test stoppage when task.pdfDoc is undefined. 2011-08-06 23:33:07 +03:00
utils Almost passing gjslint. 2011-07-05 23:06:45 -07:00
web fix url to demo site 2011-08-06 11:45:33 +02:00
worker Merge upstream. 2011-07-05 23:23:12 -07:00
.gitignore Revert "Ignore Aptana project files" 2011-07-12 04:03:12 +01:00
crypto.js Formatting hex number, making gjslint happy: reducing lines width 2011-07-21 18:47:48 -05:00
fonts.js Fixing the maxAdvanceWidth and the amount of the missing sidebearing 2011-07-31 22:56:41 -05:00
glyphlist.js Almost passing gjslint. 2011-07-05 23:06:45 -07:00
LICENSE Add Yury to the contributors list 2011-06-18 23:49:31 -05:00
Makefile fix paths for browser-tests target 2011-07-09 23:16:04 -07:00
pdf.js Correct the return values for lookChar function. 2011-08-05 03:33:00 +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