view pdf files inside my web application

I need to view pdf files inside my web application (with the change of the file to be displayed depending on user interaction).
What should I do ?
Can I use pdf.js and if I can have a code example?

A possible solution is to insert an IFRAME in your page and redirect this IFRAME to your PDF file URL.
We have here so far no experience with pdf.js