The main goal of this project is to show how to add annotation to PDF file
I have implemented just basic functionality to understand ability of these tools.
PDFJS pdf.js
Annotation layerpdf-annotate.js
# clone the repo
$ git clone https://github.com/avandriets/PDF-annotation-example.git
$ cd PDF-annotation-example
# intall dependencies
$ npm install
# start example server
$ npm start
$ open http://127.0.0.1:8080