How can I implement pdfjs in liveview?

Here’s a working example from my project:

To install JS dependency: npm install pdfjs-dist

JS:

LiveView:

It has simple pagination and zoom controls. It’s a bit hacky and the JS is messy but hopefully it can help others get started…

3 Likes