Display the page when the user clicks (touch) TOC (table of contents) in a document - using Poppler library
Mobile and Embedded
2
Posts
2
Posters
685
Views
1
Watching
-
Hi
I am using a poppler library to display the pdf in an embedded environment with touch screen.
My requirement is when the user touch the TOC (table of contents), the page should navigate to the corresponding page in the TOC link.
Poppler provides API to get the toc(), but how can i know which toc element is being clicked? or can any one provide the details how this can be implemented.Thanks in advance.