Ask HN: Web app for storing and annotating PDFs
I am extremely frustrated by the lack of a web app that will simply store PDFs and let you annotate them. For example, a simple navigation sidebar and a display to the right would be sufficient. I have tried googling for this to no avail. Are there any recommendations for something like this? As a sidenote, I currently use Dynalist for all of my notes and if there is something similar to this that can store and annotate PDFs, that would be ideal.
2 comments
[ 0.25 ms ] story [ 14.2 ms ] threadThree years ago I faced this problem while creating a prototype to annotate research papers, and used a client side library by http://annotateit.org which posted annotations to my own server.
The conversion from HTML to PDF was handled by http://pdftron.com DocPub.
Edit: I could just use the hypothes.is platform to locate my PDF notes as well, instead of storing the URLs. One downside is the lack of organization, but the upside is that it's less work than copying/pasting the hypothes.is-generated HTML page every time. (As you can tell, I am very lazy).