Copy link to clipboard
Copied
I'm loading the PDF in iframe which uses Adobe reader to display the PDF. I need to interact with the PDF bookmarks from HTML page. Could anyway to acheive this.
Copy link to clipboard
Copied
Hope you are doing well.
I need to interact with the PDF bookmarks from HTML page. Could anyway to acheive this.
Would you mind elaborating and shedding some more light on this? Are those some specific sets/types of PDFs?
Thanks,
Akanchha
Copy link to clipboard
Copied
Hi Akanchha,
I had two panels on the left side we are displaying the text with hyperlinks and on the right panel loading a PDF document which consists of bookmarks in it within a iframe. Now, i need to trigger those bookmarks from left panel which is in HTML.
Copy link to clipboard
Copied
Each web browser has a PDF viewer made by the browser's maker. For example, Google make the PDF viewer for Chrome. Apple make the PDF viewer for Safari. There is no standard for interacting with a PDF in a browser, but you might find particular things that work for particular browsers. Unfortunately, none of the browser makers offer documentation or support on such things. (I read that as a "no", but it isn't an absolute "impossible").
Copy link to clipboard
Copied
Do we have any browser specific addons to interact with PDF using jQuery/javascript?
Copy link to clipboard
Copied
The browser addons we can use are the ones made by the browser maker (Google, Firefox, Apple, Microsoft...) and included with the browser. Other people can't add support like this if the browser maker didn't add it.