Re: [python-win32] R: Acrobat Reader

2006-04-06 Thread Michel Claveau
Hi! >>> Foxit-software The free version of FoxIt reader no has COM possibilities. AMHA, the best way is, like Roger Upole said, to use I.E. and navigate on the PDF-document. You can use standalone I.E., ou the ActiveX I.E. componant. @-salutations Michel Claveau ___

Re: [python-win32] R: Acrobat Reader

2006-04-06 Thread R. Alan Monroe
> Thank's to all. I think I continue to use an IE instance, load the pdf as > url and so with a reference to IE.Document I have my pdf document to > manipulate (this time my interest is over all the printPages() function) Did you look at third party readers like the one from http://www.foxitsoftwa

Re: [python-win32] R: Acrobat Reader

2006-04-05 Thread Metz, Bobby W, WCS
n.org Subject: Re: [python-win32] R: Acrobat Reader Mirco Furlan (Visionee) wrote: > here my code: > > import win32com.client > > pdf = win32com.client.Dispatch('AcroPDF.PDF') > pdf.LoadFile(r'K:\test.pdf') > > B

Re: [python-win32] R: Acrobat Reader

2006-04-05 Thread Bob Gailer
Mirco Furlan (Visionee) wrote: > here my code: > > import win32com.client > > pdf = win32com.client.Dispatch('AcroPDF.PDF') > pdf.LoadFile(r'K:\test.pdf') > > Boy Don't Try This At Home. I did and got the BSOD! ___ Python-win32 mailing list Python-win3