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

Reply via email to