These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Retrieving Named Destinations from pdf file

stu
Registered: Nov 27 2007
Posts: 2

I need to programmatically extract the Named Destinations from a pdf file, preferrably using VB. I've referenced the Acrobat library and have opened a pdf and retrieved the JavaScript object, but that's as far as I've gotten. Any insight into how to do this would be appreciated.

gkaiseril
Expert
Registered: Feb 23 2006
Posts: 4308
JavaScript can not access the COS object were destinaation infromation is stored. You mgiht want to review the [url=http://www.adobe.com/devnet/acrobat/pdfs/pdf_reference.pdf]PDF Referecne[/url] to learn more about the structure of the PDF file and accessing the parts of the PDF programatically.

George Kaiser