Previous | Next | (P-PDF) Engineering
Topic: AVDoc.Open problem
Conf: (P-PDF) Engineering, Msg: 166317
From: Vinzoo
Date: 6/25/2008 12:46 AM
Hello,
I'm saving, with a VBA process, a copy of a WORD document in PDF. This macro generate Javascript code (AcroJS) and allow the launching of a insertion files process in Acrobat Professional.
For this, I'm using the following commands:
- Set AVDoc = CreateObject("AcroExch.AVDoc")
- AVDoc.Open "fileName", ""
My code worked correctly since today, when I decided to use it again. The following error message is showing in french : "La m?ode 'Open' de 'CAcroAvDoc' a ?ou?(means that the 'Open' method of 'CAcroAvDoc' failed).
After a few tests, it seems that it is now impossible to use this method on Word or Excel documents (but it still works for PDF or TXT).
I'm using Word 2003 SP2 and Acrobat Professional 8.1.2.
Could you help me to solve this problem? Is there an update of Acrobat Pro which fixed some bugs or something? Is there any changes in the Acrobat library for Word?
Thanks in advance,
Vincent