Hello;
I understand how to use the hyperlink() function within Excel. I would like to open a pdf using the function.
What I need to do is go directly to a particular graphic within a PDF document. The hyperlink function is dynamic such that it opens a file based on a connection type chosen. This works fine with .bmp and .jpeg. I want to combine all of the graphics within a single file and include descriptions with the graphics.
I know in Word I can add a bookmark and from Excel I know how to link to this. I know as well this can be done in HTML using the anchor tag.
My question is can I directly link to a bookmark and what might that link look like in Excel?
Thank you for your time. Have a Great Day.
Frank Pytel
http://www.adobe.com/devnet/acrobat/pdfs/PDFOpenParameters.pdf
You might want to consider creating a "Named Destination" for the image in the PDF, then using this destination in the URL.
Thom Parker
The source for PDF Scripting Info
[url=http://www.pdfScripting.com]pdfscripting.com[/url]
The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/javascript.php]http://www.adobe.com/devnet/acrobat/javascript.php[/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script