iospspdfkit

PSPDFKit - Add bookmarks support


I'm using PSPDFKit. I'm wondering if it is possible to add Bookmarks support, something like the bookmarks feature in iBooks.


Solution

  • The PSPDFKit PDF SDK does support it's own version of bookmarks. They are not defined in the PDF standard, so they are written to an external file (unlike e.g. ink or highlight annotations, who are written back into the PDF on saving)

    There's also a bookmarks controller that you can show via your custom UI with simply opening the PSPDFBookmarkViewController.