0

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.

Alexis Pigeon
  • 7,423
  • 11
  • 39
  • 44

1 Answers1

1

Use SimpleBookmark.getBookmark(PdfReader).

Alexis Pigeon
  • 7,423
  • 11
  • 39
  • 44