I'm struggling to find a solution to embed a PDF Viewer into my Django website. Currently, I'm using an iframe to display a PDF, but now I want to enable annotations on the PDF directly on the website. The only option I've come across is using PDF.js, but it requires having Node.js alongside Django, and that introduces a host of other challenges.
Does anyone know of an alternative approach to achieve this? Thanks!
its not that dificuld to use in node.js in django and if you want using that and need help send an email to me but if you mant use another thinks you can use object tag
you have another tag -> embed
but better and other option in pdf.js by mozilla https://github.com/mozilla/pdf.js
and use this git repo for node.js in django
https://gist.github.com/brizandrew/685a588fbefbd64cd95ed9ec4db84848