In Acrobat 8.1 WIN XP the following command does not work (it worked in 7):
var otherDoc = app.openDoc("/c/temp/myDoc.pdf");
Error Message: NotAllowedError
I use this command when opening a PDF-document (the command works when pressing a button). I also tried a trusted function with the same result.
Question: How do I use app.openDoc when I want (during opening of a PDF) to open another PDF?
My favorite quote - "Success is the ability to go from one failure to another with no loss of enthusiasm.