Python实现ppt转pdf代码报错AttributeError: 'POINTER(IUnknown)' object has no attribute 'Presentations'
网上找的用Python实现ppt转pdf的代码,但是运行时报错AttributeError: 'POINTER(IUnknown)' object has no attribute 'Presentations'原代码import comtypes.client
import os
def init_powerpoint():
powerpoint = comtypes.clien...