user12129541
user12129541

Reputation: 11

Update large amount of powerpoint files using python

I want to update some links contained in the slides of a large amount of powerpoint presentations. Instead of opening each presentation and copy / paste the correct links, is there a way to write a code with python?

Thanks for your help

Upvotes: 0

Views: 93

Answers (1)

cocool97
cocool97

Reputation: 1251

You can use a python library named python-pptx which works pretty fine and enables you to update your powerpoint presentations from python code.
You can find the documentation here.

Upvotes: 0

Related Questions