Reputation: 33
Similar to the OP here. I'm working an Angular application that loads PDF, and allows programmatically (required) and manually (optional) adding annotations. This may be somehow duplicate to the linked post, but to clarify, in my case only adding annotation is needed, not actually editing/manipulating the original PDF file in other ways.
I found this pdfAnnotate library that seems promising. However, getting pdf.js to work in Angular (I'm in Angular 17) is challenging - no success yet. I did try both ng2-pdfjs-viewer and ngx-extended-pdf-viewer in my project. They both work well as for viewing, but -
My questions -
Thanks!
Upvotes: 0
Views: 821