赞
踩
这是一个Python脚本,能够批量地将微软Powerpoint文件(.ppt或者.pptx)转换为pdf格式。
1、将这个脚本跟PPT文件放置在同一个文件夹下。
2、运行这个脚本。
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import comtypes.client
import
comtypes.client
import os
os
def init_powerpoint():
def
init_powerpoint():
powerpoint = comtypes.client.CreateObject("Powerpoint.Application")
powerpoint
=
comtypes.client.CreateObject(
"Powerpoint.Application"
)
powerpoint.Visible = 1
powerpoint.Visible
return powerpoint
return
def ppt_to_pdf(powerpoint, inputFileName,
ppt_to_pdf(powerpoint, inputFileName,