N
netloss
Hi -
I am processsing a file folder with about 60 pdf files in it, from word
2002 vba (windows XP - using acrobat 6). My code opens each file and
deletes some bookmarks before moving on to the next. Around pdf file 35
or so, I get the following error:
Runtime error '-2147417851(80010105)'
Automation Error
The server threw an exception
I have to go in and kill the Acrobat process to get it running again.
The program will then get a liltle further through the file list before
throwing the same exception.
The code uses GetJSObject to get at the bookmarks, if that makes any
difference ...
I tried closing (or set to Nothing) all the objects and the acrobat app
itself at the end of the process for each file, but this doesn't help.
Unlike most of the posts I've read through, this error happens every
time. I've tried it on two different computers. The other one has word
2000, but otherwise is the same.
Thanks in advance for any advice,
NL
I am processsing a file folder with about 60 pdf files in it, from word
2002 vba (windows XP - using acrobat 6). My code opens each file and
deletes some bookmarks before moving on to the next. Around pdf file 35
or so, I get the following error:
Runtime error '-2147417851(80010105)'
Automation Error
The server threw an exception
I have to go in and kill the Acrobat process to get it running again.
The program will then get a liltle further through the file list before
throwing the same exception.
The code uses GetJSObject to get at the bookmarks, if that makes any
difference ...
I tried closing (or set to Nothing) all the objects and the acrobat app
itself at the end of the process for each file, but this doesn't help.
Unlike most of the posts I've read through, this error happens every
time. I've tried it on two different computers. The other one has word
2000, but otherwise is the same.
Thanks in advance for any advice,
NL