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
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32
