I embedded a PDF using the html object tag and displayed it in one section of the web page. Another section contains a tree view of links (looks like PDF bookmarks). By clicking on the link in the tree, reload the PDF document and open it on the correct page (the page number is contained in the links). Is there a way to accomplish this without reloading the document?
To rephrase the question, I am looking for a JavaScript function that could simulate the behavior of bookmarks - switching to the page number without reloading the document.
source share