I want to show pdf files in my angular application. The ability to display multiple pages and search inside a PDF at the same time should be shown. I tried angularjs-pdf , but it lacks these functions. Is there an angular wrapper for pdf.js that can do this? Or can anyone start by how to implement pdf.js in my angular application without a shell?
source
share