Skip to content

IsaacSchemm/pdf.js-seamonkey

 
 

Repository files navigation

PDF.js

This is a fork of PDF.js designed for SeaMonkey 2.49+ and Pale Moon 29+.

Note that any "testing" that exists for this fork is very limited, and some features may not work. Before filing a bug on this fork, first check to see if the problem occurs on the newest version of Firefox - if it does, file the bug on Mozilla's upstream repository instead.

For more information about pdf.js, see: https://github.com/mozilla/pdf.js

Getting the Code

To get a local copy of the current code, clone it using git:

$ git clone git://github.com/IsaacSchemm/pdf.js-seamonkey.git
$ cd pdf.js

Next, install Node.js via the official package or via nvm. You need to install the gulp package globally (see also gulp's getting started):

$ npm install -g gulp-cli

If everything worked out, install all dependencies for PDF.js:

$ npm install

Building PDF.js

To build the SeaMonkey extension, run:

$ gulp seamonkey

Installing

You can get the latest release of this fork from the releases page on GitHub or from addons.thunderbird.net.

About

SeaMonkey fork of pdf.js

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.8%
  • CSS 1.8%
  • HTML 1.4%