I’m using PSPDFKit. I’m wondering if it is possible to add Bookmarks support, something like the bookmarks feature in iBooks.
I’m using PSPDFKit. I’m wondering if it is possible to add Bookmarks support, something
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.