Answered
I am testing out some basic code in the Console window. When I execute:
var myDoc = app.newDoc();
I get the following error in the console window:
app.newDoc() is not a function
1:Console:Exec
This error is output to the console window 16 times before the proper "undefined" return message. After these errors, a new document is opened in Acrobat as expected.
I am seeing the same errors when using app.openDoc as well.
Has there been some change to the debugger, console window, or privilege rights?
I am running Acrobat 8.2.3 on Windows XP Pro, Ver 2002, SP2.