[python-win32] Saving (publishing) an Excel or Word 2007 file as aPDF document.

Michel Claveau mc at mclaveau.com
Mon May 3 12:21:26 CEST 2010


Hi!

Try (Excel_2007):
        xlTypePDF=0
        objExcel.ActiveWorkbook.ExportAsFixedFormat(xlTypePDF,"C:\\monexcel.pdf")

@-salutations
-- 
Michel Claveau




More information about the python-win32 mailing list