Search code examples
javaitextbookmarks

How to read bookmark links of pdf file?


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.


Solution

  • Use SimpleBookmark.getBookmark(PdfReader).