Greetings. I'm trying to put a small manual into acrobat. Instead of having each page as a separate item I would like to have a folder for each chapter. Then, if user clicks on folder, they see the pages within the chapter. The problem with the help stuff is that I don't know the language; that is , I don't know what Adobe calls doing that so I have been totally unable to find help. (Also, it took me about an hour to find out how to post this. Help doesn't work. Forum Guidelines do not work; nothing comes up, etc.)
What I want to set up is a list of titled folders on the left side with the little arrow. When the arrow is selected it reveals the pages within the folder. Would be about 25 such folders, each with approximately 4 pages within.
So how do I do that? This is the first time I have tried something like this and, while I have used Acrobat for years, this is a new challenge. I am presently ready to upgrade to 9 pro if that is suggested and/or required. Have 6 pro now.
First, the scripting langauge for Acrobat and PDF is JavaScript. A PDF is composed of static page content overlaid with Interactive elements, which are controled through scripting.
For each version of Acrobat after 6, there are more advanced ways to do dynamic graphics. Up to the current release, Acrobat 9, which includes Portfolios and embedded flash players. So, you also have to decide what kind of Acrobat compatibility you want.
If you are a Flash/Actionscript programmer, then you can create some fancy navigation stuff, just like you are talking about with a portfolio in Acrobat 9.
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