I’m using PDF.js Express Viewer 8.1.1
Detailed description of issue
In PDF.js (Mozilla), the function getDestinations
can return a mapping from named destinations to references, including figures, tables and equations, as here says. With this function, I can set buttons in other panels that can jump to the corresponding item. However, I haven’t found an API within PDF.js Express that has similar features.
Expected behaviour
I just want to know if there is a way to get the destination of the contents in PDF.js Express.