IHi,
I'm developing a tool that takes in a name of bookmark (or section or sub section title) and extracts that title and all paragraphs belonging to it (underneath). The approach I'm trying out is to get the document catalog and take each PDOutineItem from there and compare the title of these outline items. The matched item is then used to go to the page where a PDNamedDestination is set. And I want to use that name destination to extract the title and the text of the corresponding destination. But I'm really stuck a this point as the only information I can get from the named destination is the name. So my question is how to get exactly the content that corresponds to a PDNamedDestination? If this is not possible, is there any other possible approach that can help me achieve the goal described above? Thanks a lot in advance, Aboubacar,

