If you review my profile, you will see that my experience is nill, I have researched for weeks on end and have come to one conclusion, EVERY place that teaches JavaScript, and Acrobat is simply the best in the world.
That said, my question for those of you with experience and training in JavaScript and specifically it's acrobat applications and uses....what would be your recommendation for a training path. I would prefer to do something online and self paced, is this feasable or are the prerequisites too extensive. Any help on the best path would be greatly appreciated.
I have joined pdfscripting.com...and am working with that some, seems like a good site...if not please let me know...
Thank You,
Mark
Fortunately the core concepts are somewhat intuitive and be picked up by playing around with a language. But if you really want to get into this you should consider taking an entry level programming class.
So, besides the core concepts, Acrobat JavaScript is really two different things. JavaScript is the Core language and Acrobat is the programming envrionment that it operates in. Anything you see on HTML JavaScript will most likely be invalid for Acrobat JavaScript (except for those bits that are only about Core JS). So you need two references. One for Core JavaScript (my favorite is the O'Reilly book) and one for the Acrobat JavaScript API (called the Document Object Model).
You'll find some more useful entry level info in this article:
http://www.acrobatusers.com/blogs/thomp/copying-and-pasting-code
and by going over the material at the two links links below on the console window. Believe me, you can spend hours testing out code in the Console window to get a better feel for how it all works.
If you can get to Minneapolis on September 22-24 there is a PDF Conference where you can get all kinds of info (www.pdfcentralconference.com). It's particularly inexpensive this year so it's well worth going. I'll be doing a class and some sessions.
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]
Then most important JavaScript Development tool in Acrobat
[url=http://www.pdfscripting.com/public/34.cfm#JSIntro][b]The Console Window (Video tutorial)[/b][/url]
[url=http://www.acrobatusers.com/tutorials/2006/javascript_console][b]The Console Window(article)[/b][/url]
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script