You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@pdfbox.apache.org by Cescky <29...@qq.com> on 2011/04/02 13:20:41 UTC

About bookmark

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()