I am reading pdf file in java code using PdfReader class. I want to read the bookmarks index/chapter links shown in red colored box.
PdfReader
Use SimpleBookmark.getBookmark(PdfReader).
SimpleBookmark.getBookmark(PdfReader)