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 and Acrobat Reader 7.


>Can you provide a code sample for review?


>Regards,

>Filip


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to