I\'m trying to use PDF.js\' viewer to display pdf files on a page.
I\'ve gotten everything working, but I would like to be able to \'jump to\' a specific page in the pdf
if Pdf shown into iframe and you want to navigate to page then use below code. 'docIfram' is iframe tag Id.
document.getElementById("docIframe").contentWindow.PDFViewerApplication.page=2