Hi,
I need to find the page number which they have the same content of the bookmark. I use the following code to get the content of the bookmark, but is their any way to find the page number of each bookmark? Then i will compare the bookmark content. Finally, i can get the page number containing the same bookmark content. CODE: PDOutlineItem child = item.getFirstChild();child.getTitle()

