|
|
@ -22,7 +22,7 @@ successful. |
|
|
|
|
|
|
|
|
|
|
|
For an online demo, visit: |
|
|
|
For an online demo, visit: |
|
|
|
|
|
|
|
|
|
|
|
+ http://andreasgal.github.com/pdf.js/web/viewer.html |
|
|
|
+ http://mozilla.github.com/pdf.js/web/viewer.html |
|
|
|
|
|
|
|
|
|
|
|
This demo provides an interactive interface for displaying and browsing PDFs |
|
|
|
This demo provides an interactive interface for displaying and browsing PDFs |
|
|
|
using the pdf.js API. |
|
|
|
using the pdf.js API. |
|
|
@ -31,7 +31,7 @@ using the pdf.js API. |
|
|
|
|
|
|
|
|
|
|
|
A Firefox extension is also available: |
|
|
|
A Firefox extension is also available: |
|
|
|
|
|
|
|
|
|
|
|
+ http://andreasgal.github.com/pdf.js/extensions/firefox/pdf.js.xpi |
|
|
|
+ http://mozilla.github.com/pdf.js/extensions/firefox/pdf.js.xpi |
|
|
|
|
|
|
|
|
|
|
|
However, note that the extension might not reflect the latest source in our master branch. |
|
|
|
However, note that the extension might not reflect the latest source in our master branch. |
|
|
|
|
|
|
|
|
|
|
@ -39,7 +39,7 @@ However, note that the extension might not reflect the latest source in our mast |
|
|
|
|
|
|
|
|
|
|
|
To get a local copy of the current code, clone it using git: |
|
|
|
To get a local copy of the current code, clone it using git: |
|
|
|
|
|
|
|
|
|
|
|
$ git clone git://github.com/andreasgal/pdf.js.git pdfjs |
|
|
|
$ git clone git://github.com/mozilla/pdf.js.git pdfjs |
|
|
|
$ cd pdfjs |
|
|
|
$ cd pdfjs |
|
|
|
|
|
|
|
|
|
|
|
Next, you need to start a local web server as some browsers don't allow opening |
|
|
|
Next, you need to start a local web server as some browsers don't allow opening |
|
|
@ -73,7 +73,7 @@ Additional resources are available in a separate section below. |
|
|
|
|
|
|
|
|
|
|
|
For a "hello world" example, take a look at: |
|
|
|
For a "hello world" example, take a look at: |
|
|
|
|
|
|
|
|
|
|
|
+ [examples/helloworld/hello.js](https://github.com/andreasgal/pdf.js/blob/master/examples/helloworld/hello.js) |
|
|
|
+ [examples/helloworld/hello.js](https://github.com/mozilla/pdf.js/blob/master/examples/helloworld/hello.js) |
|
|
|
|
|
|
|
|
|
|
|
This example illustrates the bare minimum ingredients for integrating pdf.js |
|
|
|
This example illustrates the bare minimum ingredients for integrating pdf.js |
|
|
|
in a custom project. |
|
|
|
in a custom project. |
|
|
@ -92,19 +92,19 @@ workings of PDF and pdf.js: |
|
|
|
|
|
|
|
|
|
|
|
pdf.js is a community-driven project, so contributors are always welcome. |
|
|
|
pdf.js is a community-driven project, so contributors are always welcome. |
|
|
|
Simply fork our repo and contribute away. A great place to start is our |
|
|
|
Simply fork our repo and contribute away. A great place to start is our |
|
|
|
[open issues](https://github.com/andreasgal/pdf.js/issues). For better consistency and |
|
|
|
[open issues](https://github.com/mozilla/pdf.js/issues). For better consistency and |
|
|
|
long-term stability, please do look around the code and try to follow our conventions. |
|
|
|
long-term stability, please do look around the code and try to follow our conventions. |
|
|
|
More information about the contributor process can be found on the |
|
|
|
More information about the contributor process can be found on the |
|
|
|
[contributor wiki page](https://github.com/andreasgal/pdf.js/wiki/Contributing). |
|
|
|
[contributor wiki page](https://github.com/mozilla/pdf.js/wiki/Contributing). |
|
|
|
|
|
|
|
|
|
|
|
If you don't want to hack on the project or have little spare time, __you still |
|
|
|
If you don't want to hack on the project or have little spare time, __you still |
|
|
|
can help!__ Just open PDFs in the |
|
|
|
can help!__ Just open PDFs in the |
|
|
|
[online demo](http://andreasgal.github.com/pdf.js/web/viewer.html) and report |
|
|
|
[online demo](http://mozilla.github.com/pdf.js/web/viewer.html) and report |
|
|
|
any breakage in rendering. |
|
|
|
any breakage in rendering. |
|
|
|
|
|
|
|
|
|
|
|
Our Github contributors so far: |
|
|
|
Our Github contributors so far: |
|
|
|
|
|
|
|
|
|
|
|
+ https://github.com/andreasgal/pdf.js/contributors |
|
|
|
+ https://github.com/mozilla/pdf.js/contributors |
|
|
|
|
|
|
|
|
|
|
|
You can add your name to it! :) |
|
|
|
You can add your name to it! :) |
|
|
|
|
|
|
|
|
|
|
@ -150,7 +150,7 @@ See the bot repo for details: |
|
|
|
|
|
|
|
|
|
|
|
Our demo site is here: |
|
|
|
Our demo site is here: |
|
|
|
|
|
|
|
|
|
|
|
+ http://andreasgal.github.com/pdf.js/web/viewer.html |
|
|
|
+ http://mozilla.github.com/pdf.js/web/viewer.html |
|
|
|
|
|
|
|
|
|
|
|
You can read more about pdf.js here: |
|
|
|
You can read more about pdf.js here: |
|
|
|
|
|
|
|
|
|
|
|