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