/pdf-highlighter.js

PDF Highlighter integration script

Primary LanguageJavaScript

pdf-highlighter.js

PDF Highlighter integration script, a rewrite of the jQuery plugin without external dependencies.

Compilation

For development build run:

make

For distribution (minimized and optimized) build run:

make closure-final

Make produces build/pdf-highlighter.min.js

Release

Run:

make js-all

That will create three js files in build/ with different compilation levels.