In a first-person opinion piece, Kas Thomas asks, then answers, the question: 'Is Adobe Acrobat Database Connectivity (ADBC) ready for production use?' Post your thoughts in the Planet PDF Forum.
Introduces the use of the response dialog which he sees as a mechanism to let the programmer get special additional information from the user.
Kas Thomas offers a chance to test your knowledge of Acrobat JavaScript with a new
20-question quiz; answers and explanations provided.
Test your knowledge of standard JavaScript core-language functionality by taking this 20-question quiz developed by expert user, author and developer Kas Thomas; answers and explanations provided.
One of the things that makes JavaScript such a powerful, easy-to-use language is its relaxed data-typing. But sometimes, you NEED a number to be a number. New Planet PDF columinist Kas Thomas gives you the insight into a host of JavaScript tricks to perform variable type conversions.
Developer
September 20, 2001
Kas Thomas shares a few work habits and practices that will help you write better code--assuming, of course, that you already know at least the basics of programming!
Kas offers a crash course in manipulating color in PDF files.
One trick I've learned (the hard way) for reducing the number of bugs in
my JavaScript is to make use of any and all tools and techniques for
cutting down on the amount of typing I have to do. Kas unveils new 'secret weapon' against typos.
Kas presents an exercise on how to set up an image map in a PDF file and couple it to a Perl script running on a server, creating an RGB color picker as an example.
The (disturbing) subject of bugs in Acrobat, and points out one problem that could very well cause you grief if you ever try to do any numerical operations on character values in strings.