dheerosaur / pdfjs-white

A white-themed pdf.js build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdf.js with white backgrounds, borders

This is created from a build of the PDF.js library.

How to update?

Download the gh-pages directory from the original pdf.js repo. The one I last downloaded comes from "From examples" section in FAQ.

Using compressed JavaScript

For performance reasons, I minified these files that would actually be in viewer.html and put them in build/all.min.js. Command used:

uglifyjs web/compatibility.js web/l10n.js build/pdf.js web/viewer.js > build/all.min.js

About

A white-themed pdf.js build

License:Apache License 2.0


Languages

Language:JavaScript 90.8%Language:CSS 6.5%Language:HTML 2.6%