haystack / nb

12 stars 10 forks source link

Support PDF upload/annotation #81

Closed karger closed 3 years ago

karger commented 3 years ago

Many classes still upload pdfs. For annotation using nb, we should do the following:

  1. provide an interface to upload a pdf
  2. use pdfjs on the server to generate an html version of the document, adding a link to the nb embed script
  3. in the course content page, link to that generated html
JumanaFM commented 3 years ago

done