Alua-Kinzhebayeva / iOS-PDF-Reader

PDF Reader for iOS written in Swift
MIT License
533 stars 150 forks source link

Get table of content PDF file #49

Closed nhatquangz closed 7 years ago

nhatquangz commented 7 years ago

Hi. Your lib is great. But how i can get Table of content within pdf?

ranunez commented 7 years ago

What do you mean by "Table of content"?

nhatquangz commented 7 years ago

Some PDF have "table of content " associated, like this:

screen shot 2017-03-18 at 1 14 21 pm

In ios, how i can get it?

ranunez commented 7 years ago

The bottom thumbnail bar serves this purpose by providing a visual table of contents of sorts. A textual representation of this is currently not supported.

nhatquangz commented 7 years ago

I know that, but do you have a suggest how i can do that? I really need this feature.

ranunez commented 7 years ago

You can do some digging around in the documentation, but stackoverflow would be a more appropriate environment for you to try to get this question answered. Feel free to open up a pull request if you ever find a solution!