[python-win32] Load PDF

Michel Claveau mc at mclaveau.com
Thu Oct 6 14:14:17 CEST 2005


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




More information about the Python-win32 mailing list