You should get the Action of the bookmark, and then check which type of action it is (probably PDActionGoTo), and from the Action you'll have access to the Destination.
On Wed, Oct 30, 2013 at 4:00 PM, Sera <[email protected]> wrote: > Hello! > I need to extract the pagenumber out of the bookmarks and tried it with > > PDOutlineItem current = bookmark.getFirstChild(); > PDDestination destination = null; > destination = current.getDestination(); > > But the destination stays null. Any ideas on how to fix this? > > Regards, > Sera >

