0
votes
1answer
243 views

Get a list of chapters of pdf document in Objective C?

I need to get a list of chapters of pdf document programmatically in Objective C. I 've googled, someone said that CGPDFDocumentGetCatalog may helpful but I don't know how to use it. Please help me. ...