Create a table of contents from a pdf file
Posted
by ryan
on Stack Overflow
See other posts from Stack Overflow
or by ryan
Published on 2010-03-31T20:45:35Z
Indexed on
2010/03/31
23:43 UTC
Read the original article
Hit count: 384
I'm using quartz to display pdf content, and I need to create a table of contents to navigate through the pdf. From reading Apple's documentation I think I am supposed to use CGPDFDocumentGetCatalog, but I can't find any examples on how to use this anywhere. Any ideas?
© Stack Overflow or respective owner