Re: [python-win32] Load PDF

2005-10-06 Thread Michel Claveau
Hi ! Try, with the src property, like : import win32com.client test = win32com.client.Dispatch("AcroPDF.PDF.1") test.src="C:\\107.pdf" test.LoadFile("C:\\107.pdf") print test.GetVersions() etc. @-salutations Michel Claveau ___

Re: [python-win32] Load PDF

2005-10-03 Thread Mark Hammond
-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Pepe PenaSent: Monday, October 03, 2005 8:33 PMTo: python-win32@python.orgSubject: [python-win32] Load PDF Hello,   I am attempting to load a pdf file programatically within Adobe Reader using the Adobe Acrobat 7.0

[python-win32] Load PDF

2005-10-03 Thread Pepe Pena
Hello,   I am attempting to load a pdf file programatically within Adobe Reader using the Adobe Acrobat 7.0 Browser Control Type Library.  If I run this code PythonWin terminates abruptly, can anyone suggest any changes I should make to the following lines of code, thanks.   import win32com.client