I’m trying to get JavaScript to sleep in acrobat. I’m running
this.saveAs(saveFileName);
and it takes time to save the file but JavaScript keeps running and blows up later code.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The problem was when saving file the later code cannot see the file fully downloaded. All I had to do is close the file and reopen the file and the later code ran ok.