kamlekar / annotator-for-pdf-files

Application to add annotation on pdf files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#annotator for pdf files using pdf.js

  • I added pdf.js just for view purpose of pdf files.
  • To test your pdf file, change the file name "compressed.tracemonkey-pldi-09.pdf" to "<your file url>" in main.js file (Should be on same domain).

Please download to test. (Run on a webserver)

###How to annotate?

  • Click on the shapes available on the top-center of the document. (currently rectangle and sphere shapes are available)

###Known major issues:

  • The annotating shape is moving when resizing or clicking on it.
  • When clicked on the annotating shape, the comment section related to it is not hiding.

###Current status:

  • I am trying to have pdf rendered using viewer layer of pdfjs as shown in this example. (currently it is being rendered on a canvas)

About

Application to add annotation on pdf files


Languages

Language:Java 98.1%Language:JavaScript 1.1%Language:CSS 0.6%Language:HTML 0.2%