I am trying to set a link or button or page action to open the attachments panel in a PDF document. I have tried all these 3 different ways. I have access to many computers and I tried these links/buttons on different computers and lo and behold, they work on some computers but not others. So, I am 100% sure I am at least setting it up right.
I think I must be missing something in the set- up of the Adobe (Reader)- why woudl some computers allow the opening of the panel and others, not. Could it be something with the version of Reader?
Does anyone have an idea of what it could be?
Thanks so much in advance,
Janis
In Acrobat 7 this menu item is named "ShowHideAttachments"
In Acrobat 8 it's called "ShowHideFileAttachment"
This name is used to store the button action in your file. Why Adobe would change such a common menu item I can't even begin to guess. But you can get around this irritating issue by writing a script to check the Acrobat version and then execute the appropiate menu item.
See this article:
http://www.acrobatusers.com/tutorials/2008/06/executing_menus_with_javacript/
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script