摘要:
import sysimport osimport globimport win32com.client def convert(files, formatType = 32): powerpoint = win32com.client.Dispatch("Powerpoint.Application") powerpoint.Visible = 1 for filename in files: newname = os.path.splitext(filename)[0] + ".pdf" deck = powerpoint.Presentati... 阅读全文
posted @ 2014-03-04 20:10
阿拉伯顶峰
阅读(254)
评论(0)
推荐(0)
浙公网安备 33010602011771号