Display LOCAL PDF in Ionic app

Hi guys, so I place my PDF folder in my src/assets folder and I am struggling to display it in my app.

I tried using

  • Iframe
  • Embed
  • Object

But none work. Any advice? Using Google Docs is not an option because I want users to be able to view PDF without access to the internet.

Thanks in advance for any help I can get.

I’m using this: https://www.npmjs.com/package/ngx-extended-pdf-viewer

Hi, may I know which module to import from? import { ngx-extended-pdf-viewer } from? Super beginner in ionic and angular. Thanks in advance.