Re: [python-win32] Acrobat Reader

2006-04-06 Thread Tim Roberts
On Wed, 5 Apr 2006 11:55:18 -0600, Waldemar Osuch [EMAIL PROTECTED] wrote: I know Dispatch used to work with the Reader. Did Adobe broke the Reader to force us to pay for the full version or is it pythoncom at fault here? The Acrobat 5 Reader exposed an AcroExch.App object, but (according to

Re: [python-win32] Acrobat Reader

2006-04-06 Thread Waldemar Osuch
On 4/6/06, Tim Roberts [EMAIL PROTECTED] wrote: On Wed, 5 Apr 2006 11:55:18 -0600, Waldemar Osuch [EMAIL PROTECTED] wrote: I know Dispatch used to work with the Reader. Did Adobe broke the Reader to force us to pay for the full version or is it pythoncom at fault here? The Acrobat 5

[python-win32] Acrobat Reader

2006-04-05 Thread Mirco Furlan (Visionee)
I'm trying to use an instance of Adobe Acrobat Reader. I can successfull create an instance with win32com.client.Dispatch, but when I try to load a document, python crashes! I had version 7 of Reader and I tried to install an older version (6.1), but same result. I would use it to print pdf

Re: [python-win32] Acrobat Reader

2006-04-05 Thread Filip Van Raemdonck
Hi, On Wed, Apr 05, 2006 at 09:15:16AM +0200, Mirco Furlan (Visionee) wrote: I'm trying to use an instance of Adobe Acrobat Reader. I can successfull create an instance with win32com.client.Dispatch, but when I try to load a document, python crashes! I had version 7 of Reader and I tried to

Re: [python-win32] Acrobat Reader

2006-04-05 Thread Tim Roberts
On Wed, 5 Apr 2006 09:15:16 +0200, Mirco Furlan (Visionee) [EMAIL PROTECTED] wrote: I'm trying to use an instance of Adobe Acrobat Reader. I can successfull create an instance with win32com.client.Dispatch, How did you do that? To my knowledge, the only way to do that is to use AcroExch.App,

Re: [python-win32] Acrobat Reader

2006-04-05 Thread Waldemar Osuch
On 4/5/06, Tim Roberts [EMAIL PROTECTED] wrote: On Wed, 5 Apr 2006 09:15:16 +0200, Mirco Furlan (Visionee) [EMAIL PROTECTED] wrote: I'm trying to use an instance of Adobe Acrobat Reader. I can successfull create an instance with win32com.client.Dispatch, How did you do that? To my

Re: [python-win32] Acrobat Reader

2006-04-05 Thread Metz, Bobby W, WCS
, April 05, 2006 11:39 AM To: python-win32@python.org Subject: Re: [python-win32] Acrobat Reader On Wed, 5 Apr 2006 09:15:16 +0200, Mirco Furlan (Visionee) [EMAIL PROTECTED] wrote: I'm trying to use an instance of Adobe Acrobat Reader. I can successfull create an instance with win32com.client.Dispatch