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
___
> 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
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)
-Messaggio originale-
Da: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Per
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
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
here my code:
import win32com.client
pdf = win32com.client.Dispatch('AcroPDF.PDF')
pdf.LoadFile(r'K:\test.pdf')
Note that the activeX instance is correctly created, the method LoadFile is
recognized and the file 'test.pdf' exists. After the last line of code
python crashes.
I'm using python 2.4