Hello,
We started publishing pre-built versions of the PDF.js library at the
pdfjs-dist repository [1]. The new version is created automatically with
every merge of the pull requests into master. We also provide a version
tag for each commit in this repository, so people will point to the
specific version that works for them.
The repository also contains package.json and bower.json manifest files
(and additionally pushed to the npm registry). The `npm install
pdfjs-dist` and `bower install pdfjs-dist` commands shall work now.
The generic PDF.js viewer is not fully included. However we will try to
include components to build web pages that are display PDFs (currently
only PDFViewer is included, see example at [2]). The API for the UI
components are not finalized yet, so we will be glad to hear feedback or
proposals about needed functionality.
Thanks,
Yury
[1]
https://github.com/mozilla/pdfjs-dist
[2]
https://github.com/mozilla/pdf.js/blob/master/examples/components/simpleviewer.js