1. 首页
  2. 编程语言
  3. Python
  4. ppt_to_pdf.py

ppt_to_pdf.py

上传者: 2020-08-16 03:00:33上传 PY文件 979B 热度 16次
大量ppt转换pdf自动脚本 def init_powerpoint(): powerpoint = comtypes.client.CreateObject("Powerpoint.Application") powerpoint.Visible = 1 return powerpoint
用户评论