Planet PDF Learning CenterHome of all Planet PDF's Learning Center articles on PDF and Acrobat.Where Should I use Acrobat JavaScript- October 28, 2004 As alluded to in the previous article 'What is Acrobat JavaScript' it turns out Acrobat JavaScript (AcroJS) can be used in many places inside both the PDF document and through Acrobat the application.http://www.planetpdf.com/developer/article.asp?contentID=6822&rss What is Acrobat JavaScript- October 28, 2004 Acrobat JavaScript is a programming language that is contained inside Acrobat Standard and Acrobat Professional. Its sole purpose in life is to allow the developer to write scripts (programming code) that automates tasks that would otherwise be time consuming and mind numbing...http://www.planetpdf.com/developer/article.asp?contentID=6821&rss Working with Events in Acrobat JavaScript- October 28, 2004 There are various events made available to people writing Acrobat JavaScript to associate their code with. Without actually associating the JavaScript code you write with one of these available events in Acrobat, then it's not going to execute.http://www.planetpdf.com/developer/article.asp?contentID=6823&rss Debugging Acrobat JavaScript- October 28, 2004 You'd be hard pressed to find someone who has developed with Acrobat JavaScript and hasn't had a problem that has stumped them (of which can sometimes end up with the developer kicking themselves when they discover it's such a simple problem). When this happens, it usually results in the person writing the JavaScript to play around with their code, or ask a fellow JavaScript developer on one of the PDF related user forums.http://www.planetpdf.com/developer/article.asp?contentID=6824&rss |